rabin 6 years ago
parent
commit
f3b4355976
2 changed files with 2 additions and 1 deletions
  1. 1 0
      front/static/jquery.js
  2. 1 1
      service/convert.py

File diff suppressed because it is too large
+ 1 - 0
front/static/jquery.js


+ 1 - 1
service/convert.py

@@ -197,7 +197,7 @@ class Convert(object):
 		else:
 			info['pdf'] = info['local']
 		convert = convert + 'pdf2htmlEX --zoom 1.3 --no-drm 1 --split-pages 1 '
-		convert = convert + '--embed-css 1  --embed-javascript 0 --embed-image 0 --embed-font 1 --process-outline 0 '
+		convert = convert + '--embed-css 0  --embed-javascript 0 --embed-image 0 --embed-font 0 --process-outline 0 '
 		convert = convert + '--embed-external-font 0 --dest-dir '+info['path']+' --page-filename %d.page ' + info['pdf']
 
 		return convert

Some files were not shown because too many files changed in this diff