CtrlK
BlogDocsLog inGet started
Tessl Logo

docx2doc

将新版 Word 文档(.docx)转换为旧版(.doc)。当用户提到 docx 转 doc、新 Word 转旧 Word 时使用。

76

Quality

95%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

docx2doc Skill

将 Docx 文件转换为 Doc 文件

功能描述

将新版 Word 文档(.docx)转换为旧版 Word 文档(.doc)。

所属分类

office/skills/word/docx2doc/

调用方式

from office.skills.word import docx2doc

docx2doc(
    input_path='./new.docx',
    output_path='./',
    output_name='old.doc'
)

参数说明

参数类型必填默认值说明
input_pathstr-输入 Docx 文件的路径
output_pathstr'./'输出 Doc 文件的路径
output_namestrNone输出 Doc 文件的名称。默认原文件名

返回值

None

使用示例

from office.skills.word import docx2doc
docx2doc(input_path='./new.docx', output_path='./old/')

原始函数

office.api.word.docx2doc

Repository
CoderWanFeng/python-office
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.