pdf2htmlEX/README.md

86 lines
3.9 KiB
Markdown
Raw Normal View History

2013-09-27 05:59:03 +00:00
#![](http://coolwanglu.github.io/pdf2htmlEX/images/pdf2htmlEX-64x64.png)pdf2htmlEX
2013-01-25 13:11:27 +00:00
2013-10-09 11:15:17 +00:00
<!--
2013-01-25 18:10:07 +00:00
[![Build Status](https://travis-ci.org/coolwanglu/pdf2htmlEX.png?branch=master)](https://travis-ci.org/coolwanglu/pdf2htmlEX)
2013-10-09 11:15:17 +00:00
-->
2012-09-07 17:50:18 +00:00
A beautiful demo is worth a thousand words:
2012-08-04 18:25:47 +00:00
2013-09-10 12:33:50 +00:00
- **Bible de Genève, 1564** (fonts and typography): [HTML](http://coolwanglu.github.com/pdf2htmlEX/demo/geneve.html) / [PDF](https://github.com/raphink/geneve_1564/raw/master/geneve_1564.pdf)
2013-05-04 15:39:08 +00:00
- **Cheat Sheet** (math formulas): [HTML](http://coolwanglu.github.com/pdf2htmlEX/demo/cheat.html) / [PDF](http://www.tug.org/texshowcase/cheat.pdf)
- **Scientific Paper** (text and figures): [HTML](http://coolwanglu.github.com/pdf2htmlEX/demo/demo.html) / [PDF](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.148.349&rep=rep1&type=pdf)
- **Full Circle Magazine** (read while downloading): [HTML](http://coolwanglu.github.com/pdf2htmlEX/demo/issue65_en.html) / [PDF](http://dl.fullcirclemagazine.org/issue65_en.pdf)
- **Git Manual** (CJK support): [HTML](http://coolwanglu.github.com/pdf2htmlEX/demo/chn.html) / [PDF](http://files.cnblogs.com/phphuaibei/git%E6%90%AD%E5%BB%BA.pdf)
2013-10-05 09:08:14 +00:00
- [Try your own files](https://github.com/coolwanglu/pdf2htmlEX/wiki/Try-Your-Own-Files)
2013-03-19 11:00:40 +00:00
2013-01-31 11:25:53 +00:00
pdf2htmlEX renders PDF files in HTML, utilizing modern Web technologies.
2014-06-18 21:30:53 +00:00
Academic papers with lots of formulas and figures? Magazines with complicated laytous? No problem!
2012-08-04 18:03:53 +00:00
2014-06-18 21:30:53 +00:00
pdf2htmlEX is also an [online publishing tool](http://coolwanglu.github.io/pdf2htmlEX/doc/tb108wang.html) which is flexible for many different use cases.
2012-08-28 09:54:27 +00:00
2014-06-18 21:30:53 +00:00
Learn more about [who](https://github.com/coolwanglu/pdf2htmlEX/wiki/Use-Cases) and [why](https://github.com/coolwanglu/pdf2htmlEX/wiki/Introduction) should use pdf2htmlEX.
2012-12-12 08:54:48 +00:00
2013-05-10 14:25:05 +00:00
### Features
2012-08-04 18:03:53 +00:00
2014-06-18 21:30:53 +00:00
* Native HTML text with precise font and location.
* Flexible output: all-in-one HTML or on demand page loading (needs JavaScript).
* Moderate file size, sometimes even smaller than PDF.
* Support for links, outlines (bookmarks), printing, SVG background, Type 3 fonts and [more...](https://github.com/coolwanglu/pdf2htmlEX/wiki/Feature-List)
2013-02-01 08:16:01 +00:00
2014-06-18 21:30:53 +00:00
[Compare to others](https://github.com/coolwanglu/pdf2htmlEX/wiki/Comparison)
2012-08-04 18:03:53 +00:00
2013-05-10 14:25:05 +00:00
### Wiki Portals
2013-05-10 14:12:56 +00:00
* [Wiki Home](https://github.com/coolwanglu/pdf2htmlEX/wiki)
* [Download](https://github.com/coolwanglu/pdf2htmlEX/wiki/Download)
* [Building](https://github.com/coolwanglu/pdf2htmlEX/wiki/Building)
2014-05-29 07:50:07 +00:00
* [Quick Start](https://github.com/coolwanglu/pdf2htmlEX/wiki/Quick-Start)
2013-11-20 13:43:52 +00:00
* [Report Issues / Ask for Help](https://github.com/coolwanglu/pdf2htmlEX/blob/master/CONTRIBUTING.md#guidance)
2013-11-20 13:35:53 +00:00
2014-01-20 10:16:35 +00:00
### Get in Touch
2013-11-20 13:35:53 +00:00
2014-06-18 21:30:53 +00:00
Get quick answers for common questions:
* [FAQ](https://github.com/coolwanglu/pdf2htmlEX/wiki/FAQ)
Don't miss the latest news of the development:
2013-11-20 13:35:53 +00:00
* [Development Blog](http://pdf2htmlex.blogspot.com)
2014-01-20 10:16:35 +00:00
* [@pdf2htmlEX](https://twitter.com/pdf2htmlEX)
2014-06-18 21:30:53 +00:00
Discuss with the developers and the users of pdf2htmlEX
2014-01-20 10:16:35 +00:00
* [Mailing List](https://groups.google.com/forum/#!forum/pdf2htmlex)
2014-06-18 21:30:53 +00:00
* [中文邮件列表](https://groups.google.com/forum/#!forum/pdf2htmlex-cn)
Chat with the main author: 王璐 (Lu Wang)
* <coolwanglu+no.support.for.pdf2htmlEX@gmail.com>
* [@coolwanglu](https://twitter.com/coolwanglu)
* Questions about pdf2htmlEX? Use the mailling list instead.
* Accepting messages in **中文**, **English** or **日本語**
Want to help without coding? Thank you!
* [Make a donation](http://coolwanglu.github.io/pdf2htmlEX/donate.html)
2014-01-20 10:16:35 +00:00
2013-05-10 14:25:05 +00:00
### LICENSE
2012-08-04 18:03:53 +00:00
2014-01-15 13:19:47 +00:00
pdf2htmlEX, as a whole package, is licensed under GPLv3.
2013-10-16 10:21:31 +00:00
Some resource files are released with relaxed licenses, read `LICENSE` for more details.
2012-08-04 18:03:53 +00:00
2013-05-10 14:38:59 +00:00
### Acknowledgements
2012-08-28 09:54:27 +00:00
2012-09-21 13:38:23 +00:00
pdf2htmlEX is made possible thanks to the following projects:
2012-09-21 13:35:27 +00:00
2012-09-21 13:38:23 +00:00
* [poppler](http://poppler.freedesktop.org/)
* [Fontforge](http://fontforge.org/)
2012-09-21 13:35:27 +00:00
2012-09-18 16:45:20 +00:00
pdf2htmlEX is inspired by the following projects:
2012-08-04 18:03:53 +00:00
* pdftops & pdftohtml from poppler
2012-08-11 11:55:06 +00:00
* MuPDF
2012-08-04 18:03:53 +00:00
* PDF.js
* Crocodoc
* Google Doc
2013-05-10 14:25:05 +00:00
#### Special Thanks
2012-08-28 09:54:27 +00:00
2013-02-05 14:53:14 +00:00
* Hongliang Tian
* Wanmin Liu
2012-08-04 18:03:53 +00:00