ghostify-pdf

1.0.22 • Public • Published

ghostify-pdf

js-standard-style Greenkeeper badge

A duplex stream using pdf2ps - - | ps2pdf - -

Converting a pdf to ghostscript and back again can fix pdf issues. Eg. Adobe Reader doesn't print...

Yes fixing the pdf is a better solution, but in the meantime...

main.js:

var ghostifyPdf = require('ghostify-pdf');
var fix = ghostifyPdf();
fix.pipe(somewhere);
file.pipe(fix);

install

With npm do:

npm install ghostify-pdf

test

npm test

license

MIT

Readme

Keywords

Package Sidebar

Install

npm i ghostify-pdf

Weekly Downloads

25

Version

1.0.22

License

MIT

Last publish

Collaborators

  • jameskyburz