Hi,
is it possible to check with EO.PDF if opened file is saved as PDF/A?
With following code, pdf.Standard is always None, no matter if pdf is created with EO.PDF, other PDF converters or Microsoft Word.
Code: C#
EO.Pdf.PdfDocument pdf = new EO.Pdf.PdfDocument(txtPdf.Text);
MessageBox.Show("standard: " + pdf.Standard);