rguedes / PDFMerger

PDFMerger compatible with PHP5 for laravel
34 stars 43 forks source link

merge method concatenates two PDF's but with a header line #18

Open dannielperez opened 4 years ago

dannielperez commented 4 years ago

Please add in PDFMerger.php in line 77

$fpdi->setPrintHeader(false); // added to fix line on top of concatenated PDF's

bellow

$fpdi = new FPDI;

This is to fix the undesired header line that comes form default header in fpdi.

Thanks, Danniel Perez