javascript - Convert pdf to a single page editable html -


i have been trying convert pdf file single nice html page.after surfing it. solutions have got little bit lacking requirements.as have create individual html pages 200 pdf files.as online converters might not leading solution. tried following solutions along requirements not being fulfilled.

  • embed tag of html5

    +embeds pdf html page nicely.

    -html page not editable since embeds pdf html page.

  • pdftohtml

    +converts pdf single html page.

    -the not nice.

  • pdf.js

    +converts pdf html page readable look.

    -html page not editable.

  • jpdf2html

    +converts pdf single html page nice , html css.

    -it creats big folder contaning images thumbnails , html page single page in pdf might not feasible large number of pdf files.

from can improve output..

flexpaper has desktop publisher mode called elements has ability convert pdf editable elements- worth look

http://flexpaper.devaldi.com/download


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -