dvcurator.convert

Module Contents

Functions

docx_pdf(folder[, extra])

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.