tintran/pdf_exif
Composer 安装命令:
composer require tintran/pdf_exif
包简介
Package for extracting information from PDF file
README 文档
README
This package make use of the PDFlib package to interact and extract information from PDF files
Requirements
You should have PDFlib installed properly to your system. Refer at this link
Installation
The package can be installed via composer:
$ composer require tintran/pdf_exif
Usage
Read and extract information from a PDF file
$read = new PDFLibrary($file); var_dump($read->get_pdf_all()); var_dump($read->get_pdf_title()); var_dump($read->get_pdf_author());
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2018-04-04