cancel
Showing results for 
Search instead for 
Did you mean: 

Copy Data From PDF

Former Member
0 Kudos

Hi,

I having an WD JAVA application where a filled in Interactive PDF Form is upoaded through File Upload UI.

In the appliocation, there is a local node (Cardinality = 1:1) where the Data from PDF has to be copied to that.

Please let us know how to do that without parsing.

Thanks and Regards,

Chandran S

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If you want to get the data from PDF form without parsing you need to do binding of all the fields of addobe form to webdynpro context.

You must be having a application for saving the pdf form to your system so just open the form in Interactive form Ui element and after selecting the UI element from adobe form go to binding tab under object tab. Bind the field with the proper context in default binding section. But first make sure that your dataSource property of the Interactive form element is bind with the datanode.

In that way after uploading the form data will come to webdynpro context automatically.

Thanks & Regards

Ravindra Singh