GroupDocs.Watermark makes it easy to clear business documents of previously added watermarks. Empower your Java application by installing our library and do it in a few simple steps:
- First of all instantiate the main class called Watermarker with Powerpoint document. Our API supports passing a document to be processed as stream or a local path.
- Use SearchCriteria to limit set of watermarks to be processed. It is possible to use an image as search parameter as well as text or formating features. Then more specific search parameters you provide, then more precise result you obtain.
- Process list of the document watermarks that you have obtained as a search result. Clear the document.
- After clearing the document save result as a local file or a byte stream.