mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
update test.py
This commit is contained in:
parent
5510e12288
commit
e33850c2f2
@ -4,7 +4,7 @@ import os
|
||||
|
||||
outf = open('out.html','w')
|
||||
|
||||
outf.write('<html><body><div style="position:absolute;top:0;left:0;width:80%;height:100%;"><iframe width="100%" height="100%" name="pdf"></iframe></div><div style="position:absolute;top:0;right:0;width:21%;height:100%;">')
|
||||
outf.write('<html><body><div style="position:absolute;top:0;left:0;width:80%;height:100%;"><iframe width="100%" height="100%" name="pdf"></iframe></div><div style="position:absolute;top:0;right:0;width:20%;height:100%;text-align:right;">')
|
||||
|
||||
for f in os.listdir('pdf'):
|
||||
if not f.lower().endswith('.pdf'):
|
||||
|
Loading…
Reference in New Issue
Block a user