ISO 19005-1:2005 (PDF/A-1)

Stimulsoft Reports.NET discussion
Post Reply
User avatar
John
Posts: 132
Joined: Tue Feb 01, 2011 3:56 am
Location: England

ISO 19005-1:2005 (PDF/A-1)

Post by John »

Hallo Support,

it seems that long-term archiving is becoming a big issue with pdfs and therefore, an ISO norm has been developed to ensure that pdfs of today can be read in years to come. Our new application we are building will create pdfs with Stimulsoft c# code and allow then to be both filled out and signed, using electronic signatures. These documents will then be both sent over web services for further processing and also archived by the users.
We have been asked to produce pdfs which fulfil ISO 19005-1:2005 (PDF/A-1). I have been reading up on this and found the following:

PDF/A-1 files must include:
• Embedded fonts
• Device-independent colour
• XMP metadata

My question is then, do you have any support for these requirements and if not, do you intent to implement this in the near future?

Many thanks,

John Kitching
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: ISO 19005-1:2005 (PDF/A-1)

Post by HighAley »

Hello, John.

Our product supports PDF/A-1, PDF/A-2 and PDF/A-3 standards. All features that you listed are included.
You could set any format and check it with Adobe tool.
3885a-clip-171kb.png
3885a-clip-171kb.png (171.14 KiB) Viewed 2251 times
Thank you.
User avatar
John
Posts: 132
Joined: Tue Feb 01, 2011 3:56 am
Location: England

Re: ISO 19005-1:2005 (PDF/A-1)

Post by John »

Hallo Aleksey,

thanks for the quick reply. That's great to know that it's supported. Having now looked around in the code, if I understand it correctly, I can set everything I need in c# using the StiPdfExportSettings. Is that correct?

Best regards,
John Kitching
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Re: ISO 19005-1:2005 (PDF/A-1)

Post by Jan »

Hello John,

Yes you are right. All features available in StiPdfExportSettings. Here code:

Code: Select all

var settings = new StiPdfExportSettings { pdfComplianceMode = StiPdfComplianceMode.A1 };
Thank you.
Post Reply