does flying saucer support putting images in CSS3 margin-boxes?
I tried something like
@page {
@top-left {
content: url('/resources/media/image.png');
}
}
but this doesn't seem to work. Is there any solution to put the image where I want to?