Raw Html code appearing in the pdf created by Generate Document action in mendix

0
Hi everyone! I have a generate document action in one of my microflows and i have an attribute stored from CkEditor in the form of HTML, When i click the Generate Pdf Mf through the microflow, the pdf im generating looks like this…   How do I get it to convert the raw html code into the styling thats present like in the Ckeditor? Preferably using the default mendix generate document action and not an external module.   Thanks a lot, Anirudh
asked
1 answers
3

Hi,

you might be using dynamic label to display content in pdf document 

There, open the properties of a specific label , you can find Render XHtml under Appearance section.

Update Render XHtml value to true 

Then you will not get html tags in generated pdf

answered