cancel
Showing results for 
Search instead for 
Did you mean: 

to get data in context from offline interactive form

Former Member
0 Kudos

hi Experts,

I have made a offline adobe project where i can download the adobe Pdf, edit the Pdf and upload it. My problem is i am not able to understand

how to extract data from the uploaded Pdf.

And whether the data has come in the context or not .

I have used the tutorial and sample project from sdn but that helps me only to display the data that is uploaded.

But my requirement is to use the uploaded data.

Points would be rewarded for helpful answers !!

Regards,

Sanjyoti.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Bind a binary attribute to Upload UI element.

There is a class called WDInteractiveFormHelper which as a method called

transferPDFDataIntoContext(BinaryContextAttribute,node bode to Interactive Form)

Fore Example.

WDInteractiveFormHelper formHelper = new WDInteractiveFormHelper();

formHelper.transferPDFDataIntoContext(wdContext.currentContextElement().getBincopyPdfObject(),wdContext.nodeVendor_Data_PO());

Former Member
0 Kudos

Hi Prasanna,

Thank you for your help my problem is already solved.

Anyways I have awarded points for your helpful answer, it could also be one of the solution for the same problem.

Regards,

Sanjyoti.

mona_mehta
Participant
0 Kudos

Hi Sanjyoti,

I have a similar scenario. Can you please also document the approach that you took for resolving this issue.

Thanks

Mona

Answers (0)