Python MS Word Automation – Create, Edit, or Convert Word Documents using Python
As a Python developer, you can automate MS Word to create new Word documents, edit or modify the existing ones, parse or convert them into other formats without using Microsoft Office. In this article, you will learn how to automate MS Word to create, edit, parse or convert Word documents using Python.
Convert RTF Documents to PDF using Python
Often you have to convert RTF files to PDF before sharing. To achieve that, this article covers how to convert an RTF file to PDF in Python.