Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

Reading PDF Data into Internal table

Former Member
0 Likes
9,727

Hi All ,

I am facing  problem in reading PDF file data into internal table.

Can anyone help me on this.

Can we read PDF File data into ABAP internal Table.

If yes , Can anyone provide me with code or some solution.

Thanks & Regards,

Aniket

6 REPLIES 6
Read only

former_member188827
Active Contributor
0 Likes
4,766

Which FMs have you tried? Please check if the following link helps:

https://scn.sap.com/thread/1334271

Regards

Read only

hiriyappa_myageri
Participant
0 Likes
4,766

Hi Aniketh,

I too have same requirement but quiet different i want Read the Physical size of any image Present in Pdf File .

Hi All ,

Any One Know Pls Share Your thoughts.

Thanks & Regards,

Hiriyappa.

Read only

Former Member
0 Likes
4,766

Hi,

PDF doesn't store the data exactly as provided during generation. Sometimes, when a font or characters are not in the PDF char format, it converts it into BITMAP image and prints it in the file.

Therefore even if you convert it into internal table, there is no surety that you will get accurate results.

regards,

Ashish Rawat

Read only

Former Member
0 Likes
4,766

Hi All ,

I need to extract data from PDF File.

For ex : PO Number

Regards,

Aniket

Read only

0 Likes
4,766
Read only

Former Member
0 Likes
4,766

Hi Parvez ,

Thanks for Reply.

But the Above code works for Interactive PDF.

Not normal PDF.

Regards,

Aniket