1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 01:28:39 +00:00
Go to file
2013-01-31 19:25:53 +08:00
debian changelog 2013-01-29 22:31:34 +08:00
share outline is closed by default, and will be opened by pdf2htmlEX.js if not empty 2013-01-29 22:23:59 +08:00
src new option --process-outline 2013-01-31 02:18:18 +08:00
test changelog 2013-01-26 14:23:28 +08:00
.gitignore added pdf2htmlEX-config.h to .gitignore 2013-01-25 13:25:06 +00:00
.travis.yml Travis CI: print version 2013-01-25 13:02:57 +00:00
AUTHORS credit authors 2013-01-29 17:40:09 +08:00
build_for_ppa.py debian 2013-01-28 01:51:30 +08:00
ChangeLog changelog 2013-01-29 22:31:34 +08:00
CMakeLists.txt process outline 2013-01-28 21:01:02 +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
pdf2htmlEX.1.in new option --process-outline 2013-01-31 02:18:18 +08:00
README.md Update README.md 2013-01-31 19:25:53 +08:00
TODO fix css, don't increase specificity 2013-01-29 02:35:34 +08:00

pdf2htmlEX

Build Status

A beautiful demo is worth a thousand words:

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 not required.

Why HTML ?

HTML, together with CSS and Javascript, is much more open and flexible than PDF. Almost everything can be customized.

  • Embedding documents to web pages with consistent theme and behavior
  • Cross references to other documents are much easier and intuitive
  • More functions to the document with Javascript, e.g. access control, animation, statistics

Readers can also be benefitted

  • Read while downloading
  • Plugin-free

Features

  • Optional single HTML file output
  • Precise rendering
  • Native text in HTML - you can select & copy & paste
  • Proper styling
    • Font - extracted and reencoded
    • Color
    • Transformation
  • Links
  • Outline
  • [EXPERIMENTAL] Path drawing with CSS
    • Orthogonal lines
    • Rectangles
    • Linear gradients
  • Not fully supported (Rendered as images)
    • Type 3 fonts
    • Non-text object

Get started

Install

Thanks to all 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
pdf2htmlEX --help
man pdf2htmlEX

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

Donate Now

Contact

  • Mailing list pdf2htmlex@googlegroups.com

    • Please read man pdf2htmlEX and FAQ before sending emails. Or your message might be ignored.
    • Please use the latest master branch.
  • Lu Wang coolwanglu@gmail.com

    • Please use the mailing list above unless for personal enquiries.
    • Accepting messages in Chinese, English or Japanese.

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