Loading html_to_docx.py +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ from docx.api import Document from docx.enum.text import WD_ALIGN_PARAGRAPH from docx.shared import Emu, Pt, RGBColor DEBUG = True #print debug info switch DEBUG = False #print debug info switch @dataclass Loading Loading
html_to_docx.py +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ from docx.api import Document from docx.enum.text import WD_ALIGN_PARAGRAPH from docx.shared import Emu, Pt, RGBColor DEBUG = True #print debug info switch DEBUG = False #print debug info switch @dataclass Loading