laravel-pdfmerger
laravel-pdfmerger copied to clipboard
Fixed duplexMerge page issue
issue #24
Error: Cannot access protected property setasign\Fpdi\Fpdi::$page
if ($duplexSafe && $oFPDI->page % 2)
Fix: changing line 249 in PDFMerger
if ($duplexSafe && $oFPDI->PageNo() % 2)
Hi, thank you for the bugfixing pull request. It seems that the fix is related to issue #24, is that correct?
Hi, thank you for the bugfixing pull request. It seems that the fix is related to issue #24, is that correct?
Hi, yes, this PR is related to issue #24
@KreutzerCode any chance of pulling this one in?
@AdrianBav I would love to do that. I'm still waiting for my pull request to be checked. But I am not the maintainer of the Project. @Webklex can you indicate if you are still accepting pull requests for this repository?
@Webklex Any chance you can merge this PR? Forking the repo and applying this fix was the only way to make duplexMerge work. Thx!