image1

Features

PDF Merging

Command: -mergeFiles

 

 

Merge multiple PDFs and save them as a single PDF.

You can specify a page number or a range of pages and merge any pages together.

If a PDF has bookmarks, you can merge them so that the bookmarks move correctly with the order in which the PDFs are merged.

Main options:

  • The PDF files to be merged can be specified in a separately prepared text file.

  • Specify whether to copy annotations.

  • Specify whether to copy bookmarks.

image15

 

 

 

 Page Extraction

Command: -pageExtract

 

 

Extracts specified pages from a multi-page PDF and saves them as a single PDF file or as separate PDF files.

Main options:

  • Specify whether extracted PDFs should be saved as a single PDF or as separate PDFs.

  • Specify whether document information in the input file is copied to the output file.

image16

 

 

Text/Image Watermarking

Command (Text | Image): -setImageWatermark | -setTextWatermark

 

 

You can insert a specified text string or image as a PDF watermark.

Main options:

Text watermark

  • Specify watermark string.

  • Font type and size.
  • Fill and outline color of text.
  • String angle.
  • Placement.
  • Tiling.
  • Transparency of watermark

     and etc.

Image watermark

Supported formats: bitmap, jpeg, png, tiff, gif

  • Image file path.
  • Image size (magnification) and placement.

  • Tiling.

  • Transparency of watermark.

      and etc.

 

 image18

 

image17

 

Added option to insert as an editable watermark in Acrobat!

 

 PDF Security Settings

Command: -encrypt

 

 

PDF standard security (password security) can be set.

Set a password to open the document and an authorization password.

Main options:

  • Encryption level setting (128-bit RC4/128-bit AES/256-bit AES).
  • Password to open document, authorization password.
  • Printing availability and resolution (low/high).
  • Permitted/unpermitted editing of the document and details of the permission.

      and etc.

image19

 

 

Text Extraction

Command: -extractText

 

 

You can extract text from PDF.

Text can be sorted and output in coordinate order.

Main options:

  • Specify pages from which text is to be extracted.
  • Output text sorted by coordinate order (top left to bottom).

    NOTE: If not specified, the data (text objects) inside the PDF are output in the order of their description.

image20

 

Area specification parameters have been added!

You can specify multiple areas.

Adding Strings

Command: -writeText

 

 

Inserts a string into the specified page of the PDF.

The font, color, and transparency of the string can be specified. Insertion position can be specified from 9 predefined locations.

Main options:

  • String to be inserted.
  • Page to insert string.
  • Font type, font size, fill color, and outline color.
  • Vertical/horizontal writing.
  • Position of string (top left, top center, top right, middle left, middle center, middle right, bottom left, bottom center, bottom right).
image21

 

 

Convert to PDF/A-1b, PDF/A-2b

Command: -writeText

 

 

Convert to PDF/A-1b or PDF/A-2b, the international standard for long-term preservation of PDF.

Main options:

  • Specify PDF/A-1b or PDF/A-2b.
  • Specify RGB color profile name.
  • Specify CMYK color profile name.
image22

 

Added PDF/A support standard!

  • PDF/A-3b conversion and compliance checking
  • Conversion to PDF/A-1a, PDF/A-2a, PDF/A-3a and compliance checking*
    *Processes tagged PDF.

Redact search string New

Searches for the specified string and adds Redact annotations or masks the hits.

Redact annotation in search string

Command: -searchTextAndRedact

 

 

It searches for the specified string and adds a Redact annotation to the hits. Redact annotations are annotations that redact the area where they are applied. When the Redact annotation is in effect, the data in the area can be viewed, but when you apply it, the annotated area is filled with a mask color and the text data underneath is deleted.

This is useful if you need to review something before redacting it.

Main options:

  • Search string, regular expression search string
  • The page number of the PDF to search
  • Redact annotation body fill and outline color
  • Mask color after applying Redact annotation

*The application operation requires the PDF software to have a Redact annotation application function. The "PDF Tool API Command Line" allows you to apply the process in bulk (-setMaskUsingRedaction).

Redact annotation example

 

Mask the search string

Command: -searchTextAndSetMask

 

 

Searches for the specified string, fills the matched part with the mask color, and deletes the character data in that part.

Main options:

  • Search string, regular expression search string
  • The page number of the PDF to search
  • Mask color
Set mask example

 

Regular Expression Text Search (Optional)

This is an option for text search that targets Redact annotation, mask processing, and highlight annotation. In addition to normal text search, you can also search for text using regular expressions.

Parameter: keywordRegEx

 

 

Example commands for regular expression text search and Redact annotation

Regular expression: Antenna House (Company name: Antenna House) Search for the target.

AHPDFToolCmd80.exe -searchTextAndRedact -sort -keywordRegEx "(Antenna House|AntennaHouse)(Co\.,?\s?Ltd\.|Corporation|\(Inc\.\))" -color 0.5 0.0 0.7 -outlineColor 0.0 0.0 0.1 -maskColor 1.0 0.0 0.0 -opacity 0.5 -d C:\test\test.pdf -o C:\sav\out.pdf

If you specify the above as a keyword, the following strings will be searched for.

Antenna House Co., Ltd.
Antenna House Corporation
AntennaHouse Co Ltd
Antenna House (Inc.)

 

Feature List

New Newly added in V8.0       Enhanced in V8.0

Edit PDF

  • Adding a string
  • Insert page number
  • Join
  • Split
  • Page extraction
  • Delete page
  • Insert blank page
  • Page rotation
  • Page zoom New

Extract and Attach

  • Image extraction
  • Text extraction
  • Attachment extraction
  • File attachments

Obtaining Information & Property Settings

  • Get bookmark information
  • Acquire document properties, opening method, and security info
  • Document property settings
  • Opening settings
  • Get page size New
  • Custom property settings New

Annotation

  • Get annotation information
  • Annotation data output
  • Annotation data import
  • Import annotation data from FDF

Watermark

  • PDF file watermark settings
  • Image file watermark settings
  • Text watermark settings
  • Color watermark settings

PDF Security

  • PDF security settings
  • PDF security removal

Optimization and Fonts

  • Optimize for web display (linearized save)
  • PDF optimization
  • Font integration
  • Font embedding

PDF Standards

  • Check if document is signed, PDF/A, or PDF/X
  • Convert to PDF/A-1b, PDF/A-2b and compliance check
  • PDF/A-3b conversion and compliance check New
  • Convert to PDF/A-1a, 2a, 3a and compliance check New

Text Search New

  • Text search & highlight annotation
  • Text search & redact annotations
  • Text search & mask (deletion)
  • Regular expression keyword search
  • Apply redact annotations

Others

  • Image to PDF conversion
  • Obtain product version & license information New
  • PDF conversion