callegar / LaTeX-draftwatermark

The "draftwatermark" package extends LaTeX providing a means to add a textual, light gray watermark on every page or on the first page of a document. Typical usage may consist in writing words such as "DRAFT" or "CONFIDENTIAL" across document pages. The package may remind in some sense "draftcopy" by Dr. Juergen Vollmer, but its implementation is much lighter (as the reduced code footprint shows) and does not rely on postscript specials, making the package fully compatible with pdfLaTeX. The package depends on package "everypage" by the same author.
15 stars 6 forks source link

Is it possible to set the z-order of the watermark? #36

Open lirm-math opened 2 months ago

lirm-math commented 2 months ago

I use the pdfpages package to produce new PDF files from some existing PDFs, and I use draftwatermark to add page numbers to each page. I found that on some pages the page numbers are covered by the content of the original PDF, which consists of images generated by scanners.

My question is that if is it possible to set the z-order of the watermark, so that it covers other contents, instead of being covered?