{watermark} concerns typesetting background text or placing background images on pages to help in identifying a document
12
votes
3answers
2k views
Add logo on each page.
I need to insert a logo on pdflatex supported format on the bottom right of each page.
Do you think it's possible?
44
votes
6answers
3k views
How to add an invisible watermark to pdf documents?
I'd like to add an invisible watermark to each PDF document that I produce so that in case it leaks, I know where it leaked from. Anyone knows what would a good way for an invisible watermark be in a ...
7
votes
5answers
1k views
watermark on first page in left margin (like arXiv)
The first page of articles on the arXiv have a grey watermark on the first page with the information about the file in it. I want to replicate this, in the easiest way possible. Obligatory TikZ ...
6
votes
2answers
301 views
How to add random lines over text as a watermark and anti-OCR?
I would like to add a sort of a watermark to a PDF file produced using LaTeX. I have in mind graphical elements (lines, circles, etc.) that would partially obscure the text on the page. The ...
2
votes
1answer
85 views
Add watermark that overlays the images
I want to put a draft watermark using the below script but the problem is that the watermark don't come over the images and I want it to come over it.
\usepackage{draftwatermark}
...
8
votes
2answers
271 views
Watermark on pictures only
I know how to use a watermark on a full page in LaTeX reports, using for instance this code:
\usepackage{draftwatermark}
\SetWatermarkText{Confidential}
\SetWatermarkScale{5}
However, on my report, ...
6
votes
1answer
2k views
Watermark image
Please note I'm new to LaTeX so don't know much about it (yet). I've looked on-line about how to add a watermark image but don't know how to do it. I've seen sites that show something about it but ...
5
votes
4answers
604 views
Draft watermark image just in a \section
Is it possible to have a draft watermark only in a \section?
EDIT:
I have in a document more then one \section, and I need the draftwatermark just in some \section. Unfortunately the section with ...