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.
如何使用 c# 将多个 XML 文件和 XSLT 文件转换为一个 PDF?
PDF 创建过程非常简单。无论文件类型如何,都可以读取文件并将其写入 pdf 对象。为此,您需要一个自定义的 pdf 转换工具。将 dll 工具添加到项目中,引用它并转换您的文件。
除此之外,我想知道“你做了什么,是否有任何额外的要求?” 是否要转换打开的 XML 和 XSLT 文档,然后写入 pdf。