Coder Social home page Coder Social logo

pdf2htmlex's Introduction

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.

Learn more

Features

  • Precise, native text in HTML, which means
    • You can select & copy & search
    • Correct font & position & styles
    • Proper reencoding
    • Generated HTML file is of similar size as the original (uncompressed) PDF file
    • Fallback (image + hidden text) - better accuracy and compatibility
  • Output modes
    • Normal HTML
    • All-in-one HTML - portable & easy to share
    • One HTML per page - best for dynamic pages
  • More PDF stuffs that you love
    • Links
    • Outline
    • Printing (experimental)

Full list
Compare with others

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

Quick Start

FAQ

LICENSE

GPLv2 & GPLv3 for most part, MIT License for share/*
Read LICENSE for 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

pdf2htmlEX is maintained by one person in spare time, and it needs your help!

Contact

  • Mailing list [email protected]

    • You might want to try these useful resources first: man pdf2htmlEX, wiki and FAQ
  • Lu Wang [email protected]

    • For personal enquiries only
    • Accepting messages in 中文, English or 日本語.

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

pdf2htmlex's People

Contributors

coolwanglu avatar jahewson avatar tatetian avatar iapain avatar

Watchers

Christian Hochfilzer avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.