Application Development 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 PDF and pull data

former_member194669
Active Contributor
0 Kudos

Hi,

I have a requirement to upload PDF from local drive and search for particular line and move that particular line data into a internal table in a readable format.

Example:-->

I have pdf file ZTEST.pdf within the file on 10th line, we have external customer number in a specific length. I need to read this external customer number and update into a custom table.

Can anybody give a possible solution.

Thanks for your help

aRs

1 REPLY 1

Former Member
0 Kudos

Convert the pdf to txt file by some system calls , then

upload it by CL_GUI_FRONTEND_SERVICES ,

Never tried it though..