php-pdf-merge icon indicating copy to clipboard operation
php-pdf-merge copied to clipboard

it will work fine with merging whole pdf but when i print specific page from pdf for merging it will print blank page

Open simranhmirza786 opened this issue 3 years ago • 1 comments

$pdf->addPDF('pdf1.pdf', 'all', 'vertical') ->addPDF('pdf2.pdf', 'all', 'vertical') ->addPDF('pdf3.pdf', '1, 3, 4');

simranhmirza786 avatar May 18 '21 06:05 simranhmirza786

This should be fixed by #11, once merged. Or you can update the w/h to width/height respectively in that file if you'd prefer not to wait.

devnuhl avatar Jun 04 '21 19:06 devnuhl