1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 09:38:40 +00:00
pdf2htmlEX/README.md

62 lines
1.4 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
-----------------------------
Traditional pdf -> html conversion tools are more likely pdf -> text tools.
For those who are not satisfied with them, this might be the right one for you.
pdf2htmlEX utilizes latest technologies of html/css, aims to provide an accuracy rendering,
while keeping optimized for Web display.
pdf2htmlEX is optimized for recent versions of moderm web browsers such as Mozilla Firefox & Google Chrome.
Features
----------------------------
2012-08-05 15:54:15 +00:00
* Text Selection
2012-08-04 18:03:53 +00:00
* Font embedding
* Proper styling
* Optimization for Web
* Transformation (Experimental)
Not supported yet
----------------------------
* Non-text object
* Color
* CJK
Dependency
----------------------------
* libpoppler with xpdf header >= 0.20.2
* fontforge (we will compile with libfontforge later)
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