如何在 C#.net Web 应用程序中使用 XML 和 XSL 生成 itextsharp PDF?
我正在寻找在 ASP.net 应用程序中使用 XML 和 xslt 创建 itextsharp pdf 文件的代码。我无法从互联网上找到任何在转换为 pdf 之前使用 xslt 转换的代码。
I am looking for code to create a itextsharp pdf file using XML and xslt in an ASP.net application.I was unable find any code from the internet whihc uses xslt transform before converting to pdf.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
XSLT 转换与 iTextsharp 无关。找到一些通过 XSLT 运行 XML 的代码,然后使用它。
然后通过通常的 XML->PDF 转换过程发送生成的 XML。
The XSLT conversion is unrelated to iTextsharp. Go find some code that runs XML through an XSLT, and use that.
Then send the resulting XML through the usual XML->PDF conversion process.