2020-06-07 13:54:00 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
title: pdf2htmlEX
|
|
|
|
sidebar: |
|
|
|
|
- [Introduction](#introduction)
|
|
|
|
- [Features](#features)
|
|
|
|
- [Get Started](#get-started)
|
|
|
|
- [Usage](#usage)
|
|
|
|
- [License](#license)
|
|
|
|
- [Credits](#credits)
|
|
|
|
|
|
|
|
- [Github](https://github.com/pdf2htmlEX/pdf2htmlEX)
|
|
|
|
- [Releases](https://github.com/pdf2htmlEX/pdf2htmlEX/releases)
|
|
|
|
- [Wiki](https://github.com/pdf2htmlEX/pdf2htmlEX/wiki)
|
|
|
|
- [Issues](https://github.com/pdf2htmlEX/pdf2htmlEX/issues)
|
|
|
|
|
|
|
|
- [WINDOWS XP USERS](#windows-xp-users)
|
|
|
|
|
|
|
|
---
|
2018-01-22 15:41:53 +00:00
|
|
|
A beautiful demo is worth a thousand words:
|
|
|
|
|
2020-06-07 13:54:00 +00:00
|
|
|
* [**Typography**](/demo/geneve.html)
|
|
|
|
[PDF](https://github.com/raphink/geneve_1564/releases/download/2016-06-08_02/geneve_1564.pdf)
|
|
|
|
(<a href="https://github.com/raphink/geneve_1564" target="_blank">Author</a>)
|
|
|
|
* [**Formulas**](/demo/cheat.html)
|
|
|
|
[PDF](http://www.tug.org/texshowcase/cheat.pdf)
|
|
|
|
(<a href="http://www.tug.org/texshowcase" target="_blank">Author</a>)
|
|
|
|
* [**Magazine**](/demo/issue65_en.html)
|
|
|
|
[PDF](http://dl.fullcirclemagazine.org/issue65_en.pdf)
|
|
|
|
(<a href="http://fullcirclemagazine.org" target="_blank">Author</a>)
|
|
|
|
* [**Scientific Paper**](/demo/demo.html)
|
|
|
|
[PDF](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.148.349&rep=rep1&type=pdf)
|
|
|
|
(<a href="https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.148.349" target="_blank">Author</a>)
|
2020-06-25 10:35:21 +00:00
|
|
|
* [**Chinese**](/demo/LauZiDaoDeJingProjectGutenberg7337ByChingYiChen.html)
|
|
|
|
[PDF](/demo/LauZiDaoDeJingProjectGutenberg7337ByChingYiChen.pdf)
|
|
|
|
(<a href="https://www.gutenberg.org/ebooks/7337" target="_blank">Author</a>)
|
2020-06-07 13:54:00 +00:00
|
|
|
|
|
|
|
* [**pdf2htmlEX Tugboat**](doc/tb108wang.html)
|
|
|
|
[PDF](doc/tb108wang.pdf)
|
|
|
|
(<a href="https://github.com/coolwanglu" target="_blank">Author</a>)
|
|
|
|
|
|
|
|
## Introduction {#introduction}
|
|
|
|
|
|
|
|
pdf2htmlEX renders PDF files in HTML, utilizing modern Web technologies.
|
|
|
|
It aims to provide an accurate rendering, while being optimized for Web
|
|
|
|
display. Text, fonts and formats are natively preserved in HTML.
|
|
|
|
Mathematical formulas, figures and images are also supported.
|
|
|
|
|
|
|
|
pdf2htmlEX is also a publishing tool: almost 50 options make it flexible
|
|
|
|
for many different use cases: PDF preview, book/magazine publishing,
|
|
|
|
personal resume...
|
|
|
|
|
|
|
|
pdf2htmlEX is optimized for modern web browsers such as Mozilla Firefox & Google
|
|
|
|
Chrome.
|
|
|
|
|
|
|
|
### Why HTML?
|
|
|
|
|
|
|
|
This is an era of Web. HTML, together with CSS and JavaScript, provides
|
|
|
|
the flexibility allowing you to embed documents with beautiful themes,
|
|
|
|
consistent bahivours and useful features. User experience will also be
|
|
|
|
significantly improved, documents will be plugin-free and interactive,
|
|
|
|
users can read while downloading.
|
|
|
|
|
|
|
|
## Features {#features}
|
|
|
|
|
|
|
|
* Single HTML file output
|
|
|
|
* *or* one HTML file per page if that is what you want...
|
|
|
|
* Images
|
2018-01-22 15:41:53 +00:00
|
|
|
* 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)
|
|
|
|
|
2020-06-07 13:54:00 +00:00
|
|
|
## Get started {#get-started}
|
2018-01-22 15:41:53 +00:00
|
|
|
|
2020-06-07 13:54:00 +00:00
|
|
|
You can get pdf2htmlEX in a number of ways:
|
2018-01-22 15:41:53 +00:00
|
|
|
|
2020-06-25 10:35:21 +00:00
|
|
|
* [**AppImage**]({{ site.github.wiki_url }}/Download-AppImage) download, make executable, and "just run" (see
|
2020-06-07 13:54:00 +00:00
|
|
|
<a href="https://appimage.org/" target="_blank">AppImage.org</a>)
|
2020-06-25 10:35:21 +00:00
|
|
|
* [**pdf2htmlEX/pdf2htmlEX**]({{ site.github.wiki_url}}/Download-Docker-Image) on
|
2020-06-07 13:54:00 +00:00
|
|
|
<a href="https://hub.docker.com/" target="_blank">Docker Hub</a>
|
2020-06-25 10:35:21 +00:00
|
|
|
* [**Debian Archive**]({{ site.github.wiki_url }}/Download-Debian-Archive) download, and apt install locally:
|
2020-06-07 13:54:00 +00:00
|
|
|
`sudo apt install ./<<DownloadedDebFile>>`
|
2020-06-25 10:35:21 +00:00
|
|
|
* [**Compile yourself**]({{ site.github.wiki_url}}/Building)
|
2018-01-22 15:41:53 +00:00
|
|
|
|
2020-06-07 13:54:00 +00:00
|
|
|
## Usage {#usage}
|
2018-01-22 15:41:53 +00:00
|
|
|
|
|
|
|
pdf2htmlEX /path/to/foobar.pdf
|
|
|
|
|
|
|
|
pdf2htmlEX --help
|
|
|
|
|
2020-06-25 10:35:21 +00:00
|
|
|
See: [Quick Start]({{ site.github.wiki_url}}/Quick-Start)
|
|
|
|
|
2020-06-07 13:54:00 +00:00
|
|
|
## LICENSE {#license}
|
2018-01-22 15:41:53 +00:00
|
|
|
|
|
|
|
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**
|
|
|
|
|
2020-06-07 13:54:00 +00:00
|
|
|
## Credits {#credits}
|
2018-01-22 15:41:53 +00:00
|
|
|
|
|
|
|
pdf2htmlEX is inspired by the following projects:
|
|
|
|
|
|
|
|
* pdftops & pdftohtml from poppler
|
|
|
|
* MuPDF
|
|
|
|
* PDF.js
|
|
|
|
* Crocodoc
|
|
|
|
* Google Doc
|
|
|
|
|
2020-06-07 13:54:00 +00:00
|
|
|
pdf2htmlEX uses the following projects:
|
|
|
|
|
|
|
|
* Poppler
|
|
|
|
* FontForge
|
|
|
|
|
|
|
|
Finally, many thanks are due to
|
|
|
|
|
|
|
|
* Lu Wang ([coolwanglu](https://github.com/coolwanglu))
|
|
|
|
|
|
|
|
for creating the [original project](https://github.com/coolwanglu/pdf2htmlEX)
|
|
|
|
|
2018-01-22 15:41:53 +00:00
|
|
|
## Contact
|
|
|
|
|
|
|
|
Suggestions and questions are welcome.
|
|
|
|
|
2020-06-07 13:54:00 +00:00
|
|
|
Please read [FAQ]({{ site.github.repository_url}}/wiki/FAQ) before sending an email.
|
2018-01-22 15:41:53 +00:00
|
|
|
|
2020-06-07 13:54:00 +00:00
|
|
|
## Windows XP users {#windows-xp-users}
|
2018-01-22 15:41:53 +00:00
|
|
|
|
2020-06-07 13:54:00 +00:00
|
|
|
Please make sure ClearType is turned on
|
2018-01-22 15:41:53 +00:00
|
|
|
|
2020-06-07 13:54:00 +00:00
|
|
|
(Control Panel -> Display -> Appearance -> Effects -> "Use the following method to smooth edges of screen fonts" -> ClearType)
|