A-PDF :: Affordable PDF Tools

A-PDF Merger Command Line

A-PDF Merger Command line (PMCMD) is a Windows console utility that merges two or more Acrobat PDF or image files into one single PDF document. PMCMD is a standalone program. It does not need Adobe Acrobat. A trial version for PMCMD is NOT available. Anyway, You can download the GUI trial version.

Get now
Only $35. Special Offers
100% unconditional 30 Day Money Back Guarantee
Once you order goes through, you will be provided with a link that allows you to download the full version.

 

USAGE

PMCMD <destination> <source file list> [Options]

   destination : Specifies the name for the new file.
   source file list: There are two way to specifies the files to be merged.
                    1, use source file name, Accept wildcards(* and ?),Example:
                         conver.pdf content*.pdf
                    2, use the -F<file list>. <File list> is a text file which
                       contains file names to be merged.One file name per line.

   Options: All the options change the destination(output) file.
     -B : Option for merging bookmark. Default is NO bookmark.
     -P<setting> : Option for changing the properties. Default is blank. The
                   <setting> is a quote string, an example is: "TITLE=A good
                   manual for beginner,AUTHOR=Bill".
                   setting syntax: KEY=VALUE, every setting split by comma.
                   Available keys are:
                     TITLE: Special the title of output pdf document.
                     SUBJECT: Special the subject of output pdf document.
                     AUTHOR: Special the author of output pdf document.
                     KEYWORDS: Special the keywords of output pdf document.
     -S<setting> : Option for change the security. Default is No security. The
                   <setting> is a quote string, an example is:"RESTRICTPASSWORD
                   =pASSwOrD096,PRINT=low,FILLFIELDS=Y".
                   setting syntax: KEY=VALUE, every setting split by comma.
                   Available keys are:
                     OPENPASSWORD: Setting the open password.
                     RESTRICTPASSWORD: Setting the restrictions(owner) password.
                     PRINT: Setting print allowed. Default is none. Available
                            values are: none, low, high.
                     CHANGE: Changing the document. Values are: Y,N
                     COPY: Content copying or extraction.Values are:Y,N
                     COMMENT: Commenting. Values are: Y,N
                     FILLFIELDS: Filling of form fields. Values are: Y,N
                     COPYACCESS: Content extraction for accessibility. Values 
                                 are:Y,N
                     ASSEMBLE: Document assembly. Values are: Y,N
     -N<setting> : Option for adding page number to pdf. Default is NO page
                   number. The <setting> is a quote string. an example is:
                   "COLOR=0000FF,STYLE=[0]/[9]".
                   setting syntax: KEY=VALUE, every setting split by comma.
                   Available keys:
                     PAGEBEGIN: First page will be added number. default is 1
                     PAGEEND: Last page will be added number. default is 999999
                     OFFSET: Page number offset. default is 1
                     COLOR: RGB color. Default is 000000, means black
                     FONT: Font name, support standard font and true type font. 
                           Default is Helvetica. Standard fonts are:
                             Courier,CourierBold,CourierBoldOblique,
                             CourierOblique,Helvetica,HelveticaBold,
                             HelveticaBoldOblique,HelveticaOblique,
                             TimesRoman,TimesBold,TimesItalic,TimesBoldItalic,
                             Symbol,ZapfDingbats
                     FONTSIZE: Font size with point. Default is 12.
                     POSITION: Page number position. Available value is: left,
                               middle,right. Default is middle.
                     STYLE: Page number style.
                              [0] means numeric page number.
                              [9] means numeric total page.
                              [a] manes lowercase roman numerals page number.
                              [z] means lowercase roman numerals total page.
                              [A] means capital ROMAN numerals page number.
                              [Z] manes capital ROMAN numerals total page.
                             Example, style=[0]/[9], the page number in 3rd
                                      page will be "3/100" (100 is total pages).
                             Example2, style=page [A] of [Z], the page number 
                                       in 3 page will be "page III of C".

Return code:
  0: Merge successful
  1: Merge failed
  2: Parameters' wrong
  3: One of sources file does not exist
 

License: CMD_License.txt

See also