Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

Import comments (XFDF) to a PDF document

Avatar

Level 2

Hi all,

I have a LiveCycle ES2 process where I would like to import comments (available as an XFDF String/Document) to an existing PDF File (flat).

I have already tried the FormDataIntegration.importData service, but without success. The comments do not appear on the PDF file.

Could anybody advise how this is possible?

Thanks in advance!

Paul

1 Accepted Solution

Avatar

Correct answer by
Level 10

Comments are not considered data so importData is not what you want. In the Assembler service you can invoke a DDX set of instructions that will allow the impoort of comments.

Paul

2 Replies

Avatar

Correct answer by
Level 10

Comments are not considered data so importData is not what you want. In the Assembler service you can invoke a DDX set of instructions that will allow the impoort of comments.

Paul

Avatar

Level 2

Yes right this should do it.

Thanks for the response!

Paul