1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 13:00:08 +00:00
This commit is contained in:
Lu Wang 2012-08-08 16:06:54 +08:00
commit 5178459c1f
2 changed files with 21 additions and 1 deletions

File diff suppressed because one or more lines are too long

16
demo/out.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style text="text/css">
@font-face{font-family:f7;src:url(f7.ttf);}.f7{font-family:f7;transform-origin:0% 77.9689%;-ms-transform-origin:0% 77.9689%;-moz-transform-origin:0% 77.9689%;-webkit-transform-origin:0% 77.9689%;-o-transform-origin:0% 77.9689%;line-height:1.221;}
#t{
font-family:f7;
font-size:20px;
}
</style>
</head>
<body>
<div id="t">Trace!a</div>
</body>
</html>