dwb
wrote on 2013-05-04:
First of all, thanks for the great API!
I have a problem with the background position of my pages. For my pages I use a svg file as bg at the bottom. When I make a html output, everything is fine, but when I output it to pdf, the bg svg is at the top of the page.
I use this in my css:
background-image: url('bg.svg');
background-repeat: no-repeat;
background-position: bottom;
Does anybody knows what the problem is?
Thanks!
support
wrote on 2013-05-06:
Hello,
Please post here a link to your HTML document and we will look into it.