View Single Post
Old 05-05-2019, 06:00 PM   #2
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,736
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by MarjaE View Post
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
Doitsu is offline   Reply With Quote