开发者

How to generate itextsharp PDF using XML and XSL in C#.net web application?

I am looking for code to create a itextsharp pdf file using XML and xslt in an ASP.net appli开发者_如何学编程cation.I was unable find any code from the internet whihc uses xslt transform before converting to pdf.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜