cancel
Showing results for 
Search instead for 
Did you mean: 

Read pdf and extract data into context object

Former Member
0 Kudos

Hi,

i must read .pdf file from disk (uploadFile) and extract data into context object and show pdf content with adobe interactive form object.

Is there sample code to do it?

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Amey-Mogare
Contributor
0 Kudos

Hi,

Did you manage to do it? If yes, how did you do it?

I have similar requirement.

With regards,

Amey Mogare

Former Member
0 Kudos

You can study the link below

http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4fd2d690-0201-0010-de83-b4fa0c93e...

Edited by: cml_bzl on Apr 6, 2010 8:20 PM

Amey-Mogare
Contributor
0 Kudos

Hi,

Thank you for reply. It is absolutely helpful document.

However, my requirement is this:-

Here, user will upload any PDF file using file upload UI element and I need to parse it and store its data into context.

Something like JXL api we used in excel document.

With regards,

Amey Mogare

Former Member
0 Kudos

Hi,

If you upload pdf document, it stores data into context structure automatically.

You must select "use pdf" option for interactive form control and select proper context structure as source.

When data in pdf stored into context, you can easyly use it with java code.