Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26825

    Hi,

    I had a issue when trying to convert a jsp page into pdf using PD4ML. I have a tag with image pointing to external sources. It display correctly on my page, but PD4ML didn’t render it when generating the PDF. The space was left blank. I tried some with internal images and it worked fine. I am using Weblogic 11g. Any help is appreciated.

    Thanks

    #29256

    If you open the HTML in a web browser, web browser establishes a connection to load HTML itself and establishes connections to load referenced images.

    When you request Weblogic to generate a PDF, your web browser establishes a connection to load PDF, but connections to load images are initiated by Weblogic.

    Usual problem reason: Weblogic server has no routing to the image locations. Please make sure the server, where Weblogic runs, can resolve the image location addresses and has a routing to the image server.

    A switching of debug info on (pd4ml.enableDebugInfo()) and analyzing Weblogic’s log can help.

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘HTML/CSS rendering issues’ is closed to new topics and replies.