Quote:
Originally Posted by MarjaE
Is there any easy way to check for compatibility issues, missing or corrupt text, malformed pages, and/or speed?
|
The
free community edition of cpdf will automatically fix some errors if you simply use the following command:
Code:
cpdf in.pdf -o out.pdf
You can also use the linearization option to convert your PDF files to web optimized PDF files:
Code:
cpdf -l in.pdf -o out.pdf