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

Watermark Overlay Issue with `draftwatermark` Package #33

Open TomBener opened 8 months ago

TomBener commented 8 months ago

I am experiencing an issue with the draftwatermark package where the watermark does not overlay images in the PDF document. The watermark is placed below the images, which is not the desired outcome in some cases. I have seen a relevant answer on the TeX Stack Exchange that suggests using the xwatermark package instead. But the xwatermark package stopped working in the recent LaTeX version.

Thank you for your time and consideration. I look forward to hearing back from you soon.

JasonGross commented 3 weeks ago

As a workaround, I found \AddToShipoutPictureFG

TomBener commented 3 weeks ago

As a workaround, I found \AddToShipoutPictureFG

Thanks!