In python-docx, when we add a document title as below, it automatically add a horizontal line under the title. It seems to be a border. May you know how to remove it ? Thank you.
main_title = self.document.add_heading(self.doc_title, 0)
In python-docx, when we add a document title as below, it automatically add a horizontal line under the title. It seems to be a border. May you know how to remove it ? Thank you.
main_title = self.document.add_heading(self.doc_title, 0)
Copyright © 2021 Jogjafile Inc.

this solution worked for me: