Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

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

Open
dannielperez opened this issue Jan 30, 2020 · 0 comments
Open

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

dannielperez opened this issue Jan 30, 2020 · 0 comments

Comments

@dannielperez
Copy link

dannielperez commented Jan 30, 2020

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

@dannielperez dannielperez changed the title PDFMerge concatenates two PDF's but with a header line merge method concatenates two PDF's but with a header line Jan 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant