PDF合并PHP庫:PDF Merge for PHP
PDF合并PHP庫
Install in composer:
"jurosh/pdf-merge": "dev-master"
Highlights
PDF縱向/橫向合并模式。
Tested in Laravel4 framework.
使用
// Autoload classses.. // and we can do stuff $pdf = new \Jurosh\PDFMerge\PDFMerger; // add as many pdfs as you want $pdf->addPDF('path/to/source/file.pdf', 'all', 'vertical') ->addPDF('path/to/source/file1.pdf', 'all') ->addPDF('path/to/source/file2.pdf', 'all', 'horizontal'); // call merge $pdf->merge('file', 'path/to/export/dir/file.pdf');
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!