willsonlincake 发表于 2022-4-6 14:49:02

文印店技能:网页转Word文档

from htmldocx import HtmlToDocx

new_parser = HtmlToDocx()
new_parser.parse_html_file("html_filename", "docx_filename")
#Files extensions not needed, but tolerated
页: [1]
查看完整版本: 文印店技能:网页转Word文档