???global.info.a_carregar???

Convert Sdocx To Pdf -

def convert_docx_to_pdf(docx_path, pdf_path): docx2pdf.convert(docx_path, pdf_path)