• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Convert PDF into HTML

 
Ranch Hand
Posts: 275
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have a BLOB file where PDF document is stored. I am getting that PDF doc thru BLOB and displaying it inline by setting content type as ("application/pdf")
But to improve the performance of this page, we want to display the contents of this PDF as html on screen.

Any idea what will the best way to convert PDF into html. I am trying PDFBox 3rd party to convert pdf to html..but is there any other better way to do this?

Thanks
reply
    Bookmark Topic Watch Topic
  • New Topic