php-pdf-merge
php-pdf-merge copied to clipboard
PDF Merge library for PHP
$pdf->addPDF('path/to/source/file.pdf', '1,2', 'vertical') Showing following error: Undefined index: w I think it is a typo mistake in the PDFMerger.php on line 85: $fpdi->AddPage($file->getOrientationCode(), array($size['w'], $size['h'])); If you change the $size['w']...
When I try to merge PDF file I got this error `This PDF document probably uses a compression technique which is not supported by the free parser shipped with FPDI....
When I updated my package I got again this old error. There are no 'w' and 'h' indexes in the $size. Please update the code
have this message when i try to merge pdf 👍 This PDF document probably uses a compression technique which is not supported by the free parser shipped with FPDI Maybe...
Getting below error when I tried to upload the latest version of PDF. This pdf document probably uses a compression technique which is not supported by the free parser shipped...
Hi , sorry fo english , when i try to merge file with 1.4 version i have an exception : Unknown HTTP status code provided with no message: 267
Since PHP8, return types are very important. When I'm trying to merge single PDF's to one file, the docblocks seems to be incorrect. A class was used, which does not...
I'm getting this error: Declaration of setasign\Fpdi\FpdfTplTrait::setPageFormat($size, $orientation) should be compatible with TCPDF::setPageFormat($format, $orientation = 'P') // and now we can use library $front = '/home/sapama/projects/web/erp/public/media/erp/upload/cards/front-18980.pdf'; $back = '/home/sapama/projects/web/erp/public/media/erp/upload/cards/back-18980.pdf'; $card...
$pdf->addPDF('pdf1.pdf', 'all', 'vertical') ->addPDF('pdf2.pdf', 'all', 'vertical') ->addPDF('pdf3.pdf', '1, 3, 4');
hi The licence suggests Apache composer suggests MIT could these by synced to the preferred licence