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

Question

Question

convert tif to pdf

SDK
asked on September 17, 2014

We all know that Laserfiche files are natively stored as tif files.

In .Net code, using the SDK,

is there a way to export a Laserfiche tif file and convert it into a pdf?

Thanks!
 

0 0

Answers

APPROVED ANSWER
replied on September 17, 2014

Yes. You can use the DocumentExporter.ExportPdf method. The Laserfiche SDK 9.1 .NET Documentation has more information about this method. Also, the SDK 9.1 installation will contain sample projects. The DocumentExporter sample should be relevant to you.

4 0
SELECTED ANSWER
replied on September 17, 2014
ExportDoc.ExportPdf(MyDocument,MyDocument.AllPages, PdfExportOptions.None, "C:\TestData\" + EntryName + ".pdf")

The above is a sample of how to export a pdf using the SDK. You would have to retrieve other information such as the entryID and so forth to export the correct document.

2 0

Replies

replied on September 18, 2014

Thanks guys.

That helped get me started. I appreciate it.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.