1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 08:38:39 +00:00

Merge branch 'master' into devv

This commit is contained in:
Lu Wang 2012-09-21 23:59:45 +08:00
commit 278890f759
2 changed files with 11 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Latest v0.4
* (should) do not freeze Firefox
* auto hint fonts, good for Chrome
* [Experimental] --auto-hint, good for Chrome
* many fixes for IE
(Why no fix for Opera? Because everything has been fine)
* [Experimental] adjust widths of fonts according to PDF

View File

@ -42,11 +42,11 @@ This program is designed for scientific papers with complicate formulas and figu
### Ubuntu
There is a Ubuntu PPA set up at [here](https://launchpad.net/~coolwanglu/+archive/pdf2htmlex).
A not so up-to-date [Ubuntu PPA](https://launchpad.net/~coolwanglu/+archive/pdf2htmlex).
### ArchLinux
Special thanks to Arthur Titeica for the [AUR Package](https://aur.archlinux.org/packages.php?ID=62426).
[AUR Package](https://aur.archlinux.org/packages.php?ID=62426), special thanks to Arthur Titeica
### Mac
@ -61,6 +61,7 @@ I have tested with CYGWIN without any problem, and I believe it also works on Mi
#### Dependency
* CMake, pkg-config
* GNU Getopt
* compilers support C++11, for example
* GCC >= 4.4.6
* I heard about successful build with Clang
@ -68,6 +69,7 @@ I have tested with CYGWIN without any problem, and I believe it also works on Mi
* Install libpng (and headers) BEFORE you compile libpoppler if you want background images generated
* Install poppler-data if your want CJK support
* fontforge (with header files)
* git version is recommended to avoid annoying compilation issues
#### Compiling
@ -95,6 +97,11 @@ GPLv2 & GPLv3 Dual licensed
## Credits
pdf2htmlEX is made possible thanks to the following projects:
* [poppler](http://poppler.freedesktop.org/)
* [Fontforge](http://fontforge.org/)
pdf2htmlEX is inspired by the following projects:
* pdftops & pdftohtml from poppler
@ -109,7 +116,7 @@ Suggestions and questions are welcome.
Please read [FAQ](https://github.com/coolwanglu/pdf2htmlEX/wiki/FAQ) before sending an email to me. Or your message might be ignored.
I'm much more user-friendly than pdf2htmlEX.
I should be much more user-friendly than pdf2htmlEX.
* Lu Wang <coolwanglu@gmail.com>