Search found 3 matches

by nave
Mon Sep 09, 2002 1:32 pm
Forum: PHP - Code
Topic: PHP_PDF: How to get a pdf`s general info (author, ...)?
Replies: 5
Views: 1766

Hm, within that PDFLib manual (by the way: you can found this at the php.net site, too) there's no function mentioned that allows to extract the information from the pdf file I need. There is only the "pdf_get_info()"-function which doesn't exist in 2.x versions any more and is actually us...
by nave
Mon Sep 09, 2002 9:32 am
Forum: PHP - Code
Topic: PHP_PDF: How to get a pdf`s general info (author, ...)?
Replies: 5
Views: 1766

Nice ad, but it didn't help. Google didn't provide any information about how to get general pdf file infos by PHP...

Oromian, possibly you could send me a link to a helpful page you found by using Google?
by nave
Mon Sep 09, 2002 5:33 am
Forum: PHP - Code
Topic: PHP_PDF: How to get a pdf`s general info (author, ...)?
Replies: 5
Views: 1766

PHP_PDF: How to get a pdf`s general info (author, ...)?

Hi there,

the PDFlib provides functions to set the values of a pdf file like the author, creator, title a.s.o. But I didn't find any possibility to retrieve this information from an existing pdf file.

Does anybody know?