函数:PDF_get_info()


PDF_get_info

返回文件信息。

语法: int pdf_get_info();

返回值: 整数

函数种类: 特殊文件格式

内容说明

本函数用来取得 PDF 的文件信息,例如作者、主题....等等。需要 pdflib 2.0 以上才能使用本函数的功能。

参考

PDF_set_info_creator()  PDF_set_info_author()  PDF_set_info_keywords()  PDF_set_info_title()  PDF_set_info_subject()  



[ 上一页 PHP 手册 下一页 ]

PHP 首页 | PHP 导读 | PHP 函数库 | PHP 函数索引 | PHP 范例程序