ā2013 Oct 18 11:19 AM
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
ā2013 Oct 18 11:24 AM
Which FMs have you tried? Please check if the following link helps:
https://scn.sap.com/thread/1334271
Regards
ā2013 Oct 18 11:34 AM
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.
ā2013 Oct 18 11:55 AM
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
ā2013 Oct 21 2:40 PM
Hi All ,
I need to extract data from PDF File.
For ex : PO Number
Regards,
Aniket
ā2013 Oct 21 2:49 PM
check this please
http://wiki.scn.sap.com/wiki/display/ABAP/Reading+PDF+attachment+from+sap+inbox+through+ABAP
or this link
http://scn.sap.com/thread/287248
Message was edited by: Parvez Soobhany
ā2013 Oct 21 3:34 PM
Hi Parvez ,
Thanks for Reply.
But the Above code works for Interactive PDF.
Not normal PDF.
Regards,
Aniket