Skip to content

Instantly share code, notes, and snippets.

@openfnord
Created April 28, 2022 03:06
Show Gist options
  • Save openfnord/e75091de771a72c86e1068ece8662e68 to your computer and use it in GitHub Desktop.
Save openfnord/e75091de771a72c86e1068ece8662e68 to your computer and use it in GitHub Desktop.
Reduce pdf version in order to use old Acrobat7 for OCR and Image-Size-Reduction
(Acrobat 7.0: Menue: "File, reduce-file-size" -> compatibility with 4.0).
Acrobat 7.0 was given away for free by adobe, and you may find it in some archives of the internet
You can use Acrobat 7.0 perfectly with wine in linux.
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -sOutputFile=out.odf old.pdf
Also you can use this to fight some issues with crashing pdf tools.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment