首页 > 编程语言 > 详细

Java生成PDF的另一种方法

时间:2018-01-10 18:03:07      阅读:184      评论:0      收藏:0      [点我收藏+]

经常会用iText或者Jasper来生成pdf,今天看到另外一种生成pdf的方法,感觉挺好的。

 

https://stackoverflow.com/questions/7355025/create-pdf-with-java

Philipp Reichart‘s answer:

I prefer outputting my data into XML (using CastorXStream or JAXB), then transforming it using a XSLT stylesheet into XSL-FO and render that with Apache FOP into PDF. Worked so far for 10-page reports and 400-page manuals. I found this more flexible and stylable than generating PDFs in code using iText.

 

我又搜索了一下怎么搞XSL-FO,发现了https://www.antennahouse.com/XSLsample/howtoRC/Howtodevelop-en-2a.pdf。文件已经下载了下来。

Java生成PDF的另一种方法

原文:https://www.cnblogs.com/evanxyhu/p/java-generate-pdf-another-way-xslfo.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!