I got alot of PDF files and some of them are quite large..
I got two alternatives
- remove images and remove embedded fonts
- compress images
Is it possible to remove all objects like images/fonts in a PDF (PHP lib or command-line tool)?
Or if I want to compress images in the PDF, which PHP library do you recommend (or command-line tool)?
Debian/PHP