Update app.py
Browse files
app.py
CHANGED
@@ -70,9 +70,6 @@ def convert_document(doc_file, target_format):
|
|
70 |
doc_file,
|
71 |
target_format.lower(), # Convert the format to lowercase
|
72 |
outputfile=output_file,
|
73 |
-
extra_args=['-V geometry:margin=1.5cm',
|
74 |
-
# '--pdf-engine=/usr/bin/xelatex',
|
75 |
-
'--metadata', 'title="Converted Document by Flowly AI"']
|
76 |
)
|
77 |
|
78 |
return output_file
|
|
|
70 |
doc_file,
|
71 |
target_format.lower(), # Convert the format to lowercase
|
72 |
outputfile=output_file,
|
|
|
|
|
|
|
73 |
)
|
74 |
|
75 |
return output_file
|