Railo/pd4ml:打印 TD 内的 HTML 注释

发布于 2024-12-11 13:58:19 字数 355 浏览 0 评论 0原文

我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

美羊羊 2024-12-18 13:58:19

如果发生这种情况,您需要打开错误通知单:http://issues.jboss.org/browse/铁路

If this is occurring, you need to open a bug ticket: http://issues.jboss.org/browse/RAILO

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文