Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed duplexMerge page issue #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vignesh1964
Copy link

@vignesh1964 vignesh1964 commented Feb 1, 2023

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)

@KreutzerCode
Copy link

Hi, thank you for the bugfixing pull request. It seems that the fix is related to issue #24, is that correct?

@vignesh1964
Copy link
Author

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

@AdrianBav
Copy link

@KreutzerCode any chance of pulling this one in?

@KreutzerCode
Copy link

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants