Go to file
Lu Wang 90af54acc4 .. 2012-10-06 22:41:06 +08:00
debian new option: remove unused glyphs 2012-10-05 23:38:17 +08:00
share meta info 2012-10-05 11:47:57 +08:00
src .. 2012-10-06 22:41:06 +08:00
test Changelog 2012-10-06 21:14:22 +08:00
CMakeLists.txt working on linear gradient 2012-10-03 02:19:40 +08:00
ChangeLog Changelog 2012-10-06 21:14:22 +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 Merge branch 'master' of github.com:coolwanglu/pdf2htmlEX 2012-10-06 15:07:23 +08:00
TODO Changelog 2012-10-06 21:14:22 +08:00
build_for_ppa.py bump version 2012-09-06 17:38:52 +08:00
pdf2htmlEX.1.in remove-unused-glyphs is now default 2012-10-06 20:44:08 +08:00

README.md

pdf2htmlEX

Donate Now

Feature Commission are now accepted.

A beautiful demo is worth a thousand words:

Typography Original

Full Circle Magazine(large) Sample 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
  • [EXPERIMENTAL] Path drawing with CSS
  • Orthogonal lines
  • Rectangles
  • Linear gradients

Objects rendered as images

  • Type 3 fonts
  • Non-text object

Get started

Ubuntu

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

ArchLinux

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

Mac

Homebrew Formula, special thanks to Jamie Ly me@jamie.ly

Macports (local repo), special thanks to Deepak Thukral iapain@iapa.in

Windows

The code may be built with Cygwin.

Or with MinGW with some modifications.

More info can be found on the pdf2htmlEX page in TeX Wiki (in Japanese), special thanks to Haruhiko Okumura

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

man pdf2htmlEX

For Geeks

  • Experimental and unsupported

    pdf2htmlEX --process-nontext 0 --css-draw 1 /path/to/foobar.pdf

FAQ

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

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

Contact

  • Lu Wang coolwanglu@gmail.com
    • Suggestions and questions are welcome.
    • Please read FAQ before sending an email to me. Or your message might be ignored.
    • Please use the latest master branch.
    • Expect me to be much more user-friendly than pdf2htmlEX.
    • Accepting messages in Chinese, English or Japanese.

Special Thanks