Adityadn commited on
Commit
1186278
·
verified ·
1 Parent(s): 9ff72c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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