Through the SDK or using a Workflow script is it possible to export documents as a PDF/A or would I have to create an application with another engine/api in order to change the format? I have looked into jodconverter and open office though it is a bit of a hassle to set up on a workstation instead of a server.
Question
Question
Is there a way to export Laserfiche pages as a PDF/A instead of just PDF?
asked on August 22, 2014
0
0
Answer
APPROVED ANSWER
replied on August 22, 2014
Sorry self resolved after looking at the sdk help files.
ExportDoc.ExportPdf(MyDocument,MyDocument.AllPages, PdfExportOptions.PdfAConformance, "C:\TestData\" + EntryName + ".pdf")
0
0
replied on August 22, 2014
Out of curiosity which PDF/A compliance does the Laserfiche SDK use?
0
0
replied on August 24, 2014
This is the same option that the Client has, discussed here: http://www.laserfiche.com/support/webhelp/Laserfiche/9.1/en-US/UserGuide/Laserfiche_Client.htm#AppearanceFunctionality/Options/Export_Options_Images.htm. Looks like PDF/A-1b.
1
0
Replies
replied on August 25, 2014
•
Show version history
To answer the question about which level of compliance does "PDF/A" in Laserfiche conform to, PDF/A refers to PDF/A-1b as specified by ISO 19005-1.
1
0
You are not allowed to follow up in this post.