PDF Combiner
··90 words·1 min
Table of Contents
PDF-Combiner #
PDF Combiner: Combine your PDFs
- Download the binaries from the release section
- Run the command
pdfcombiner.exe -h
to see the help - Run the command
pdfcombiner.exe -p {path to folder with your PDFs} -o {path to output file}
to combine your PDFs to the file
Note: #
- Combination order is in order of the files in the directory
For testing #
- 2 PDFs are in the input folder for testing
- Running the code will combine the 2 PDFs into 1 Output.pdf
- Open Output.pdf to see the results