Use of pega reference tag in a HTML content stored in a property to render to a PDF using a Rich Text Editor
I have some HTML content on a property.
I'm trying to render the HTML content in a PDF using a section and the section has a Rich Text Editor which uses this property.
HTML content has html tags such as headings, paragraphs and also pega reference tags.
All the other information is rendered correctly, but pega reference tag information is not rendered even though the referencing property has a value on the clipboard.
Example: <h3>Head3</h3><p>Test Property <pega:reference name=".myProperty" /> Line end </p>