Multiple XMLs to PDF: best approach

a 夏天 提交于 2019-12-04 05:44:42

You would use a library like iText or iTextSharp to build a PDF using your content.

Write an XSLT stylesheet which transforms your XML files to XSL-FO and then use an XSL-FO implementation (e.g. Apache FOP) to produce PDF.

I use Prince in my product. It's not cheap (neither is my product), but it's extremely easy to use, and very fast.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!