Page 1 of 1
data from pdf ?
Posted: Thu Mar 16, 2017 6:29 pm
by Romeo
Ciao
Any help to get/retrive data from PDF Editable ?
Tks
Re: data from pdf ?
Posted: Fri Mar 17, 2017 9:32 am
by Carlos Mora
You can use pdftotext.exe to extract the document content, then use regular string functions to get what you want.
Re: data from pdf ?
Posted: Fri Mar 17, 2017 12:03 pm
by Romeo
Is pdftotext.exe Free ?
Any link for download ?
tks
Re: data from pdf ?
Posted: Sat Mar 18, 2017 9:13 am
by Carlos Mora
http://foolabs.com/xpdf/download.html
the first result when searching 'pdftotext.exe' in Google. XPdf is the full package, and includes the pdf-utils that includes 'pdftotext.exe'.
Re: data from pdf ?
Posted: Sun Mar 19, 2017 8:45 am
by Romeo
thanks a lot !!