Edgar Valdés
05/06/2023, 12:04 AM<macro id="watermark">
to set a... well, a watermark. So far so good, but I need it to be displayed above any other element in the PDF.
Trying z-index
doesn't seem to have any effect. Any idea?Marwan
05/06/2023, 2:56 AMThe background-macro attribute specifies a macro to apply to each page first, before the content is applied. More flexible than header and footer, the macro is effectively a DIV covering the whole page (including the header and footer), and can be used to add anything from watermarks to hole-punch guides.
Marwan
05/06/2023, 2:57 AMbackground-macro
will work.Tristan Day
05/07/2023, 9:30 PMMarwan
05/08/2023, 8:47 AMEdgar Valdés
05/08/2023, 5:48 PM