I want to create new work document from sketch with Python on Linux platform, but do not know how to do that.
I do not willing to use RTF or use pythondocx to create docx document. Is there any other way to do so? Remember, I need the document keeps the formatting.
Thanks everyone’s help!
The Python docx module allows you to do what you want. It is perfect for you and is as simple as working with any other Python library.