How to compress a pdf with node?

compression, node.js, pdf

Solution

Try using shrinkpdf to compress your pdf file

And this post: How to run shell script file using nodejs?

Problem

I have found: - scissors - pdfspin They both rely on PDFTk, which costs around $1,000. Where can I learn more about pdf compression with node, or find the already made library ?

Original source

Related problems