We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How detect Conformance?

Hi,

Is there any way (or property) to see what is the version/conformance of a LoadedDocument in PDF Control?

I mean, something to see if PDF/A-1, PDF/A-2 and so forth?

Thanks!

5 Replies

SL Sowmiya Loganathan Syncfusion Team August 30, 2019 11:24 AM UTC

Hi David, 

Thank you for contacting Syncfusion support.  

We can get the conformance on an existing PDF document using Conformance property. Please refer the below code snippet for more details, 

//Load the document 
PdfLoadedDocument loadedDocument = new PdfLoadedDocument(stream); 
//Get conformance  
PdfConformanceLevel pdfConformance = loadedDocument.Conformance; 

Please let us know if you have any concerns on this.  

Regards, 
Sowmiya L 



DA DavidBS August 31, 2019 02:38 AM UTC

Thank you Sowmyia.
Kindest regards,
David


SK Surya Kumar Syncfusion Team September 2, 2019 10:07 AM UTC

Hi David, 

We are glad to know that we are helpful.  

Regards, 
Surya Kumar 



DK Daniel Kraut March 3, 2020 02:47 PM UTC

Hi,

why is the Conformace property not available in Syncfusion.Pdf.Net.Core package?


Daniel


SL Sowmiya Loganathan Syncfusion Team March 4, 2020 12:17 PM UTC

  
Hi Daniel,  

At present we do not have support to get the conformance on an existing PDF document in ASP.NET Core platform. We have already logged a feature request for this and we have planned to implement this in our upcoming release.  

Please let us know if you have any concerns on this.  

Regards, 
Sowmiya Loganathan 


Loader.
Live Chat Icon For mobile
Up arrow icon