My searches on the web only seem to have yielded libraries that convert text
TO PDFs, except the GhostScript libraries where all the PDF conversion
source code is written in postcript.
Any help would be greatly appreciated.
There's only one library that I've seen that addresses this:
http://www.sedtech.com/isedquickpdf/
Take a look at the reference for "GetPageText"
It's not free, costs $50. I have yet to make the time to evaluate/use this
library; so I don't know if it will do what you want.
HTH
--
Brian Moelk
bmoe...@SPAMbrainendeavorFOR.MEcom
http://www.brainendeavor.com
Some companies have their datasheets scanned from a paperversion.
The content of the pdf then is a bitmap image.
I'd assume your task to be a decompression nightmare.
Good luck.
Rene
--
Ing.Buero R.Tschaggelar - http://www.ibrtses.com
& commercial newsgroups - http://www.talkto.net
The Acrobat Reader 5.0 can save a PDF as an RTF file. In my experience the
formatting suffers considerably, but tools that read and manipulate RTF are
easy to find. It's not a complete solution, but perhaps it could be made to
work.
HTH
Mike
The component wPDF from www.wptools.com can extract text from PDF files.
This library is actually meant to _create_ PDF files but it can partially
read them, too. However, it's not free...
--
Alexander Halser
http://www.ec-software.com
Have you used it for such purpose? How well does it do? All I can see on
the website is "Reads PDF files and can convert the pages into watermarks
(useful for form printing!)"
TIA
try to ask ElcomSoft for that <g>
I am not sure how good it is - I never tried it myself. But wPDF installs a
component called "TWPDFPagesImport" which can read PDF files. The read
function is limited (as far as the author Julian Ziersch told me) but can
retrieve at least text from a PDF.
WPDFPagesImport1.PDFFile := 'C:\Temp\MyFile.PDF';
WPDFPagesImport1.Execute;
memoTest.Text := WPDFPagesImport1.Pages[0].Text;
Regards,
Geurt Lagemaat
Oriana Automatisering
"Brian Moelk" <bmo...@NObrainSPAMendeavorFOR.MEcom> schreef in bericht
news:3d48726d$1_1@dnews...