asika/pdf2text
最新稳定版本:1.0.6
Composer 安装命令:
composer require asika/pdf2text
包简介
Simple PHP PDF to text class.
README 文档
README
This is a simple PDF to text class based on SilverStripe framework
This version support composer and PSR-4 autoloading. Origin code is maintained by Darren Inwood.
Installation Via Composer
{
"require": {
"asika/pdf2text": "~1.0"
}
}
Usage
$reader = new \Asika\Pdf2text; $output = $reader->decode($fileName);
Lincense
MIT
统计信息
- 总下载量: 822.26k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 25
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-04-13