13–19 -importAnnotsFromPDF: Importing Annotations from Other PDF

13–19–1 Processing

Imports markup annotations from the specified PDF file into the input file.

Note:
Only markup annotations can be imported. For example, link annotations cannot be exported.

For details on the type of each annotation and whether it is a markup annotation, see PDF Reference Version 1.7 "8.4.5 Annotation Types" or ISO 32000-1/ 32000-2 "12.5.6 Annotation Types."

13–19–2 Example of commands

[Executing example commands]

Imports the markup annotations in annot.pdf into test.pdf and outputs them as out.pdf.

[Windows]

AHPDFToolCmd80.exe -importAnnotsFromPDF C:\test\annot.pdf -d C:\test\test.pdf -o C:\sav\out.pdf

[Linux]

AHPDFToolCmd80 -importAnnotsFromPDF /home/antenna/test/annot.pdf -d /home/antenna/test/test.pdf -o /home/antenna/sav/out.pdf

13–19–3 Folder settings: not applied

13–19–4 Parameters

Parameter
Content
[Path]
Sets the full path of the source PDF file.