-
Notifications
You must be signed in to change notification settings - Fork 1.6k
BUG: KeyError: '/Alternate' #1893
Copy link
Copy link
Closed
Labels
Has MCVEA minimal, complete and verifiable example helps a lot to debug / understand feature requestsA minimal, complete and verifiable example helps a lot to debug / understand feature requestsis-bugFrom a users perspective, this is a bug - a violation of the expected behavior with a compliant PDFFrom a users perspective, this is a bug - a violation of the expected behavior with a compliant PDFkey-errorCould be a bug, but also a robustness issueCould be a bug, but also a robustness issue
Metadata
Metadata
Assignees
Labels
Has MCVEA minimal, complete and verifiable example helps a lot to debug / understand feature requestsA minimal, complete and verifiable example helps a lot to debug / understand feature requestsis-bugFrom a users perspective, this is a bug - a violation of the expected behavior with a compliant PDFFrom a users perspective, this is a bug - a violation of the expected behavior with a compliant PDFkey-errorCould be a bug, but also a robustness issueCould be a bug, but also a robustness issue
Replace this: What happened? What were you trying to achieve?
Environment
Which environment were you using when you encountered the problem?
$ python -m platform Linux-5.4.0-150-generic-x86_64-with-glibc2.31 $ python -c "import pypdf;print(pypdf.__version__)" 3.10.0Code + PDF
See in
test_reader.py:Traceback