1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 01:28:39 +00:00
pdf2htmlEX/README.md

58 lines
1.3 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 02:06:48 +00:00
pdf2htmlEX renders PDF files in HTML, utilizing modern technologies of html/css, aims to provide an accuracy rendering, while keeping optimized for Web display.
2012-08-04 18:03:53 +00:00
2012-08-07 02:02:33 +00:00
pdf2htmlEX is optimized for recent versions of modern web browsers such as Mozilla Firefox & Google Chrome.
2012-08-04 18:03:53 +00:00
Features
----------------------------
2012-08-05 15:54:15 +00:00
* Text Selection
2012-08-04 18:03:53 +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-04 18:03:53 +00:00
* 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