I received a lot of PDF files, and some of them are quite large.
I have two alternatives
- delete images and remove embedded fonts
- image compression
Is it possible to delete all objects such as images / fonts in PDF (PHP lib or command line tool)?
Or, if I want to compress images to PDF, which PHP library do you recommend (or a command line tool)?
Debian / PHP
source
share