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

Question

Question

Import and Export Laserfiche Document (Image Document) with Java

SDK
asked on February 11, 2017

One of customers asks us how to import/export laserfiche documents

 

In .net we already know how to import and export Laserfiche Document (Image Document), but how can we do the same with Java libraries?

 

All what I found are writeEDoc & readEDoc which are for Electronic documents.

 

I will appreciate if someone guide me to the these methods and how to use them.

0 0

Answer

SELECTED ANSWER
replied on February 13, 2017

Use getPages on a document object to get a PageReader, retrieve the Page objects from the PageReader. Call page.read(PagePart.IMAGE) to read the image. call page.write(imageStream, PagePart.IMAGE) to write the image.

1 0
replied on February 22, 2017

Thank you Robert for your help.

0 0

Replies

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

Sign in to reply to this post.