Writing custom XMP metadata to PDF

Hi Aspose Words Team


I know that we can write ‘custprops’ into a pdf, but we need to write custom XMP metadata into our pdfs for processing in other systems. I also know that Aspose.Pdf supports editing XMP metadata but for performance reasons (and also potential pdf1/a problems!) we don’t want to ‘open up’ the pdf again.

In short, I would like a feature where I can simply add XMP metadata by providing an xml string:

com.aspose.words.PdfSaveOptions.appendXmpMetadata(String xml);

This feature would really add a lot of value to Aspose.Words for us and I hope you will consider it.
Hi Ranchler,

Thanks for your inquiry. We have logged this feature request as WORDSNET-14596 in our issue tracking system. You will be notified via this forum thread once this feature is available.

We apologize for your inconvenience.
Hi Ranchler,

Thanks for your patience. Please check the attached PDF document and let us know if it is your expected output document.
RanchlerRabbit:
com.aspose.words.PdfSaveOptions.appendXmpMetadata(String xml);
The value of custom XML string that you would provide to the expected method is "some text".