Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26939

    I have 2 images on my html page.
    When I converting in .rtf – all is OK. But there are no images in generated .pdf file

    pd4ml debug log is same:
    version: PD4ML 390b2 Pro
    (loading fonts)
    (loading css)
    image not yet in cache: https://xxx/image1.png
    not yet in cache: https://xxx/image1.png
    loading https://xxx/image1.png [16ms]
    image size: 6714
    can not embed https://xxx/image1.png. Not embeddable color type. Reformatting image…
    PNG marker: sRGB
    PNG marker: gAMA
    PNG marker: pHYs
    PNG marker: bKGD
    image not yet in cache: https://xxx/image2.jpg
    not yet in cache: https://xxx/image2.jpg
    loading https://xxx/image2.jpg [88ms]
    image size: 5210
    done in 940ms.

    #29550

    I specify problem:

    My html code:
    <table><br /> <tr><br /> <td><br /> <img src="xxx/image1.png"/><br /> </td><br /> </tr><br /> </table>

    working css:
    img {<br /> width: auto;<br /> height: auto;<br /> vertical-align: middle;<br /> border: 0;<br /> -ms-interpolation-mode: bicubic;<br /> }

    NOT working css:
    img {<br /> width: auto9;<br /> height: auto;<br /> max-width: 100%;<br /> vertical-align: middle;<br /> border: 0;<br /> -ms-interpolation-mode: bicubic;<br /> }

    #29551

    The issue will be solved with the forthcoming beta release in few days.

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

The forum ‘Troubleshooting’ is closed to new topics and replies.