That's an interesting suggestion, but it doesn't do anything to solve his
problem. The PDF functions are used to CREATE PDFs, but they don't do
anything about READING PDFs.
To extract stuff from a PDF file, you need a PDF rendering library. I'm
not aware of any PHP packages that do that (although I'm sure someone will
correct me), but you might look into xpdf or poppler.
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
>
That's an interesting suggestion, but it doesn't do anything to solve his
problem. The PDF functions are used to CREATE PDFs, but they don't do
anything about READING PDFs.
>
To extract stuff from a PDF file, you need a PDF rendering library. I'm
not aware of any PHP packages that do that (although I'm sure someone will
correct me), but you might look into xpdf or poppler.
--
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.
I have looked over for such libraries, but they cost too much and I
found non for PHP. Can this be done in any other programming language?
On Apr 1, 5:48 pm, Tim Roberts <t...@probo.com wrote:
>SrSilveira <srsilve...@gma il.comwrote:
>>On Mar 31, 3:42 am, undbund <undb...@gmail. comwrote:
>>>Hi guys, can you guide me to tutorials, examples and scripts where I
>>>can learn how to extract text, images, etc from pdf file.
>>start here
>>http://www.php.net/pdf
>That's an interesting suggestion, but it doesn't do anything to solve his
>problem. The PDF functions are used to CREATE PDFs, but they don't do
>anything about READING PDFs.
>>
>To extract stuff from a PDF file, you need a PDF rendering library. I'm
>not aware of any PHP packages that do that (although I'm sure someone will
>correct me), but you might look into xpdf or poppler.
>--
>Tim Roberts, t...@probo.com
>Providenza & Boekelheide, Inc.
>
I have looked over for such libraries, but they cost too much and I
found non for PHP. Can this be done in any other programming language?
>
Thanks for all your replies
>
Who knows? Ask in another language newsgroup.
But I don't know of anything for PHP.
--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp. jstucklex@attgl obal.net
=============== ===
>>
>That's an interesting suggestion, but it doesn't do anything to
>solve his
>problem. The PDF functions are used to CREATE PDFs, but they don't
>do
>anything about READING PDFs.
>>
>To extract stuff from a PDF file, you need a PDF rendering library.
>I'm
>not aware of any PHP packages that do that (although I'm sure
>someone will
>correct me), but you might look into xpdf or poppler.
>--
>Tim Roberts, t...@probo.com
>Providenza & Boekelheide, Inc.
>
I have looked over for such libraries, but they cost too much and I
found non for PHP. Can this be done in any other programming
language?
>
Thanks for all your replies
Comment