Copy link to clipboard
Copied
I have a few PDF documents in which i have repaeting data's. i would like to extract the spoecific data i want and send it to a .csv or spreadsheet.
E.g
PO no. 17638765213
For the above i just need the number which is coming after the word PO.
How do i work and get it done?
Copy link to clipboard
Copied
Here is a link to a blog entry that will help
http://www.raymondcamden.com/index.cfm/2007/7/25/Reading-text-from-a-PDF-in-ColdFusion-8
Ken