Aspose Total API

I have found lists on the website that discuss what file formats the Aspose API, but I am trying to collect a list of file formats that Aspose supports for watermarking and the output from the API for those formats. For example, watermarking a PDF or DOC will result in a watermarked PDF or DOC. But what about other formats Aspose supports watermarking.

We are evaluating to determine all the file formats Aspose can watermark and what those formats result in, so we can watermark a large range of files.

Thank you,

Jason

@jbrownaccenture You can fond a list of supported document formats in our documentation. For example for Aspose.Words list of supported formation is here:
https://docs.aspose.com/words/net/supported-document-formats/
Generally, you can add watermark to any document loaded into Aspose.Words DOM, but you should note that some of the output formats might not support shapes, for example TXT, or MD. So there is no ability to write watermarks in such file formats.

My colleagues will consult you regarding other Aspose APIs shortly.

@jbrownaccenture,
For PowerPoint documents, please review the following article for detailed instructions on how to add watermarks to presentation slides using Aspose.Slides for .NET.

@jbrownaccenture,

First of all you should check the supported file formats by different Aspose for .NET APIs. Please see some relevant documents on supported file formats by different APIs in Aspose.Total for .NET for your reference.
https://docs.aspose.com/words/net/supported-document-formats/
https://docs.aspose.com/pdf/net/supported-file-formats/
https://docs.aspose.com/cells/net/supported-file-formats/
https://docs.aspose.com/email/net/supported-file-formats/
https://docs.aspose.com/slides/net/supported-file-formats/
https://docs.aspose.com/imaging/net/supported-file-formats/
https://docs.aspose.com/diagram/net/supported-file-formats/
etc.

Also, see some documents on how to add watermarks to different file formats for your reference.
How to add watermark to Excel spreadsheet
How to add watermark to Powerpoint presentation
How to add watermark to an image
Working with stamps in PDF document
etc.

Hope, this helps a bit.