问题描述
Hello Experts,
我使用HTML编辑器将一些信息存储在数据库中。检索那些在HTML编辑器中显示的数据时,它是正确的。但是在创建pdf报告时,它将以相同的RTF格式出现。那么如何在报告中将上述RTF格式的文本显示为简单的ahtml文本。
请给我一些答案。
谢谢。
示例:
pdf报告显示< dh1 styled =text-align:center>< dstrong> TRUS BIOPSY,其中包含一些html标签PDF报告...
而不是
TRUS BIOPSY
Hello Experts,
I am using a HTML Editor to store some information in database. While retrieving those data an displaying in that HTML Editor, it is coming correct. But while creating pdf reports on that, it is coming as same RTF format. So how can I show the above RTF formatted text as simple ahtml text in the report.
Please suggest me some answers.
Thank you.
example:
pdf report is displaying "<dh1 styled="text-align: center"><dstrong>TRUS BIOPSY" with some html tags in the PDF report...
instead of "
TRUS BIOPSY
"这篇关于将RTF转换为HTML文本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!