Hi,
I would like to generate an accessible PDF. To do this, metadata must be present. I set the metadata via BuildInDocumentProperties, but in the output pdf they are empty. I’m using Aspose Word 26.4.0. Heres my code:
…...used the following code for testing: Document doc = new Document();...builder.Write("This is a simple test document."); doc.BuiltInDocumentPrope...