I want to "blank" a specified region of every page in a document. I thought of puting a blank image over that region of the document that I want hidden, but I don't know if this is possible.
I remember that the eso-pic package can insert background images to every page, but in my case I want the image to be on top of the text and hide it.
I need this only for printing (even if the text is still there, in the PDF file, behind the image -- that is not a problem).
Can this be done in LaTeX? Or there is need to process the final PDF file with some other software?
\AddToShipoutPictureFG{...}. – Jan 16 '18 at 21:32\colorbox, or a coloured\rule... just something to cover whatever you want to cover. – Werner Jan 17 '18 at 01:31