Package: mlreportgen.dom
Superclasses:
Add watermark to pages in sections of PDF reports
Creates a watermark object that you can add to a section of a PDF report. A watermark
is an image that appears in the background of a page, such as the word Draft
or Confidential
. It runs behind the text on each page you apply it to. You
can use any of these file types: .bmp
, .jpg
,
.png
, .svg
, and
.tiff
.
creates a
wm
= Watermark(image)Watermark
object based on the specified image, and returns a
Watermark
object.