RuntimeError: not a dict (null) #1764
Answered
by
JorjMcKie
doppelmarker
asked this question in
Looking for help
-
Whenever I try to iterate over the pages of 2 pdf-documents attached and achieve the page with form I get this error: The common thing between them is that both contain Signature fields, maybe the problem is here? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
JorjMcKie
Jun 20, 2022
Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
doppelmarker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As was to be expected: your files contain errors:
If you look at the file directly with some text editor, you will see something like this:
By inspecting all xref sources with PyMuPDF, you could…