#28059

Thanks for your help PD4ML.

I followed your instructions and am now passing the base URL to the render method. I also have debugging turned on. BTW, I am using the Pro version.

Now when I do the conversion I get the following in the logs:

<br /> version: PD4ML 351 Pro<br /> loading CSS file http://<someURL>/css.css<br /> not yet in cache: http://<someURL>/css.css<br /> image not yet in cache: http://<someURL>/images/<imagePath.image.gif><br /> not yet in cache: http://<someURL>/images/<imagePath.image.gif><br /> <br /> image size: 391<br /> done in 1938ms.<br />

These logs would seem to me that everything was a success but the rendered PDF still doesn’t have the styles applied.

There are also inline styles applied plus the CSS file. Is this disabling the application of the styles?

Thanks for any help with this.