Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

We have been moved! Please follow the redirection link to our brand new documentation.

You can insert an image as a watermark with this css code:

@page {
  background-image: url("https://www.meta-inf.hu/download/attachments/36405251/header_background_main.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 4cm;
}
body{
  background-color: transparent;
}


Things you have to take care of:

  • Currently we don't download the images in css for processing, so you have to use absolute url to be reachable during conversion

  • The converter has no authorization information, so the resource must be accessible anonymously

  • The body has a white background, so it must be removed




  • No labels