This package has been deprecated

Author message:

Not maintained anymore

pdfconcat

1.0.2 • Public • Published

pdfconcat

Concat multiple pdfs using pdfunite in node.js. This module is a wrapper around the pdfunite command from Poppler.

Installation

npm install pdfconcat

Requirements

Poppler must be installed on your system. Make sure the command pdfunite is working.

Usage

pdfconcat = require 'pdfconcat'
 
pdfconcat ['input_1.pdf''input_2.pdf']'output.pdf'(err) ->
 
    # Your Code 

Package Sidebar

Install

npm i pdfconcat

Weekly Downloads

19

Version

1.0.2

License

MIT

Last publish

Collaborators

  • electerious