Reputation: 411
I am using poppler for pdf to html conversion in my project. Is there any other third party plugins which can convert the given PDF document to html and improve the quality of conversion ? can we achieve the pdf to html conversion using apose.PDF java library ?
Upvotes: 1
Views: 2630
Reputation: 1036
check out pdfBox if you want a opensource one.It gives good extraction tools .I build for extracting text and images until now,And working nicely.
Upvotes: 1
Reputation: 93
Check out JPedal, it is able to convert PDF to HTML. I recently had to use it for another usecase, the results were pretty good. It handles embedded fonts very well. Unfortunately it is not free.
Another great (free) PDF library is IcePDF, it is free but afaik it only can extract text/images or render the PDF to an image, but with really handsome results.
Upvotes: 2