Thirumurthy
Thirumurthy

Reputation: 411

PDF to HTML conversion using aspose.PDF java library ?

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

Answers (2)

Rajesh Wadhwa
Rajesh Wadhwa

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

cutze
cutze

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

Related Questions