cancel
Showing results for 
Search instead for 
Did you mean: 

Reading PDF from mail in java WebDynpro

Former Member
0 Kudos

Hello all,

I have a mail in my inbox with a PDF attachment. I am able to view the adobe form in view using the binary array, but what i want is to read the contents to view context elements and then display them to view. How can i do that?

Points waiting for the right ans.

Thanks

Vinod V

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vinod,

I have created the blog on uploading the PDF Form data on the View.

Refer that, hope it will help you out

Reward if helpful.

[/people/shruti.rathour/blog/2008/02/07/uploading-sap-interactive-form-on-the-abap-webdynpro-view]

Thanks.

Former Member
0 Kudos

Hello shruti,

You have done a great work in SDN Blog and i have followed that.

one more way to solve this problem:


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

use: extracts data from a PDF document and copies the values into the Web Dynpro Context.

Thanks,

Vinod V