HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML Forums › Technical questions / Troubleshooting › V4 – DynamicData – html tags not interpreted This topic has 0 replies, 1 voice, and was last updated Oct 26, 202109:01:50 by pd4mlNinja. Viewing 1 post (of 1 total) Author Posts pd4mlNinja October 26, 2021 at 09:01 #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 Author Posts Viewing 1 post (of 1 total) You must be logged in to reply to this topic.