1.0.22 • Published 7 years ago

ghostify-pdf v1.0.22

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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

1.0.22

7 years ago

1.0.21

7 years ago

1.0.20

7 years ago

1.0.19

8 years ago

1.0.18

8 years ago

1.0.17

8 years ago

1.0.16

8 years ago

1.0.15

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago