from docx2pdf import convert
convert("NP assignment1.docx")
convert("NP assignment1.docx", "output.pdf")
convert("my_docx_folder/")