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

Forms on multi page pdfs #913

Open
wants to merge 2 commits into
base: open-dev-v1
Choose a base branch
from

Conversation

burka
Copy link

@burka burka commented Feb 28, 2023

Fixes #914
Forms on PDFs with multiple pages that are not on the last page are broken. They get the last pages RenderingContext and that will calculate wrong coordinates. With this PR it will use the right page, fixing the RenderingContext to be correct and not attach a changing object to the PdfBoxForm.Control would be even better, but more intrusive.

@burka
Copy link
Author

burka commented Feb 28, 2023

PR #911 is contained in this PR and should be merged before :-)

@burka
Copy link
Author

burka commented Feb 28, 2023

Fixes #914

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.

Inputs / Form-Elements on Multi-Page-PDFs on the not-last-page are broken
1 participant