🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

pdfmerge-cli

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pdfmerge-cli

A simple CLI tool for quickly merging PDF files.

2.0.0
latest
Version published
Maintainers
1
Created

PDFMerge CLI

A simple CLI tool for quickly merging PDF files.

Installation

npm i -g pdfmerge-cli

Usage

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

  • Type pdfmerge and hit Enter.

  • 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.

  • 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.

  • 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.

  • 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.

FAQs

Package last updated on 24 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts