New Product LaunchBoldDesk: Help desk ticketing software.
Try it for free.
//Load the document
PdfLoadedDocument loadedDocument = new PdfLoadedDocument(stream);
//Get conformance
PdfConformanceLevel pdfConformance = loadedDocument.Conformance; |