HelloI've come to the point, when I need to display rich text with html
markups in output PDF.PDF is going to be printed and I don't want
anything to be editable.I've started with xsd schema for the xdp
template, where particular element looks like this:
in xdp form, I am using TextField with
RichText option switched on, value type: Read Onlyas a test, xml data,
which I am passing into it, looks like this: Note homepage
It comes from the html snippet, which is also displayed in
java we...