What is the difference between PDF and PDF/A?
PDF/A is a restricted subset built for preservation. Everything needed to render the file, especially fonts, must be inside the document, and features that depend on external resources are not allowed.
PDF/A is the archival standard that many institutions and courts require for long-term submissions. It embeds fonts and colour information so the document renders the same decades from now, on software that does not exist yet. It is free, needs no account, and adds no watermark to your result.
The document is reprocessed through a colour-managed Ghostscript pipeline targeting PDF/A-2b, which embeds the fonts used, normalises colour handling, and removes constructs the standard disallows.
Where it stops: Conversion can fail if a font cannot legally be embedded because of its licence. Some interactive features, such as embedded media, are not permitted in PDF/A and are dropped by design.
PDF/A is a restricted subset built for preservation. Everything needed to render the file, especially fonts, must be inside the document, and features that depend on external resources are not allowed.
Colour is converted through a managed profile and non-embeddable fonts are substituted, which can shift appearance slightly. That trade-off is what makes the file reproducible long-term.
PDF/A-2b, the compliance level most commonly accepted for general archival submissions.
Repair damaged or structurally inconsistent PDF files by rebuilding page objects, cleaning references and saving a fresh optimized document.
Flatten PDF annotations and form appearances into normal page content so the final document is easier to share and archive.
Reduce PDF file size online while maintaining readable text and image quality. Choose your compression level.
Inspect PDF title, author, subject, keywords, producer, creator, creation dates, page count and document properties.