public interface WatermarkService
| Modifier and Type | Method and Description |
|---|---|
byte[] |
applyWatermark(byte[] pdfBytes,
WatermarkBean watermarkBean)
This method for applying watermark to the pdf.In this method the input pdfBytes are merged with watermark content and returns
the resultant pdf.
|
byte[] applyWatermark(byte[] pdfBytes,
WatermarkBean watermarkBean)
throws Exception
pdfBytes - watermarkBean - ExceptionCopyright © 2013 The Kuali Foundation. All Rights Reserved.