1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 08:38:39 +00:00
Go to file
2012-09-02 01:22:40 +08:00
debian .. 2012-09-01 00:25:29 +08:00
share fix unify.pe 2012-08-31 17:06:19 +08:00
src fixed a line merging bug 2012-08-31 23:46:59 +08:00
test update test.py 2012-09-01 23:24:59 +08:00
build_for_ppa.py fixed debian install file 2012-08-28 16:15:34 +08:00
CMakeLists.txt change manpage path 2012-09-02 01:22:40 +08:00
LICENSE update license 2012-09-01 00:02:18 +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
pdf2htmlEX.1 install manpage 2012-08-31 21:52:50 +08:00
README.md fixed AUG->AUR 2012-09-01 20:54:29 +08:00
TODO update TODO 2012-09-02 00:29:13 +08:00

pdf2htmlEX

View Demo

Another Demo (CJK)

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 such as Mozilla Firefox & Google Chrome.

This program is designed for scientific papers with complicate formulas and figures, so a precise rendering is also 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...)
  • Optimization for Web

Not supported yet

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

Get started

Ubuntu

There is a Ubuntu PPA set up at here.

Make sure you install fontforge in the PPA or the git version.

ArchLinux

Special thanks to Arthur Titeica for the AUR Package.

Please also update your fontforge-git.

Build from source

Dependency

  • CMake
  • compilers support C++11
  • libpoppler with xpdf header >= 0.20.2
  • boost c++ library (format, program options, gil, filesystem, serialization, system(which is actually required by filesystem))
  • fontforge Please use the lastest version

Compiling

cmake . && make && sudo make install

Usage

pdf2htmlEX /path/to/foobar.pdf

pdf2htmlEX --help

LICENSE

GPLv2 & GPLv3 Dual licensed

Credits

The following projects have been consulted for pdf2htmlEX:

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

Contact

Special Thanks