File manager - Edit - /home/wwcana/ficha.canabravavacationclub.com.br/vendor/clegginabox/pdf-merger/README.md
Back
## PDFMerger for PHP (PHP 5 & 7 Compatible) Original written by http://pdfmerger.codeplex.com/team/view<br /> Forked from https://github.com/myokyawhtun/PDFMerger ## Composer Compatible I've just forked this package to make it compatible with composer To install add this line to your composer.json ```"clegginabox/pdf-merger": "dev-master"``` or ```composer require clegginabox/pdf-merger:dev-master``` ### Example Usage ```php $pdf = new \Clegginabox\PDFMerger\PDFMerger; $pdf->addPDF('samplepdfs/one.pdf', '1, 3, 4'); $pdf->addPDF('samplepdfs/two.pdf', '1-2'); $pdf->addPDF('samplepdfs/three.pdf', 'all'); //You can optionally specify a different orientation for each PDF $pdf->addPDF('samplepdfs/one.pdf', '1, 3, 4', 'L'); $pdf->addPDF('samplepdfs/two.pdf', '1-2', 'P'); $pdf->merge('file', 'samplepdfs/TEST2.pdf', 'P'); // REPLACE 'file' WITH 'browser', 'download', 'string', or 'file' for output options // Last parameter is for orientation (P for Portrait, L for Landscape). // This will be used for every PDF that doesn't have an orientation specified ```
| ver. 1.4 |
Github
|
.
| PHP 5.6.40 | Generation time: 0 |
proxy
|
phpinfo
|
Settings