禁用跟踪更改 Word 在 n8n
禁用跟踪更改 Word 是一个 PDF4me 节点操作 n8n 这会关闭修订记录功能。 Word 文档。使用此功能可自动结束审阅周期,停止将后续编辑记录为跟踪更改,或规范化所有文档的设置。 .docx 这是来自外部贡献者的信息。
此节点的功能
PDF4me禁用跟踪更改 Word 需要 .docx 来自二进制数据, Base64 String或者 URL 并关闭跟踪更改设置后返回,因此后续编辑将不再被记录为修订版本。它是以下功能的直接对应物: 启用跟踪更改 Word因为它作为工作流程步骤运行,所以该设置会一致地应用于每个经过的文档,而不是依赖于有人记住工具栏切换。
相关博客文章
目前尚无关于此功能的博客文章——敬请期待。
在此期间,您可以浏览 PDF4me 博客,查看适用于各平台的教程和工作流程。
访问博客 →
验证您的身份 API 要求
每一个 PDF4me 节点 n8n 需要有效 用于连接的凭证创建或选择一个可以容纳您的 PDF4me API 关键在于确保工作流程能够安全地验证文档请求。
您不容错过的重要事实
这样就关闭了该设置。
它与“启用跟踪更改”功能相对应,而不是“接受所有修订”按钮。选中一个文件 Word 如果您希望解析现有的标记。
Async 默认开启
启用此功能后,较大的文档将在后台处理,而不是保持请求打开状态。
保留 .docx 扩展名
该节点适用于 Office Open XML Word 文件并返回匹配的 wordprocessingml MIME 类型。

PDF4me 禁用跟踪更改 Word 参数面板 n8n
三种轨道切换操作的比较
PDF4me 跟踪更改功能将更改显示为三个操作。选择错误的操作是完成此任务时最常见的错误。
| 行动 | 它的作用 | 使用它 |
|---|---|---|
| Disable Tracking Changes In Word | Switches revision recording off | A review is finished and further edits should not be logged |
| Enable Tracking Changes In Word | Switches revision recording on | You are sending a document out for review and want edits captured |
| Get Tracking Changes In Word | Reads the revision information out | A workflow needs to inspect or report on what was changed |
哪些参数会禁用跟踪更改 Word 需要?
必需的: 操作、输入数据类型、与该输入类型匹配的字段和输出文件名。 Async“二进制数据输出名称”和“自定义配置文件”都具有可用的默认值。
| 范围 | 必需的 | 它的作用 | 例子 |
|---|---|---|---|
| Action | Required | Selects the PDF4me node action to run. Choose Disable Tracking Changes In Word. | Disable Tracking Changes In Word |
| Input Data Type | Required | Format of the source Word input. Choose Binary Data (from a previous node), Base64 String, or URL. | Binary Data |
| Input Binary Field | Conditional | Name of the binary property on the incoming n8n item that holds the .docx. Required when Input Data Type is Binary Data. Defaults to data. | data |
| Base64 Document Content | Conditional | Base64-encoded content of the source Word document. Required when Input Data Type is Base64 String. | UEsDBBQABgAI... |
| File URL | Conditional | Publicly reachable HTTPS URL to the source Word document. Required when Input Data Type is URL. | https://example.com/contract.docx |
| Output File Name | Required | Filename for the Word document returned by the node. Include the .docx extension. | tracking_disabled_output.docx |
| Async | Optional | Toggle, enabled by default. Processes larger documents in the background instead of holding the request open, which reduces timeout risk. | enabled |
| Binary Data Output Name | Optional | Name of the binary property the output item exposes. Defaults to data. | data |
| Custom Profiles | Optional | Advanced Options field for extra processing settings, supplied in a JSON-like format. Leave blank unless you have a specific profile to apply. | { "preserveMetadata": true } |
输出字段
一次成功的运行返回一个 n8n 携带物品 Word 文档跟踪功能已关闭。
| 场地 | 类型 | 它包含什么 |
|---|---|---|
Binary (data) | Binary | The returned Word document, under Binary Data Output Name (default data). |
fileName | String | Generated filename, matching Output File Name. |
docName | String | Name of the processed document, for reference and tracking. |
mimeType | String | MIME type of the output, the wordprocessingml.document type used by .docx files. |
fileSize | Number | Size of the returned document in bytes. |
trackingDisabled | Boolean | Confirms the track changes setting was switched off. A useful assertion before distributing the file. |
success | Boolean | True when the operation completed, false on failure. Use it to branch error handling. |
message | String | Human-readable status message, carrying success confirmation or error detail. |
如何设置禁用跟踪更改? Word 在 n8n?
- 添加 PDF4me 致你 n8n 工作流程并选择 禁用跟踪更改 Word 行动。
- 在 用于连接的凭证请选择您的 PDF4me 凭证或点击 创建新凭证 并粘贴你的 API 钥匙。
- 放 输入数据类型 到 二进制数据 (默认), Base64 String, 或者 URL 并提供匹配的来源 Word 场地。
- 放 输出文件名以……结尾
.docx。 - 离开 Async 除非下游步骤需要同步响应,否则启用此功能。
- 离开 二进制数据输出名称 作为
data除非后面的节点期望不同的属性。 - 执行该节点并将返回的文档路由到下一步,例如转换、存储或分发。
典型配置
工作流程示例Common n8n workflow patterns using Disable Tracking Changes In Word.
结束审查周期
- 审阅者通过电子邮件返回修改后的合同。
- 获取跟踪更改会记录审计记录中发生的更改。
- 禁用跟踪更改功能会在文件继续播放之前关闭录制。
对外部贡献者的文件进行规范化
- 文件来自多个机构,但设置不一致。
- 禁用跟踪更改会将相同的设置应用于每个更改。
- 房屋模板流程从一个可预测的起点开始。
准备一份待发布的文件
- 已完成的文档已加入分发队列。
- 禁用跟踪更改功能将阻止后续编辑被记录为修订版本。
- 文件已转换为 PDF 并已出版。
切换跟踪评论
- 启用跟踪更改功能会在文档发出征求意见之前运行。
- 审校人员会记录下每一次修改并进行编辑。
- 关闭审阅窗口时会运行“禁用跟踪更改”命令。
实用技巧
Know which of the three actions you want
Disable turns recording off, Enable turns it on, and Get reads the revisions. Most mistakes on this task are picking the wrong one of the three.
Capture the revisions before you disable
Running Get Tracking Changes first preserves an audit record of what a reviewer altered, which is gone from view once the review closes.
Leave Async enabled for long documents
Background processing avoids holding the request open on large files, which is where timeouts show up.
Verify one file in Word before rolling out
Open a representative output and confirm it matches what you expect, especially if the documents still carry unresolved markup.
Branch on the success field
Test the returned success boolean so a failed run raises an alert instead of quietly forwarding an unmodified document.
Keep the extension consistent
Give Output File Name a .docx extension so downstream nodes and the recipient handle the file as a Word document.
速查表
| 场地 | 价值 |
|---|---|
| Action | Disable Tracking Changes In Word |
| Input Data Type | Binary Data |
| Input Binary Field | data |
| Output File Name | tracking_disabled_output.docx |
| Async | enabled |
| Binary Data Output Name | data |
| Credentials | PDF4me API credential |
常见问题
相关操作
启用跟踪更改 Word
反向操作,即在复习之前重新开启复习记录功能。
启用跟踪更改 Word
在结束审核之前,请将修订内容宣读出来,以便存档。
比较 Word 文件
在未启用跟踪更改的情况下,直接比较两个版本之间的差异。
安全的 Word 文档
在分发最终文件之前,请务必妥善保管。
在其他平台上执行相同任务
禁用跟踪更改 Make
与以下行为相同的操作 Make 模块,连接到 Make 场景。
禁用跟踪更改 Zapier
可通过数千个 SaaS 应用和 Webhook 中的任何一个触发更改。
禁用跟踪更改 Power Automate
Microsoft 365 与……流动 SharePoint, OutlookTeams 和 Dataverse 集成。
关闭跟踪更改 REST API
原始 PDF4me 用于自定义后端代码或 Postman 测试的端点。