1.0.22 • Published 8 years ago

ghostify-pdf v1.0.22

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.21

8 years ago

1.0.20

8 years ago

1.0.19

9 years ago

1.0.18

9 years ago

1.0.17

9 years ago

1.0.16

9 years ago

1.0.15

9 years ago

1.0.14

9 years ago

1.0.13

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago