from docx2pdf import convert
# Convert the Word document to PDF
pdf_path = "/mnt/data/Theoretical_and_Conceptual_Framework_Formatted.pdf"
convert("/mnt/data/Theoretical_and_Conceptual_Framework_Formatted.docx", pdf_path)
pdf_path