• Hi,
    I have a dark webside. How can I change the background color of the PDF to white?
    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Just go in DK PDF settings -> PDF CSS. Put the code and change it to whatever color you want..

    
    body {
          background:#ddd;
          font-size: 100%;
    }
    

    Hi, is it possible to change backgrounds on a page by page basis? I want some of the pages to be black background, and some white. However, changing body css globally changes the entire document. Is there any such div / css elements or anything we can add to make each page individual? thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change background color’ is closed to new replies.