dvcurator.convert
¶
Module Contents¶
Functions¶
|
Convert all docx files in a folder to PDFs |
- dvcurator.convert.docx_pdf(folder, extra=None)¶
Convert all docx files in a folder to PDFs
- Parameters:
folder (Path, as String) – Folder to convert docx files in
extra (None) – This is needed in the function for some reason in order to placate the GUI which would otherwise pass 110 arguments. Do not actually pass any information here.