Is there a way to include an image in the header / footer?
Here are two ways I have attempted, but no success:
I'm using PrinceXML 8.1 on Centos 5.6.
Here are two ways I have attempted, but no success:
@page {
@bottom-left {
background-image: url(/path/to/image.jpg);
}
@page {
@bottom-left {
content: '<img src="/path/to/image.jpg" alt="Alt description">';
}
I'm using PrinceXML 8.1 on Centos 5.6.