HTML to PDF / DOCX / RTF Java converter library Forums PD4ML Forums Technical questions / Troubleshooting V4 – DynamicData – html tags not interpreted

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #34528

    Hi,

    Unlike to PD4ML V3, the html tags contained in the dynamic data are not interpreted anymore in V4

    map.put("var1", "<p>Data in a paragraph</p>"); pd4ml.setDynamicParams(map);

    PD4ML V3 result :
    Data in a paragraph

    PD4ML V4 result :
    <p>Data in a paragraph</p>

    Is there a way to interpret html tags in dynamic parameters ?

    Thanks

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.