merge-the-pdfs

1.0.1 • Public • Published

Description

  • A simple CLI app to merge multiple PDF into a single PDF file.

Installation

npx merge-the-pdfs --help

or

  • Clone the repo.
  • npm i && npm link
  • Open terminal & Enter merge-the-pdfsr.

Usage

merge-the-pdfs --folder < foldername > --files < file1 > <file2> --output <outputfile>

Example

merge-the-pdfs --folder ~/Downloads/pdfs --output filename.pdf --files abc.pdf#1,2 apple.pdf#3,4
merge-the-pdfs --output filename.pdf --files abc.pdf#1,2 apple.pdf#3,4

Options

      --version  Show version number                                   [boolean]
  -F, --folder   The folder to get contents from.                       [string]
  -o, --output   Output file name or full path.                         [string]
  -f, --files    Files to merge.                           [array] [default: []]
      --help     Show help                                             [boolean]

Todo

  • Converting folders at once
  • Multiple files support
  • Files with page range support
  • Merging contents from URL

Readme

Keywords

none

Package Sidebar

Install

npm i merge-the-pdfs

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

90.2 kB

Total Files

24

Last publish

Collaborators

  • sabinkhanal33