Pomagajte nam rasti
Zmanjkalo nam je strežniške zmogljivosti — naročniki so način, kako kupimo naslednje. Trenutno tukaj dobite 3 brezplačnih obdelav. Prijavite se brezplačno za 5 na dan ali se naročite za neomejeno. 🚀 Bodi eden izmed naših prvih 100 naročnikov in dobi celo leto po ceni enega meseca.

Check Whether Your PDF Really Is PDF/A

Upload a PDF to validate it against the PDF/A archiving standards and get every non-conformance listed with its severity, the clause it breaks and the object it lives in.

Nalaganje datotek...

Rezultat pošljite na:

Rezultat pošljite na:

Prenesi

Spusti datoteke

Ali pa izberite datoteko v računalniku

Vaše mnenje je za nas pomembno

Ali ste na splošno zadovoljni z delom aplikacije in rezultatom dela?

Leave this on "Detect automatically" to check the file against the standard it declares for itself, or pick a level explicitly when you have to meet a specific requirement.
One defect is often reported once per use, so a single unembedded font can produce dozens of identical rows. Grouping shows each problem once with a count.

PDF/A is the ISO standard for documents that must stay readable decades from now, which it achieves by banning anything whose meaning depends on the outside world: fonts that are not embedded, colours with no profile to interpret them, encryption, external media. A file that opens perfectly today can still fail PDF/A, because "it looks right on my machine" is exactly the assumption the standard exists to remove.

This validator answers the question properly. Upload a PDF and it is checked against the standard with Aspose.PDF, the same engine used throughout Documentize, and every non-conformance comes back listed rather than summarised: what is wrong, whether it is an error or a warning, which clause of the specification it breaks, and which internal PDF object and page it sits on. That last part is what makes a report actionable — "font not embedded" is a fact, "font 'ArialMT' is not embedded, clause 6.3.4, object 36, page 1" is something you can go and fix.

By default the file is judged against the standard it declares for itself. A PDF that claims PDF/A-2B is checked against PDF/A-2B, not against a level someone had to guess at, so a passing verdict means the file keeps the promise it makes. You can also name a level explicitly when compliance is a requirement handed to you rather than a property of the file — a regulator, a records system or a client asking for PDF/A-2B specifically. PDF/A-1 through PDF/A-4 are all supported, along with PDF/UA-1 for accessibility.

Identical problems are grouped by default. A single unembedded font is reported by the underlying engine once per use, which can turn one defect into dozens of rows; grouping collapses those into one entry with an occurrence count, so the list reflects how many things are wrong rather than how often they were noticed. The full report also downloads as JSON, ready to feed into a build check or an ingestion pipeline.

Kako deluje

1

Izberite datoteke

Datoteke lahko izberete iz datotečnega sistema, Dropboxa in Google Drive.

2

Pritisnite gumb »Validate PDF/A«

za nalaganje datotek za obdelavo.

3

Počakajte na dokončanje

Trajalo bo od 10 sekund do nekaj minut, odvisno od števila in velikosti datotek.

POGOSTA VPRAŠANJA

My PDF opens fine everywhere. Why does it fail PDF/A?

Because PDF/A is not about whether a file opens today, it is about whether it will still render identically when the machine, the fonts and the software around it are gone. The most common failures are fonts that are referenced rather than embedded, colours with no output intent or ICC profile, transparency, encryption, and JavaScript or external links. All of those work fine right now and are precisely what the standard forbids.

Which PDF/A level should I validate against?

If you are checking a file that is supposed to be PDF/A already, leave the selector on automatic detection: the file is then judged against the level it claims, which is the only fair test of it. Choose a level yourself when the requirement comes from outside — an archive or regulator asking for PDF/A-2B, say. As a rule the letter matters more than the number: B guarantees visual reproduction, U additionally requires text to be extractable as Unicode, and A adds the full tagging needed for accessibility, so A is the hardest to satisfy.

What do the clause numbers and object IDs in the report mean?

The clause is the section of the PDF/A specification that was violated, so "6.3.4" points you at the exact rule rather than a paraphrase of it. The object ID is the number of the internal PDF object at fault, and the page is where it is used. Together they turn a generic complaint into a specific location, which is what you need when the fix has to be made in the tool that produced the file.