6
votes
3answers
103 views

How to set size of pdf page in pixels and put a background image

I need to create certificates in pdf. I have an image, where the text must be put to the appropriate place. I managed to set the correct pdf page size and all margins, except the top: ...
3
votes
0answers
192 views

z-order (foreground/background) in pdflatex [closed]

I am using the wallpaper package to put a pre-made PDF on the title page of my LaTeX document. On the same page, I use the textpos package to insert some text and an image (with \includegraphics ...
4
votes
4answers
882 views

Verbatim environment with background color (PDFLaTeX and tex4ht)

I need to make a verbatim environment with gray background color, such as: That needs to work with PDFTeX and tex4ht on an older TeX installation (from 2009 I believe). My approach so far is ...