Ghostscript 10.00.0 PDF/A bug on Debian 12 (activate backports) #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Debian 12 ships with Ghostscript 10.00.0, which has a known bug: when
pdfa_levelis set ANDskip_text=true, OCR processing silently fails.Affected versions: GS 10.00.0 - 10.02.0
Fix (recommended for install.sh on Debian 12):
Activate bookworm-backports and install a fixed Ghostscript version:
This installs GS >= 10.02.1 which does not have this bug.
Workaround (if backports are not available):
Set
pdfa_level = ""in the instance config to disable PDF/A output.Debian 13: Not affected (ships GS 10.05.1).