Skip to content
This repository has been archived by the owner on Dec 2, 2017. It is now read-only.

electerious/pdfconcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

[Deprecated] 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

About

Concat multiple pdfs using pdfunite in Node.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published