|
ABC Amber PDF Merger
ABC Amber PDF Merger is the award-winning, powerful tool that
allows you to easily split or merge a number of PDFs. The split
and merge functionality is based on PDF page ranges.
Important note: Adobe Acrobat doesn't need to be installed (that saves your money).
ABC Amber PDF Merger can be run from the command line. This is very useful for performing conversions automatically.
Usage:
"C:\Program Files\ABC Amber PDF Merger\abcpdfmg.exe" ["SourceFile"] ["DestinationFile"]
where
SourceFile, DestinationFile - files for import and export
For example:
"C:\Program Files\ABC Amber PDF Merger\abcpdfmg.exe" "C:\Projects\list.txt" "C:\Projects\new.pdf"
SourceFile is a text file (set of lines) which has the following structure:
[File name]; [Page range]; [Password]; [Bookmark name]
If you want to include all pages, set "Page range" to all.
If there's no password for pdf, set it to none.
"Boomark name" is optional.
Example of SourceFile:
C:\Projects\License.pdf;all;none
C:\Projects\guide.pdf;1-3;none
C:\Projects\sw.pdf;2-5,8;jet;Swift
How to split PDF file using a command line
Usage:
"C:\Program Files\ABC Amber PDF Merger\abcpdfmg.exe" ["SourceFile"] "-split"
where
SourceFile - file to split
For example:
"C:\Program Files\ABC Amber PDF Merger\abcpdfmg.exe" "C:\Projects\Manual.pdf" "-split"
home | back to top
|