Click here to Skip to main content
15,861,125 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
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.
Posted
Updated 25-Apr-16 5:14am
Comments
Sergey Alexandrovich Kryukov 30-Jan-12 4:34am    
Have you been banned by Google, or something? :-)
--SA

 
Share this answer
 
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.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900