mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
..
This commit is contained in:
parent
289bedeb8b
commit
f0f5bc3aef
@ -1,6 +1,6 @@
|
|||||||
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab filetype=javascript : */
|
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab filetype=javascript : */
|
||||||
/*
|
/*
|
||||||
* pdf2htmlEX.js : a simple UI for pdf2htmlEX
|
* viewer.js : a simple UI for pdf2htmlEX
|
||||||
*
|
*
|
||||||
* Copyright 2012,2013 Lu Wang <coolwanglu@gmail.com> and other contributors
|
* Copyright 2012,2013 Lu Wang <coolwanglu@gmail.com> and other contributors
|
||||||
*/
|
*/
|
||||||
|
@ -36,11 +36,12 @@ $css
|
|||||||
|
|
||||||
#############
|
#############
|
||||||
# UI stuffs, optional
|
# UI stuffs, optional
|
||||||
|
# It'll be better to include a static jquery.js on your server
|
||||||
@jquery.js
|
@jquery.js
|
||||||
@pdf2htmlEX.js
|
@pdf2htmlEX.js
|
||||||
# entry point
|
# entry point
|
||||||
# You can override default configuration by passing an object to the constructor of Viewer
|
# You can override default configuration by passing an object to the constructor of Viewer
|
||||||
# Refer to DEFAULT_CONFIG in pdf2htmlEX.js for possible keys
|
# Refer to DEFAULT_CONFIG in viewer.js for possible keys
|
||||||
"""
|
"""
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
try{
|
try{
|
||||||
|
Loading…
Reference in New Issue
Block a user