Reading the PDF metadata on large files #3390
Unanswered
drusellers
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Have you tried to pass a buffered file stream as stream argument ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to get the PDF attributes like Creation Date without loading the whole file into memory? We have large multi-gigabyte files and are trying to process them on a fleet of smaller ECS instances. The streaming features of pypdf have been great, but would love to get the same metadata without loading the whole file into memory. Happy to read the whole file in chunks.
Beta Was this translation helpful? Give feedback.
All reactions