Viewing 1 replies (of 1 total)
  • Plugin Author Jake Jackson

    (@blue-liquid-designs)

    Hi Yari,

    You can do that with the CSS @page element which will use the background on every page of your PDF.

    <style>
    		@page {
    			background: url(https://www.domain.com/path/to/image/background.jpg) no-repeat 0 0;
    			background-image-resolution: 300;
    		}
         </style>
Viewing 1 replies (of 1 total)
  • The topic ‘backround’ is closed to new replies.