1.0.2 • Published 4 years ago

merge-pdf v1.0.2

Weekly downloads
7
License
ISC
Repository
github
Last release
4 years ago

Description :

Many of us use online tools and websites to merge their pdf files. People might not be comfortbale uploading their files to sites because of privacy. merge-pdf is a command line tool to merge the pdf files locally. You can pass the files as a argument and it will produce a merged single file for them.

Installation

Prerequisite : Make sure you have the npm installed in your machine. You can get the letest version of npm from here

Stable version:

Choose your favourite terminal and run the following command.

npm install -g merge-pdf

Usage :

Simple Example

$ merge-pdf inputfile-1.pdf inputfile-2.pdf
$ Successfully merged pdfs.  Output : merged-file.pdf
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago