duongnam99 / read_pdf
该软件包最新版本(dev-master)没有可用的许可信息。
软件包 - pdflib
dev-master
2018-07-24 05:31 UTC
Requires
- php: >=7.1
Requires (Dev)
- phpunit/phpunit: 6.*
This package is not auto-updated.
Last update: 2024-09-19 11:08:52 UTC
README
需求
- 您需要安装库PDFLib[https://www.pdflib.com/],您的PHP版本 >= 5.4
安装
- 通过composer
composer require duongnam99/pdf_exif
使用方法
- 读取PDF文件的详细信息
$read = new Read_pdf();
print_r($read->get_all());
print_r($read->getInfoByKey('Creator'));
print_r($read->getInfoByKey('Title'));