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

Question

Question

How to load annotations from Document

asked on March 26, 2015 Show version history

I'm trying to load a list of annotation values from a LF document. The requirement is to merge the pages have the same annotation together into other documents.

What is the correct way of doing this?

The workflow version we are using is 9.1.

 

 

0 0

Answer

SELECTED ANSWER
replied on March 30, 2015

Assuming you're using a RepositoryAccess script activity, cast the EntryInfo reference representing the entry to the DocumentInfo type and call the DocumentInfo.GetAnnotations method. That will return an ICollection instance of objects representing the annotations. You can inspect the annotation type and page number of each annotation that way.

0 0
replied on March 30, 2015

Thanks for the reply. 

0 0

Replies

replied on March 30, 2015

I would appreciate if we can get some help regarding this please. We are trying to do this in Workflow Script editor.

 

Thanks

Priya

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

Sign in to reply to this post.