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

Fix #2919 #2920

Merged
merged 1 commit into from
Dec 21, 2023
Merged

Fix #2919 #2920

merged 1 commit into from
Dec 21, 2023

Conversation

JorjMcKie
Copy link
Collaborator

Safeguard against invalid page references.
Page deletions may have left over orphaned references in the PDF /Names dictionary. Safeguard against non-existing pages by using method dict.get() instead of subscripting with the xref number.

Safeguard against invalid page references.
Page deletions may have left over orphaned references in the PDF /Names dictionary.
Safeguard against non-existing pages by using method dict.get()  instead of subscripting with the xref number.
@JorjMcKie JorjMcKie merged commit 36628bf into main Dec 21, 2023
2 checks passed
@JorjMcKie JorjMcKie deleted the fix-2919 branch December 21, 2023 00:10
@github-actions github-actions bot locked and limited conversation to collaborators Dec 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants