动态 PDF,可通过 ASP.net 访问

发布于 2024-10-16 04:42:43 字数 289 浏览 2 评论 0原文

一段时间以来,我一直通过 ASP.net 以 HTML 到 PDF 转换的形式创建动态 PDF。它对我们来说效果很好,但我们有国家的无障碍要求,以确保一切都无障碍。对于静态 PDF,我们只需使用 Adob​​e 的辅助工具手动“标记”文件即可。当然,这不适用于动态创建的文件。我动态创建的 PDF 未通过 Acrobat Pro 辅助功能测试。

有谁知道如何在 ASP.net 中动态创建 PDF,但生成带标记且可以通过 Adob​​e Accessiblity 测试的 PDF?我研究了许多组件,但没有发现支持标记的组件。

谢谢。

I have been doing dynamic PDF creation via ASP.net for some time -- in the form of HTML to PDF conversion. It works well for us, but we have accessibility requirements from the State to make everything is accessible. For static PDFs, we simply "tag" the files manually using Adobe's accessibility tools. Of course this does not work for dynamically created files. PDFs that I create dynamically fail the Acrobat Pro Accessibility test.

Does anyone have any ideas about create PDFs dynamically in ASP.net, but producing PDFs that are tagged and can pass the Adobe Accessiblity test? I have researched many components, but none that I have found support tagging.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

や三分注定 2024-10-23 04:42:43

我会认真研究 iText。 AFAIK,这是用于 Java 和 .NET 创建动态 PDF 的权威库。

您将需要iText in Action这本书。

以下是 iText in Action 中有关辅助功能的引用:

“您可以使用 iText 创建一个通过第 508 节中列出的所有标准的文档。”

I would look seriously at iText. AFAIK, this is the definitive library for creating dynamic PDF's, for Java and .NET.

You will need the book iText in Action.

Here's a quote from iText in Action on accessibility:

"You can use iText to create a document that passes all the criteria that are listed in Section 508."

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