Generating PDF in .NET using XSL-FO

前端 未结 6 1630
说谎
说谎 2020-12-16 17:41

I need to generate a pdf in .NET using XSL-FO. There are no shortage of libraries to do this. What library would you suggest that I use and why?

6条回答
  •  死守一世寂寞
    2020-12-16 18:12

    I have in the past used the Ibex PDF generator. I was thrown in in a project that already had a license for that, so I had really no other choice. At first I thought it was cumboersome, but eventually I got used to how it works.

    I would recommend that you also use some good XML/XSL editor for testing XSL/XPath. XML Copy Editor is a good free open source one.

提交回复
热议问题