将新版 Word 文档(.docx)转换为旧版(.doc)。当用户提到 docx 转 doc、新 Word 转旧 Word 时使用。
76
95%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
将 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_path | str | 是 | - | 输入 Docx 文件的路径 |
output_path | str | 否 | './' | 输出 Doc 文件的路径 |
output_name | str | 否 | None | 输出 Doc 文件的名称。默认原文件名 |
None
from office.skills.word import docx2doc
docx2doc(input_path='./new.docx', output_path='./old/')office.api.word.docx2doc
2b1996b
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.