mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
README
This commit is contained in:
parent
fed5d1bd8e
commit
caac23b62f
@ -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
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
DIR = 'pdf'
|
||||
DIR = '../../pdf.js/test/pdfs'
|
||||
|
||||
import os
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user