2.0.0 • Published 5 years ago

pdfmerge-cli v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Installation

npm i -g pdfmerge-cli

Usage

  1. Open Command Prompt and go to the directory containing the PDF files to be merged.

  2. Type pdfmerge and hit Enter.

  3. The interface will ask you the number of files to be merged. Type the number and press Enter. Note: You can skip this step by just pressing Enter. The default number of files to be merged will be taken as 2.

  4. Now select the files by navigating with the help of Up and Down arrow keys and press Enter to select the particular file from the list.

  5. After all files have been selected, the interface will ask the name for destination (merged) file. Type the name of your choice and press Enter. Note: You can skip this step by just pressing Enter. The default destination file name will be taken as merged.pdf.

  6. You have your merged PDF ready in the current directory !!!

Options

OptionDescription
-a, --allMerge all PDF files in the current directory
-h, --helpView usage information
-V, --versionView version number

Demo

Credits

PDFMerge CLI uses easy-pdf-merge for merging the files.