Interface Watermarker

    • Method Detail

      • addWatermark

        Path addWatermark​(Path inputFile,
                          Path outputDir,
                          String watermark)
        Creates a new file based on the input file by adding a watermark
        Parameters:
        inputFile - the source file
        outputDir - the directory to write the output file
        watermark - the watermark string to use
        Returns:
        the path of the watermarked file