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

Question

Question

sdk import pdf doesnt generate pages

asked on May 21, 2019

Hi all, I am using SDK with C#. The main aim of this script is to fetch PDF doc from other system in terms of stream, and upload it to Laserfiche Repository. Then after importing it has to be merged by other existing document. I use workflow move pages once the document has been imported but unfortunately workflow returns message that the Source document(Imported with SDK Script) does not have pages. Thus makes it impossible to move pages. I have also set option for user being used in Script to generate pages, but I still get this issue.

 

Is there any way around to handle/accomplish this please

0 0

Replies

replied on May 21, 2019

The SDK can not natively generate pages from a PDF. You can generate pages using the Client, Quick Fields, or Import Agent. You can also use the Client Automation Tools to automate the process of using the Client to generate pages. Theoretically, you can also use Laserfiche.DocumentServices.SnapshotDriver.

If you take a look at the Related Posts box on the right side of this page, you'll see several threads that discuss this issue in more detail.

1 0
replied on May 21, 2019

You should be able to do it with the Microsoft libraries. See this article which uses the Document class

https://www.tallcomponents.com/pdfrasterizer/convert-pdf-to-multipage-tiff

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

Sign in to reply to this post.