How to write custom metadata (properties) #238
-
Hello, |
Beta Was this translation helpful? Give feedback.
Answered by
gettalong
Mar 16, 2023
Replies: 1 comment 1 reply
-
Yes, you can do this. Provide a file with the metadata in it and I can tell you how with HexaPDF. Usually it boils down to something like |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
PetrKaleta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can do this. Provide a file with the metadata in it and I can tell you how with HexaPDF. Usually it boils down to something like
document.trailer.info[:'document-id'] = 'd4....27e'
but it may be different depending on the application you are using to create the meta data.