Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information