watermarkRemove

watermarkRemove

ADVANCED / PREMIUM BASIC

Removes watermarks from a Word document.

Description
public void watermarkRemove(String source, String target) throws Exception

This method allows you to remove all watermarks from a Word document.

Parameters

source

Path to the watermarked word document.

target

Path to the resulting unwatermarked document.

Code samples

Example #1