This content has been marked as final.
Show 2 replies
-
1. Re: How to know pdf is in pdf/a format
Test Screen Name Aug 13, 2012 1:47 AM (in response to arvindg007)If you have the PDF/A standard it will tell you exactly what indicator (in the metadata, I believe) is used to mark a PDF/A file. The API has methods for reading metadata, so you'd then parse the XML to check for the necessary flags. (Note: it is important to parse the metadata, not just search it for strings as this can generate false hits).
-
2. Re: How to know pdf is in pdf/a format
Bernd Alheit Aug 13, 2012 3:55 AM (in response to arvindg007)You can perform a preflight check.


