|
@@ -112,6 +112,7 @@ class Convert(object):
|
|
return False
|
|
return False
|
|
|
|
|
|
def command(self, info):
|
|
def command(self, info):
|
|
|
|
+ File.mkdir(info['path'])
|
|
convert = 'cd ' + info['path'] + ' && '
|
|
convert = 'cd ' + info['path'] + ' && '
|
|
convert = convert + 'libreoffice --invisible --convert-to pdf ' + info['local']
|
|
convert = convert + 'libreoffice --invisible --convert-to pdf ' + info['local']
|
|
convert = convert + ' && '
|
|
convert = convert + ' && '
|