Skip to content
Discussion options

You must be logged in to vote

Since you're archiving, you do want PDF/A. The biggest issue that standard PDFs have is that they can reference fonts on the user's system that might or might not be installed; and the OS might or might not substitute it with another. The result is that standard PDFs are not guaranteed to display correctly on all systems. There are other issues with PDF too, but all of them have the general shape of "some kind of external dependency", and PDF/A prevents them.

OCRmyPDF's behavior has always been to try to produce PDF/A if it can, and give you a standard PDF when it can't. If you insist on a PDF/A, there's an error code issue to signal "succeeded except for PDF/A conversion".

A drawback of …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by realsimix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants