Merges multiple PDF files into one file. Specify multiple input PDF files using -d.
Merges two input files, test1.pdf and test2.pdf and outputs it.
AHPDFToolCmd80.exe -mergeFiles -d C:\test\test1.pdf -d C:\test\test2.pdf userpass "0,9-14" -o C:\sav\out.pdf -linearize
AHPDFToolCmd80 -mergeFiles -d /home/antenna/test/test1.pdf -d /home/antenna/test/test2.pdf userpass "0,9-14" -o /home/antenna/sav/out.pdf -linearize
|
Parameter |
Content |
|
-dmerge <path> |
Merges the PDF files described in the text file specified in <path> in order from the first line. Specify the full path name in <path>. If it is specified at the same time as "-d", an error will occur. How to write a text file: Write one file path per line. Use "UTF-8" as the character encoding. |
|
-copyAnnots {true | false} |
Specifies whether to copy annotations when merging files. true: Copies it. If not specified, copies it. |
|
-copyOutlines {true | false} |
Specifies whether to copy outlines when merging files. true: Copies it. If not specified, copies it. However, if you specify pages to be merged, they will not be copied. |