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.
我在一个 .Net 项目中使用这个软件,将 HTML 转换为 PDF。
这对我很有效。
我想以 PDF/A-1b 格式生成文件 PDF。
有没有办法完成这个任务?
提前致谢。
您可以使用 GhostScript 将 wkhtmltopdf 为您提供的 PDF 转换为 PDF/A。
查看以下 Stackoverflow 问题以获得灵感:
Stackoverflow - 如何使用 GS 将 PDF 转换为 PDF/A 或 PDF/X