We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c42ff commit ae7a064Copy full SHA for ae7a064
pypdf/_doc_common.py
@@ -422,7 +422,6 @@ def get_named_dest_root(self) -> ArrayObject:
422
self.root_object[CA.NAMES], DictionaryObject
423
):
424
names = cast(DictionaryObject, self.root_object[CA.NAMES])
425
- names_ref = names.indirect_reference
426
if CA.DESTS in names and isinstance(names[CA.DESTS], DictionaryObject):
427
# §3.6.3 Name Dictionary (PDF spec 1.7)
428
dests = cast(DictionaryObject, names[CA.DESTS])
0 commit comments