Hi,
I am reviewing PDF Split-Merge Command Line Version 3.0 (server license) for an application.
I could successfully merge 2 pdf files to one pdf file, but I don't see option to merge more than 2 pdf files.
Is this possible? If so, please send me the command parameters to do so.
Regards
==========================
Hi,
You can use a .txt file to merge lots of PDF files into one PDF file, please by following steps to try,
1. Please run following command line to get all filenames for all of your PDF files,
C:\>dir C:\pdf\*.pdf /s/b > C:\files.txt
Note: you can adjust the order for files in C:\files.txt by manual.
2. Please run following command line merge these PDF files into a PDF file,
C:\>"C:\Program Files\PDF Split-Merge v3.0\pdfpg.exe" C:\files.txt C:\out.pdf
The command line application is better than GUI version if you wish merge 1000+ PDF files into one PDF file.
The pdfpg.exe application is located in the PDF Split-Merge installation folder.