When generating a PDF using the PDF Conjuror plugin, the RichText from my database is displayed properly (BBCode = Yes). However I have parse BBCode yes ticked for the PDF Generator and it doesn’t parse through.
Hey @micheal.killarney, I’ve seen this happen before, where BBCode shows fine on the page but doesn’t parse correctly in the PDF Conjuror output. Make sure the dynamic text sent to the PDF is actually formatted and not just raw BBCode. Sometimes the plugin doesn’t fully support BBCode parsing inside PDFs, even if the option is checked. A workaround is to convert the BBCode to HTML before sending it to the PDF generator. Hope that helps!