mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
update README
This commit is contained in:
parent
9a811c08d8
commit
c5950acfee
24
README.md
24
README.md
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
(Control Panel -> Display -> Appearance -> Effects -> "Use the following method to smooth edges of screen fonts" -> ClearType)
|
(Control Panel -> Display -> Appearance -> Effects -> "Use the following method to smooth edges of screen fonts" -> ClearType)
|
||||||
|
|
||||||
# Introduction
|
## Introduction
|
||||||
|
|
||||||
pdf2htmlEX renders PDF files in HTML, utilizing modern Web technologies, aims to provide an accuracy rendering, while keeping optimized for Web display.
|
pdf2htmlEX renders PDF files in HTML, utilizing modern Web technologies, aims to provide an accuracy rendering, while keeping optimized for Web display.
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ It is optimized for 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. But of course general PDF files are also supported.
|
This program is designed for scientific papers with complicate formulas and figures, so a precise rendering is also the #1 concern. But of course general PDF files are also supported.
|
||||||
|
|
||||||
# Features
|
## Features
|
||||||
|
|
||||||
* Single HTML file output
|
* Single HTML file output
|
||||||
* Precise rendering
|
* Precise rendering
|
||||||
@ -26,22 +26,22 @@ This program is designed for scientific papers with complicate formulas and figu
|
|||||||
* Proper styling (Color, Transformation...)
|
* Proper styling (Color, Transformation...)
|
||||||
* Optimization for Web
|
* Optimization for Web
|
||||||
|
|
||||||
## Not supported yet
|
### Not supported yet
|
||||||
|
|
||||||
* Type 3 fonts
|
* Type 3 fonts
|
||||||
* Non-text object (Don't worry, they will be rendered as images)
|
* Non-text object (Don't worry, they will be rendered as images)
|
||||||
|
|
||||||
# Get started
|
## Get started
|
||||||
|
|
||||||
## Ubuntu PPA
|
### Ubuntu PPA
|
||||||
|
|
||||||
There is a Ubuntu PPA set up at [here](https://launchpad.net/~coolwanglu/+archive/pdf2htmlex).
|
There is a Ubuntu PPA set up at [here](https://launchpad.net/~coolwanglu/+archive/pdf2htmlex).
|
||||||
|
|
||||||
Make sure you install *fontforge* with either the latest version of the one in the PPA.
|
Make sure you install *fontforge* with either the latest version of the one in the PPA.
|
||||||
|
|
||||||
## Build from srouce
|
### Build from srouce
|
||||||
|
|
||||||
### Dependency
|
#### Dependency
|
||||||
----------------------------
|
----------------------------
|
||||||
* CMake
|
* CMake
|
||||||
* compilers support C++11
|
* compilers support C++11
|
||||||
@ -49,7 +49,7 @@ Make sure you install *fontforge* with either the latest version of the one in t
|
|||||||
* boost c++ library (format, program options, gil, filesystem, serialization, system(which is actually required by filesystem))
|
* boost c++ library (format, program options, gil, filesystem, serialization, system(which is actually required by filesystem))
|
||||||
* fontforge **Please use [the lastest version](https://github.com/fontforge/fontforge)**
|
* fontforge **Please use [the lastest version](https://github.com/fontforge/fontforge)**
|
||||||
|
|
||||||
### Compiling
|
#### Compiling
|
||||||
----------------------------
|
----------------------------
|
||||||
cmake . && make && sudo make install
|
cmake . && make && sudo make install
|
||||||
|
|
||||||
@ -59,11 +59,11 @@ Make sure you install *fontforge* with either the latest version of the one in t
|
|||||||
|
|
||||||
pdf2htmlEX --help
|
pdf2htmlEX --help
|
||||||
|
|
||||||
# LICENSE
|
## LICENSE
|
||||||
|
|
||||||
GPLv3
|
GPLv3
|
||||||
|
|
||||||
# Credits
|
## Credits
|
||||||
|
|
||||||
The following projects have been consulted for pdf2htmlEX:
|
The following projects have been consulted for pdf2htmlEX:
|
||||||
|
|
||||||
@ -73,11 +73,11 @@ The following projects have been consulted for pdf2htmlEX:
|
|||||||
* Crocodoc
|
* Crocodoc
|
||||||
* Google Doc
|
* Google Doc
|
||||||
|
|
||||||
# Contact
|
## Contact
|
||||||
|
|
||||||
* Lu Wang <coolwanglu@gmail.com>
|
* Lu Wang <coolwanglu@gmail.com>
|
||||||
|
|
||||||
## Special Thanks
|
### Special Thanks
|
||||||
|
|
||||||
* Hongliang Tian <tatetian@gmail.com>
|
* Hongliang Tian <tatetian@gmail.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user