Adding Dictionaries to Annotations #3127
-
I know that you can use annotation.set_info(title="MyTitle", subject="My Subject") to write those items. I also know that PDF supports adding your own dictionaries. Whenever I try to write a dictionary there I get an error. for instance annotation.set_info(custom_dict=my_dict_obj) |
Beta Was this translation helpful? Give feedback.
Answered by
JustADetailer
Feb 2, 2024
Replies: 1 comment
-
I found my own answer
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JustADetailer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found my own answer