Hi,
I'm currently working with PD4ML (3.5.1 Pro) for Java.
Here is my issue:
I have a class with CSS properties about background:
Code:
.ui-widget-header{
background: url(http://php.dsi.intra.foncia.net/devche/mantis-log/resources/foncia/images/ui-bg_gloss-wave_45_4779c0_500x100.jpg) 50% 50% repeat-x;
}
When I try to render a HTML content into a PDF file, the background image doesn't appear.
With the debug mode, I can see that the file is sucessfully reached:
Code:
image not yet in cache: http://php.dsi.intra.foncia.net/devche/mantis-log/resources/foncia/images/ui-bg_gloss-wave_45_4779c0_500x100.jpg
not yet in cache: http://php.dsi.intra.foncia.net/devche/mantis-log/resources/foncia/images/ui-bg_gloss-wave_45_4779c0_500x100.jpg
image size: 4037
I've tried with the last eval version (3.7.1) but the result is the same.
Do I have miss something in my process?
Any help would be appreciate.
Clemiou