[Pugged] Adobe Help

ciapug@ciapug.org ciapug@ciapug.org
Mon, 14 Oct 2002 20:09:35 -0000


Angie Tollerson <Tollerson@alliancetechnologies.net> said:

> I am at a total loss on this one. Is there anyway with PHP to read the
> Document Title of a pdf? I see nothing in FDF of PDF libraries for php
> that lets me get this value.  Any help?
>  

Writing PDF's is do-able, I'm using pdflib for that.

Reading things out of PDF's might be tricky. Maybe look into ghostscript... there are various scripts for reading ascii text from postscript docs and such.

-dc