dvcurator.convert ================= .. py:module:: dvcurator.convert Functions --------- .. autoapisummary:: dvcurator.convert.docx_pdf Module Contents --------------- .. py:function:: docx_pdf(folder, extra=None) Convert all docx files in a folder to PDFs :param folder: Folder to convert docx files in :type folder: Path, as String :param extra: 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. :type extra: None