在Java中将pdf文件转换为html
问题描述:
大家好,如何将pdf文件转换为Java格式的HTML?
目前我的所有数据都生成为PDF格式的报告,我希望能够将其生成到html页面。如何实现这个,java中是否有任何源代码?谢谢。
Hi all, How to convert an pdf file to html in Java?
Currently all my data is generated into a report in pdf and i want to be able to generate it to html page as well. How to go about implementing this, is there any source code in java? Thanks.
答
这里: http:/ /java.dzone.com/articles/converting-pdf-html-using [ ^ ]。-SA
您想从Java代码创建HTML吗?不是来自PDF。
你可以使用 HTMBuilder [ ^ ]
或 Freemarker [ ^ ],非常好并经常使用。
You want to create a HTML from Java Code right? not from the PDF.
you can use HTMBuilder[^]
or Freemarker[^], which is quite good and often used.