pdf
github.com/leedong-512/pdf
源代码
问题
安装: 65
依赖: 0
建议者: 0
安全性: 0
星星: 0
关注者: 2
分支: 0
开放问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT 530a42c01aa176d90c0e6294d80b006628b39f1e
This package is auto-updated.
Last update: 2024-09-16 12:02:08 UTC
pdf处理
示例
$demo = new Pdf([ 'outPath' => "app/pdf/temp", //存放拆分出的文件夹 'tempPath' => "app/pdf/config", //要拆分的pdf文件存放目录以及脚本config目录 ]); $demoPdf = "test.pdf"; try { $list = $demo->split($demoPdf); } catch (Exception $e) { // 抛出异常 }