pdf2htmlEX/README.md

69 lines
2.0 KiB
Markdown
Raw Normal View History

2012-08-04 18:03:53 +00:00
pdf2html**EX**
=============================
2012-08-04 18:25:47 +00:00
[**View Demo**](http://coolwanglu.github.com/pdf2htmlEX/demo/demo.html)
2012-08-18 08:05:36 +00:00
2012-08-18 07:55:21 +00:00
[**Another Demo (CJK)**](http://coolwanglu.github.com/pdf2htmlEX/demo/chn.html)
2012-08-04 18:22:50 +00:00
2012-08-18 07:46:07 +00:00
**WINDOWS XP USERS: Please make sure ClearType is turned on**
2012-08-17 13:45:16 +00:00
(Control Panel -> Display -> Appearance -> Effects -> "Use the following method to smooth edges of screen fonts" -> ClearType)
2012-08-04 18:03:53 +00:00
Introduction
-----------------------------
2012-08-07 12:16:05 +00:00
pdf2htmlEX renders PDF files in HTML, utilizing modern Web technologies, aims to provide an accuracy rendering, while keeping optimized for Web display.
2012-08-04 18:03:53 +00:00
2012-08-07 12:16:05 +00:00
It is optimized for recent versions of modern web browsers such as Mozilla Firefox & Google Chrome.
This program is designed for scientific papers with complicate formulas and figures, so a precise rendering is also the #1 concern.
2012-08-04 18:03:53 +00:00
Features
----------------------------
2012-08-14 18:54:39 +00:00
* Single HTML file output
2012-08-07 12:16:05 +00:00
* Precise rendering
2012-08-05 15:54:15 +00:00
* Text Selection
2012-08-09 17:20:47 +00:00
* Font embedding
2012-08-06 17:22:25 +00:00
* Proper styling (Color, Transformation...)
2012-08-04 18:03:53 +00:00
* Optimization for Web
Not supported yet
----------------------------
2012-08-12 11:01:13 +00:00
* Several Font types & encodings
2012-08-06 06:32:12 +00:00
* Non-text object (Don't worry, they will be rendered as images)
2012-08-06 17:22:25 +00:00
* Blend Mode
* ...
2012-08-04 18:03:53 +00:00
Dependency
----------------------------
* Recent version of GCC (no guarantee on other compilers)
2012-08-04 18:03:53 +00:00
* libpoppler with xpdf header >= 0.20.2
2012-08-15 03:15:33 +00:00
* boost c++ library (format, program options, gil, filesystem, serialization, system(which is actually required by filesystem))
2012-08-13 05:28:05 +00:00
* fontforge **Please use [the lastest version](https://github.com/fontforge/fontforge)**
2012-08-04 18:03:53 +00:00
HOW TO COMPILE
----------------------------
2012-08-14 18:28:19 +00:00
cmake . && make && sudo make install
2012-08-04 18:03:53 +00:00
HOW TO USE
----------------------------
2012-08-14 18:28:19 +00:00
pdf2htmlEX /path/to/sample.pdf
2012-08-04 18:03:53 +00:00
LICENSE
----------------------------
GPLv3
We would like to acknowledge the following projects that have been consulted while writing this program:
* 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
AUTHORS
----------------------------
2012-08-04 18:27:18 +00:00
* Lu Wang <coolwanglu@gmail.com>
* Hongliang Tian <tatetian@gmail.com>
2012-08-04 18:03:53 +00:00