Stirling-Tools / Stirling-PDF

#1 Locally hosted web application that allows you to perform various operations on PDF files
https://stirlingpdf.com
MIT License
43.21k stars 3.49k forks source link

uncompress #486

Open 3052 opened 10 months ago

3052 commented 10 months ago

Is it possible to uncompress PDF? similar to:

# uncompress
qpdf --stream-data=uncompress a.pdf b.pdf
# compress
qpdf b.pdf c.pdf

https://github.com/qpdf/qpdf/releases

Frooodle commented 10 months ago

No not Currently What's the usecase for this?

3052 commented 10 months ago

I had some text I wanted to remove - originally I was looking into cropping it or redacting, but it seems "permanent" crop is actually quite difficult. however if you can uncompress the PDF, in my case at least I was able to just literally edit it like a text document then compress again