Determine PDF/A conformity level

PDF-XChange Editor SDK for Developers

Moderators: TrackerSupp-Daniel, Tracker Support, Paul - Tracker Supp, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, Tracker Supp-Stefan

Forum rules
DO NOT post your license/serial key, or your activation code - these forums, and all posts within, are public and we will be forced to immediately deactivate your license.

When experiencing some errors, use the IAUX_Inst::FormatHRESULT method to see their description and include it in your post along with the error code.
Post Reply
AnMuWK
User
Posts: 30
Joined: Thu Dec 19, 2019 2:20 pm

Determine PDF/A conformity level

Post by AnMuWK »

Hi,

I did not manage do find anything in the SDK documentation so I am posting my question here.

I want to find out for a given PDF whether it adheres to PDF/A conformity and, if it does, which PDF/A conformity level it adheres to exactly (A-1b, A-2a, A-2u, etc.).

Is it possible to get this information with the SDK? If it does, could you provide a code sample?

Thanks in advance,
Andreas
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: Determine PDF/A conformity level

Post by Sasha - Tracker Dev Team »

Hello Andreas,

You can get the IPXC_DocumentProps from the IPXC_Document by using the get_Props and then the get_PDFStandard property with the PXC_PDFStandard enum.

Cheers,
Alex
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
Post Reply