pdf2htmlEX/README.md

61 lines
1.5 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-04 18:22:50 +00:00
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-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-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
* CJK
2012-08-06 17:22:25 +00:00
* ...
2012-08-04 18:03:53 +00:00
Dependency
----------------------------
* libpoppler with xpdf header >= 0.20.2
2012-08-06 11:48:51 +00:00
* boost c++ library (format, program options)
2012-08-09 17:20:47 +00:00
* fontforge **Please use [my modified version](http://github.com/coolwanglu/fontforge) before the bugs are fixed**
2012-08-04 18:03:53 +00:00
HOW TO COMPILE
----------------------------
cmake . && make
HOW TO USE
----------------------------
bin/pdf2htmlEX /path/to/sample.pdf
LICENSE
----------------------------
GPLv3
We would like to acknowledge the following projects that have been consulted while writing this program:
* pdftops & pdftohtml from poppler
* 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