This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Java in General and the fly likes pdf to html with java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "pdf to html with java " Watch "pdf to html with java " New topic
Author

pdf to html with java

RavindraRajpoot singh
Greenhorn

Joined: Feb 11, 2009
Posts: 1
is there some way to convert an pdf file to html
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35438
    
    9
Not really. There isn't much you can do with a PDF once it's created, and getting the layout information from it is something no Java library I'm familiar with can do.


Android appsImageJ pluginsJava web charts
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19232

In college my project team had to something similar, and the best thing we came up with at that time was an external tool called pdftohtml.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: pdf to html with java
 
Similar Threads
How can we generate Reports ?
AbstractPdfView in Sring
word to pdf conversion
API for HTML and PDF reports
Converting .pdf to .html file