1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-06-30 23:49:00 +00:00
Go to file
2013-06-07 01:15:51 +08:00
debian update build script 2013-05-30 00:52:20 +08:00
share override default unicode bidi for RTL languages like Hebrew 2013-05-31 22:17:14 +08:00
src fix bug: JS error when pdf contained single quotes in its name; add myself in AUTHORS as kindly request by Lu 2013-05-31 12:24:12 +02:00
test add test in makefile 2013-06-07 01:15:14 +08:00
.gitignore .gitignore 2013-05-10 22:45:30 +08:00
.travis.yml auto run test in travis ci 2013-06-07 01:15:51 +08:00
AUTHORS lex order 2013-05-31 12:43:31 +02:00
build_for_ppa.py update build script 2013-05-30 00:52:20 +08:00
ChangeLog changelog 2013-05-27 07:45:16 +08:00
CMakeLists.txt add test in makefile 2013-06-07 01:15:14 +08:00
LICENSE remove gplv2 2013-05-11 14:53:03 +08:00
LICENSE_GPLv3 update License 2012-08-31 21:19:46 +08:00
pdf2htmlEX.1.in new option --embed, --embed-*; better ArgEntry 2013-05-27 07:43:26 +08:00
README.md remove gplv2 2013-05-11 14:53:03 +08:00
TODO update demo description 2013-05-04 23:32:07 +08:00

pdf2htmlEX

Build Status

A beautiful demo is worth a thousand words:

Browser requirements

Introduction

pdf2htmlEX renders PDF files in HTML, utilizing modern Web technologies. It aims to provide an accuracy rendering, while keeping optimized for Web display.

pdf2htmlEX is best for text-based PDF files, for example scientific papers with complicated formulas and figures. Text, fonts and formats are natively perserved in HTML such that you can still search and copy. The generated HTML file is static, Javascript is optional.

Learn more about who and why should use pdf2htmlEX

Features

  • Precise and native text in HTML
  • Flexible Output
  • Moderate Size
  • More PDF stuffs that you love: links, outlines & printing

Learn more
Compare with others

Wiki Portals

LICENSE

GPLv3 for most parts, MIT License for share/*

Read LICENSE for more detail.

For Online Services

You are free and welcome to modify pdf2htmlEX for your online services, but you should credit pdf2htmlEX if your service involves "online conversion" facilitated by pdf2htmlEX. You are also encouraged to send me a name and a URL for the purpose of statistics.

Read LICENSE for more detail.

Resources

Acknowledgements

pdf2htmlEX is made possible thanks to the following projects:

pdf2htmlEX is inspired by the following projects:

  • pdftops & pdftohtml from poppler
  • MuPDF
  • PDF.js
  • Crocodoc
  • Google Doc

Special Thanks

  • Hongliang Tian
  • Wanmin Liu