Expand my Community achievements bar.

Extracting PDF comments to Process Variable

Avatar

Level 2

Hi,

Can any help me on how to extract PDF comments and assign it to process variable?

I'm using LC ES2.

Appreciate your help.

BR,

Yasser

1 Reply

Avatar

Level 10

This is how I would do it.

- Use the Assembler service to extract comments in a AssemblerResult object.

- Use a set Value to extract the comment from the map of documents from the AssemblerResults object and put it in a xml variable. For example /process_data/myXML = /process_data/AssemblerResult/object/documents[@id='comments.xfdf'].

Jasmin