Welcome Guest Search | Active Topics | Sign In | Register

Check if opened PDF-document is saved as PDF/A Options
santtuv
Posted: Tuesday, August 22, 2017 4:19:03 AM
Rank: Newbie
Groups: Member

Joined: 8/7/2017
Posts: 4
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);
eo_support
Posted: Tuesday, August 22, 2017 8:41:19 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,080
Hi,

No. It's not possible to do that. The standard is not a simple flag that can be read back. It changes numerous aspects of how the file is saved, but there is no single point in the file that tells you this is a PDF/A file.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.