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 dd39992 commit 183622eCopy full SHA for 183622e
docs/user/reading-pdf-annotations.md
@@ -92,6 +92,6 @@ for page in reader.pages:
92
for annotation in page["/Annots"]:
93
subtype = annot.get_object()["/Subtype"]
94
if subtype == "/FileAttachment":
95
- fileobj = annotobj["/FS"]
+ fileobj = annot.get_object()["/FS"]
96
attachments[fileobj["/F"]] = fileobj["/EF"]["/F"].get_data()
97
```
0 commit comments