Best way to access to doc.__dict__['name'] ? #1848
Answered
by
JorjMcKie
ovidioruzzier
asked this question in
Looking for help
-
#newbie# I found many answers about the descriptor, but I wonder if the fitz module provides a way to get that content (file's name) Ovidio |
Beta Was this translation helpful? Give feedback.
Answered by
JorjMcKie
Aug 2, 2022
Replies: 1 comment 1 reply
-
I am not sure I understand your question, but you seem to mean the document's filename in your operating system. This is property |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ovidioruzzier
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am not sure I understand your question, but you seem to mean the document's filename in your operating system. This is property
doc.name
.