1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 08:38:39 +00:00
This commit is contained in:
Lu Wang 2012-10-03 12:51:04 +08:00
parent fed5d1bd8e
commit caac23b62f
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ This program is designed for scientific papers with complicate formulas and figu
* Proper styling (Color, Transformation...)
* Links
* Optimization for Web
* [EXPERIMENTAL] Path drawing with CSS
### Not supported yet

View File

@ -1,6 +1,7 @@
#!/usr/bin/env python
DIR = 'pdf'
DIR = '../../pdf.js/test/pdfs'
import os