Go to file
Lu Wang 9990046263 more types or links 2012-09-26 16:00:55 +08:00
debian manpage 2012-09-24 16:43:24 +08:00
share more types or links 2012-09-26 16:00:55 +08:00
src better coordination for scrolling; page decoration 2012-09-25 21:56:48 +08:00
test fixe logic of hinting 2012-09-24 02:22:42 +08:00
CMakeLists.txt precise link dest 2012-09-25 19:29:59 +08:00
ChangeLog changelog 2012-09-26 01:52:44 +08:00
LICENSE license of jquery 2012-09-12 18:53:19 +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 README 2012-09-24 21:02:07 +08:00
TODO more types or links 2012-09-26 16:00:55 +08:00
build_for_ppa.py bump version 2012-09-06 17:38:52 +08:00
pdf2htmlEX.1.in effect is too bad with muliplier=1, change it back to 4 and use old scale behavior in order to bypass the firefox bug 2012-09-25 00:55:41 +08:00

README.md

pdf2htmlEX

A beautiful demo is worth a thousand words:

Typography Original

Formulas Original

Scientific Paper Original

Chinese Original

WINDOWS XP USERS: Please make sure ClearType is turned on

(Control Panel -> Display -> Appearance -> Effects -> "Use the following method to smooth edges of screen fonts" -> ClearType)

Introduction

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

It is optimized for modern web browsers.On Linux/Mac, the generated HTML pages could be as beautiful as PDF files.

This program is designed for scientific papers with complicate formulas and figures, therefore precise rendering is the #1 concern. But of course general PDF files are also supported.

Features

  • Single HTML file output
  • Precise rendering
  • Text Selection
  • Font embedding & reencoding for Web
  • Proper styling (Color, Transformation...)
  • Links
  • Optimization for Web

Not supported yet

  • Type 3 fonts
  • Non-text object (Don't worry, they will be rendered as images)

Get started

Ubuntu

PPA, which is not so up-to-date.

ArchLinux

AUR Package, special thanks to Arthur Titeica arthur.titeica@gmail.com

Mac

MacPorts and Homebrew are coming soon

Windows

I have tested with CYGWIN without any problem, and I believe it also works on MinGW without many modifications.

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

Compiling

cmake . && make && sudo make install

Usage

pdf2htmlEX /path/to/foobar.pdf

pdf2htmlEX --help

FAQ

here

LICENSE

GPLv2 & GPLv3 Dual licensed

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

Credits

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

Contact

Suggestions and questions are welcome.

Please read FAQ before sending an email to me. Or your message might be ignored.

I should be much more user-friendly than pdf2htmlEX.

Special Thanks