jjwilly16 / node-pdftk

A wrapper for PDF Toolkit with streams and promises.
MIT License
141 stars 34 forks source link

Is there a way to Uncompress PDF page streams for editing the PDF in a text editor #47

Open kaibocai7 opened 3 years ago

kaibocai7 commented 3 years ago

I notice in pdftk doc we can uncompress a pdf for editing using following command

pdftk doc.pdf output doc.unc.pdf uncompress

I wonder does node-pdftk provide a way to do the same thing here, cannot find any info about uncompressing pdf in the doc. Thank you.