Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 PDF 中使用 HTML 格式代码?例如,当字段是<b>Test<b>PDF 时以粗体显示测试?
<b>Test<b>
就像为文本项设置一个设置,它应该将文本读取为“HTML”?
谢谢!
不,HTML 编码格式不会以您想要的方式在 PDF 中显示。
您必须在 Report Studio 中设计您的 Cognos 报告。通过 Report Studio 应用的格式将正确显示在您的报告的 HTML 或 PDF 版本中。
Rich Text Item几乎会做你想做的事。
Rich Text Item
此控件将显示在 PDF 上,您也可以从数据库中加载它。但它只支持基本标签。
<b>TEST</b>对此控件无效,但是以下链接显示了您可以如何近似此控件。
<b>TEST</b>
http://pic.dhe.ibm.com/infocenter/cbi/v10r1m0/index.jsp?topic=%2Fcom.ibm.swg.im.cognos.ug_cr_rptstd.10.1.0.doc%2Fug_cr_rptstd_id23310rich_text_item_supported_elements.html