Go to file
Lu Wang 6ff5b8be32 disable text optimization by default 2013-05-06 11:08:29 +08:00
debian bump version 2013-05-05 14:32:08 +08:00
share minor css improvements 2013-05-04 19:31:07 +08:00
src disable text optimization by default 2013-05-06 11:08:29 +08:00
test do not reencode external fonts 2013-05-03 01:47:55 +08:00
.gitignore update .gitignore 2013-04-30 15:50:17 +08:00
.travis.yml Travis CI: print version 2013-01-25 13:02:57 +00:00
AUTHORS update AUTHORS 2013-03-18 16:57:33 +08:00
CMakeLists.txt bump version 2013-05-05 14:32:08 +08:00
ChangeLog changelog 2013-05-05 14:28:03 +08:00
LICENSE .. 2013-02-17 19:00:37 +08:00
LICENSE_GPLv2 update License 2012-08-31 21:19:46 +08:00
LICENSE_GPLv3 update License 2012-08-31 21:19:46 +08:00
README.md Update README.md 2013-05-05 23:06:08 +08:00
TODO update demo description 2013-05-04 23:32:07 +08:00
build_for_ppa.py support multiple distribution for PPA 2013-04-30 12:20:31 +08:00
pdf2htmlEX.1.in disable text optimization by default 2013-05-06 11:08:29 +08:00

README.md

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

Get started

Install

Thanks to all the packagers!

Build from source

Dependency

  • CMake, pkg-config
  • GNU Getopt
  • compilers support C++11, for example
  • GCC >= 4.4.6
  • I heard about successful build with Clang
  • poppler with xpdf header >= 0.20.0 (compile with --enable-xpdf-headers)
  • Install libpng (and headers) BEFORE you compile poppler if you want background images generated
  • Install poppler-data if your want CJK support
  • fontforge (with header files)
  • git version is recommended to avoid annoying compilation issues
  • [Optional] ttfautohint
  • run pdf2htmlEX with --external-hint-tool=ttfautohint to enable it
  • [For Windows]
  • Cygwin
  • or MinGW, with some modifications to pdf2htmlEX. See pdf2htmlEX on TeX Wiki (in Japanese), special thanks to Haruhiko Okumura

Compiling

git clone --depth 1 git://github.com/coolwanglu/pdf2htmlEX.git
cd pdf2htmlEX
cmake . && make && sudo make install

Usage

pdf2htmlEX /path/to/foobar.pdf

Quick Start

FAQ

LICENSE

GPLv2 & GPLv3 for most part, MIT License for share/* Read LICENSE for more detail.

pdf2htmlEX is totally free, please credit pdf2htmlEX if you use it
Please consider sponsoring it if you use it for commercial purpose

Font extraction, conversion or redistribution MAY BE ILLEGAL, please check your local laws

Contribute

Consider how much you have to pay for an alternatve with a similar quality, keeping in mind that pdf2htmlEX is maintained by one person in spare time.

Contact

Acknowledge

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