I am using Evo HTML to PDF library, and trying to find possibility to add custom properties to generated PDF (PDF meta-data - custom properties as key-value). Does such feature exist in any of your libraries or should I use another library for adding these custom properties to PDF?
Asked
Active
Viewed 359 times
1 Answers
0
Looking through the EVO HTML to PDF converter client documentation, I can't find a reference to the key-value custom properties either.
Workarounds
- (Ab)use the Description property of the Document Information class, but I'm not sure if there are (length) limitations).
- Attach a file to the PDF with AddFileAttachment.

M. Mimpen
- 1,212
- 16
- 21