我试图在我的报告(RTF)中进行HTML转换并且它可以正常工作,但预期输出会改变我的字体' Times New Roman'到Arial。我相信,即使在xdo.config中,我也将默认字体更改为Times New Roman,但仍然HTML2FO使其成为Arial。 该文件的其他部分有Times New Roman。
XML:
<TEST><p><b><i>This is a test paragraph</b></i>. This is without bold
and italic</p><p><b><i>This is another test paragraph</b></i>. This is
without bold and italic</p><TEST>
BIP代码:
<?HTML2FO:TEST?>
有人可以帮助我做到这一点吗?
谢谢!
答案 0 :(得分:0)
我也有同样的问题。我解决这个问题的方法是更改XML输出:
<TEST><div style="font-family:Calibri;font-size:10px;"><p><b><i>This is a test paragraph</b></i>. This is without bold
and italic</p><p><b><i>This is another test paragraph</b></i>. This is
without bold and italic</p></div><TEST>