You are viewing limited content. For full access, please sign in.

Question

Question

Is there a way to export Laserfiche pages as a PDF/A instead of just PDF?

asked on August 22, 2014

 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.

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
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.

Sign in to reply to this post.