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:
…...PdfFileEditor(); var pdfStreams = new List<Stream>(); using (var outputStream...pdfByte in pdfBytes) { var stream = new MemoryStream(pdfByte);...