cancel
Showing results for 
Search instead for 
Did you mean: 

usePdf problem

Former Member
0 Kudos

Hi Experts,

I am displaying a binary as pdf succesfully. This pdf is being displayed as online form with the mode set to usePdf. I am not able to edit this form programatically. Can anybody suggest how do I modify this form. I have to enter some data in this form from UME. I am fetching the required data but unable to edit this form.

Regards

Abdullah

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Answered above

Former Member
0 Kudos

Hi Experts,

Solved this problem. In usePdf mode we cannot modify the pdf as we can in the updateDataInPdf mode. So a work around for this was to use

WDInteractiveFormHelper.transferPDFDataIntoContext(byte[] pdfSource, IWDNode targetNode);

when I extracted the pdf Binary from the mail Attachment.

A more detailed explanation can be found out at

Regards

Abdullah