3rdparty/poppler | ||
debian | ||
logo | ||
share | ||
src | ||
test | ||
.gitignore | ||
.travis.yml | ||
AUTHORS | ||
build_for_ppa.py | ||
ChangeLog | ||
CMakeLists.txt | ||
LICENSE | ||
LICENSE_CC-BY-3.0 | ||
LICENSE_GPLv3 | ||
pdf2htmlEX.1.in | ||
README.md | ||
TODO |
A beautiful demo is worth a thousand words:
- Bible de Genève, 1564 (fonts and typography): HTML / PDF
- Cheat Sheet (math formulas): HTML / PDF
- Scientific Paper (text and figures): HTML / PDF
- Full Circle Magazine (read while downloading): HTML / PDF
- Git Manual (CJK support): HTML / PDF
- Try your own files
Introduction
pdf2htmlEX renders PDF files in HTML, utilizing modern Web technologies. It aims to provide an accurate 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 preserved in HTML such that you can still search and copy. The generated HTML file is static, with optional features powered by JavaScript.
Learn more about who and why should use pdf2htmlEX
Features
- Precise and native text in HTML
- Flexible Output
- Moderate Size
- More PDF stuffs that you love: links, outlines & printing
- Experimental: SVG background output & Type 3 font conversion
Learn more
Compare with others
Wiki Portals
Contact
- Latest news about pdf2htmlEX can be found on @pdf2htmlEX or the blog
- For questions and help please post to pdf2htmlex@googlegroups.com, and you can subscribe to the mailing list here. DO NOT create issues on the tracker
- Bug reports and feature requests should go to the issue tracker. DO NOT post to the mailing list
- You can help this project by making a donation. Thanks!
- The author can be reached by 王璐 (Lu Wang) coolwanglu@gmail.com or @coolwanglu.
- Messages in 中文, English or 日本語 are accepted.
- Messages are checked on a regular basis so please expect some delay.
LICENSE
pdf2htmlEX, as a whole package, is licensed under GPLv3 with additional terms (see below).
Some resource files are released with relaxed licenses, read LICENSE
for more details.
For Online Services
You are free and welcome to modify pdf2htmlEX for your online services, but you should credit pdf2htmlEX if your service involves "online conversion" facilitated by pdf2htmlEX. You are also encouraged to send me a name and a URL for the purpose of statistics.
Read LICENSE
for more detail.
Acknowledgements
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