Railo/pd4ml:打印 TD 内的 HTML 注释
我使用 Railo (pd4ml) 和 cf_document 来打印从 HTML 生成的 PDF 文件。但是,假设我有以下片段:
<td>
<!-- Foo -->
Bar
</td>
导出的单元格在 PDF 中显示“Foo Bar”。当然,“Foo”不应该出现,因为它是一条注释。其他元素中的注释不会发生这种情况。
修改 HTML 不是我最喜欢的选择,因为我们有很多 HTML,并且我们也将它们用作带有 i18n 的普通页面,因此它可以帮助我们的设计师了解他在哪里。
除了修改 HTML 和移动或删除注释之外,有人知道解决方案吗?
谢谢你!
I'm using Railo (pd4ml) with cf_document to print a PDF file, generated from a HTML. However, say I have the following snippet:
<td>
<!-- Foo -->
Bar
</td>
The exported cell says "Foo Bar" in the PDF. Of course, "Foo" shouldn't appear, since it's a comment. This doesn't happen with comments in other elements.
Modifying the HTML is not my favorite choice, since we have many HTMLs and we also use them as normal pages with i18n so it helps our designer to see where he is.
Besides modifying the HTML and moving or deleting the comments, does anyone know about a solution for this?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果发生这种情况,您需要打开错误通知单:http://issues.jboss.org/browse/铁路
If this is occurring, you need to open a bug ticket: http://issues.jboss.org/browse/RAILO