How to extract the text from PDF document
I have one pdf document which has links. I need to get link title开发者_Python百科.
Please help me to solve this issue.
Thanks in advance.
Sow
You can use the iText PDF library to read the PDF file contents.. and get the text,links or there values from the PDF file. you can get the library from here!
精彩评论