简体   繁体   English

将pdf转换为单页可编辑的html

[英]Convert pdf to a single page editable html

I have been trying to convert a pdf file to a single nice html page .After surfing about it. 我一直在尝试将pdf文件转换为一个漂亮的html页面 。在浏览之后。 The solutions I have got are little bit lacking to my requirements.As I have to create individual html pages for say about 200 pdf files.As online converters might not be a leading solution. 我得到的解决方案有点缺乏我的要求。因为我必须为大约200个pdf文件创建单独的html页面。因为在线转换器可能不是一个领先的解决方案。 So I tried the following solutions along with the requirements not being fulfilled. 所以我尝试了以下解决方案以及未满足的要求。

  • embed tag of html5 嵌入html5的标签

    + embeds a pdf into html page nicely. +很好地将pdf嵌入到html页面中。

    - HTML page is not editable since it simply embeds the pdf to html page. - HTML页面不可编辑,因为它只是将pdf嵌入到html页面。

  • pdftohtml pdftohtml

    + Converts the pdf to single html page. +将pdf转换为单个html页面。

    - the look is not very nice. -外观不是很好。

  • pdf.js pdf.js

    + Converts the pdf to html page with a readable look. +将pdf转换为具有可读外观的html页面。

    - HTML page is not editable. - HTML页面不可编辑。

  • jpdf2html jpdf2html

    + Converts the pdf to single html page with a nice look and html css. +将pdf转换为单个html页面,具有漂亮的外观和html css。

    - It creats a big folder contaning images for thumbnails and html page for a single page in pdf that might not be feasible for large number of pdf files. -它创建了一个大文件夹,用于缩略图和html页面,用于pdf中的单个页面,这对于大量的pdf文件可能是不可行的。

From where can I improve the output.. 从哪里可以改善输出..

FlexPaper has a desktop publisher mode called Elements that has the ability to convert pdf to editable elements- worth a look FlexPaper有一个名为Elements的桌面发布者模式,它能够将pdf转换为可编辑的元素 - 值得一看

http://flexpaper.devaldi.com/download http://flexpaper.devaldi.com/download

使用Imagemagick将PDF转换为HTML,但ghostscript可以为您提供输出PDF的改进

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM