1.0.2 • Published 1 year ago

pdfmix v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

pdfmix

pdfmix is a command-line utility that allows you to combine multiple PDF files into a single output PDF file.

Installation

Install pdfmix using npm:

npm install -g pdfmix

Usage

To combine multiple PDF files into a single output PDF file, simply run the following command:

pdfmix -i input1.pdf input2.pdf input3.pdf -o output.pdf

Options

OptionAliasDescriptionDefault
--input-iInput PDF files (required)
--output-oOutput PDF file path (required)

Examples

Combine three PDF files into a single output PDF file:

pdfmix -i file1.pdf file2.pdf file3.pdf -o output.pdf

Combine two PDF files into a single output PDF file:

pdfmix -i file1.pdf file2.pdf -o output.pdf

Show your support

Give a ⭐️ if this project helped you!

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago