Passa al contenuto principale

Disabilita il monitoraggio delle modifiche in Word In n8n

Disabilita il monitoraggio delle modifiche in Word è un PDF4me azione del nodo in n8n che disattiva la registrazione delle revisioni su un Word documento. Usalo per chiudere automaticamente un ciclo di revisione, impedire che ulteriori modifiche vengano registrate come modifiche tracciate o normalizzare l'impostazione su ogni .docx che proviene da un collaboratore esterno.

Cosa fa questo nodo

PDF4me: Disabilita il monitoraggio delle modifiche in Word prende un .docx da Binary Data, un Base64 String, o un URL e lo restituisce con l'impostazione delle modifiche disattivata, in modo che le modifiche successive non vengano più registrate come revisioni. È la controparte diretta di Abilita il monitoraggio delle modifiche in WordPoiché viene eseguito come passaggio del flusso di lavoro, l'impostazione viene applicata in modo coerente a ogni documento che lo attraversa, anziché dipendere dal fatto che qualcuno si ricordi di attivare o disattivare l'opzione nella barra degli strumenti.

Articoli correlati del blog
Non ci sono ancora post sul blog dedicati a questa funzionalità — in arrivo a breve.
Nel frattempo, dai un'occhiata al blog di PDF4me per trovare tutorial e procedure operative su tutte le piattaforme.
Visita il blog

Autenticazione del tuo API Richiesta

Ogni PDF4me nodo in n8n richiede un valido Credenziali per connettersi con. Crea o selezionane uno che contenga il tuo PDF4me API chiave affinché il flusso di lavoro possa autenticare in modo sicuro le richieste di documenti.

Informazioni importanti da non perdere

Questo disattiva l'impostazione
È la controparte di Abilita il monitoraggio delle modifiche, non un pulsante per accettare tutte le revisioni. Seleziona un file in Word se ti aspetti che il markup esistente venga risolto.
Async è attivo per impostazione predefinita
L'opzione "attiva" consente di elaborare i documenti di grandi dimensioni in background anziché mantenere la richiesta aperta.
Mantieni l'estensione .docx
Il nodo funziona su Office Open XML Word file e restituisce il wordprocessingml corrispondente MIME tipo.
Il nodo PDF4me in n8n è impostato su Azione Disabilita rilevamento modifiche in Word, Tipo di dati di input Dati binari, Campo binario di input dati, Nome file di output tracking_disabled_output.docx, l'interruttore Asincrono abilitato e Nome output dati binari dati

PDF4me Disabilita il monitoraggio delle modifiche in Word pannello dei parametri in n8n

Confronto tra le tre azioni di cambio binario

PDF4me Questa operazione visualizza le modifiche al tracciato come una famiglia di tre azioni. Scegliere quella sbagliata è l'errore più comune in questa operazione.

AzioneCosa faUsalo quando
Disable Tracking Changes In WordSwitches revision recording offA review is finished and further edits should not be logged
Enable Tracking Changes In WordSwitches revision recording onYou are sending a document out for review and want edits captured
Get Tracking Changes In WordReads the revision information outA workflow needs to inspect or report on what was changed

Quali parametri disabilita il monitoraggio delle modifiche in Word Bisogno?

Necessario: Azione, tipo di dati di input, il campo corrispondente a tale tipo di input e nome del file di output. Async, Nome di output dati binari e profili personalizzati hanno impostazioni predefinite funzionanti.

ParametroNecessarioCosa faEsempio
ActionRequiredSelects the PDF4me node action to run. Choose Disable Tracking Changes In Word.Disable Tracking Changes In Word
Input Data TypeRequiredFormat of the source Word input. Choose Binary Data (from a previous node), Base64 String, or URL.Binary Data
Input Binary FieldConditionalName 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 ContentConditionalBase64-encoded content of the source Word document. Required when Input Data Type is Base64 String.UEsDBBQABgAI...
File URLConditionalPublicly reachable HTTPS URL to the source Word document. Required when Input Data Type is URL.https://example.com/contract.docx
Output File NameRequiredFilename for the Word document returned by the node. Include the .docx extension.tracking_disabled_output.docx
AsyncOptionalToggle, enabled by default. Processes larger documents in the background instead of holding the request open, which reduces timeout risk.enabled
Binary Data Output NameOptionalName of the binary property the output item exposes. Defaults to data.data
Custom ProfilesOptionalAdvanced Options field for extra processing settings, supplied in a JSON-like format. Leave blank unless you have a specific profile to apply.{ "preserveMetadata": true }

Campi di output

Una corsa di successo restituisce uno n8n oggetto che trasporta il Word documento con tracciamento disattivato.

CampoTipoCosa contiene
Binary (data)BinaryThe returned Word document, under Binary Data Output Name (default data).
fileNameStringGenerated filename, matching Output File Name.
docNameStringName of the processed document, for reference and tracking.
mimeTypeStringMIME type of the output, the wordprocessingml.document type used by .docx files.
fileSizeNumberSize of the returned document in bytes.
trackingDisabledBooleanConfirms the track changes setting was switched off. A useful assertion before distributing the file.
successBooleanTrue when the operation completed, false on failure. Use it to branch error handling.
messageStringHuman-readable status message, carrying success confirmation or error detail.

Come impostare Disabilita il monitoraggio delle modifiche in Word In n8n?

  1. Aggiungere PDF4me al tuo n8n flusso di lavoro e scegliere il Disabilita il monitoraggio delle modifiche in Word azione.
  2. In Credenziali per connettersi con, seleziona il tuo PDF4me credenziali o clicca Crea nuove credenziali e incolla il tuo API chiave.
  3. Impostato Tipo di dati di input A Dati binari (predefinito), Base64 String, O URL e fornire la fonte corrispondente Word campo.
  4. Impostato Nome del file di output, terminando in .docx.
  5. Partire Async abilitato a meno che una fase successiva non richieda la risposta sincrona.
  6. Partire Nome dell'output dei dati binari COME data a meno che un nodo successivo non si aspetti una proprietà diversa.
  7. Esegui il nodo e instrada il documento restituito alla fase successiva, come la conversione, l'archiviazione o la distribuzione.

Configurazioni tipiche

Esempi di flusso di lavoroCommon n8n workflow patterns using Disable Tracking Changes In Word.
Chiudere un ciclo di revisione
  1. Il revisore restituisce il contratto modificato via e-mail.
  2. La funzione "Ottieni monitoraggio modifiche" registra le modifiche apportate al record di controllo.
  3. L'opzione "Disabilita rilevamento modifiche" disattiva la registrazione prima che il file venga elaborato.
Normalizzare i file provenienti da collaboratori esterni
  1. I documenti provengono da diverse agenzie con impostazioni incoerenti.
  2. L'opzione "Disabilita il monitoraggio delle modifiche" applica la stessa impostazione a ciascuna di esse.
  3. Il processo di costruzione del modello di casa parte da un punto di partenza prevedibile.
Preparare un documento per la pubblicazione
  1. Il documento completato viene messo in coda per la distribuzione.
  2. Disabilitando il rilevamento delle modifiche si impedisce che ulteriori modifiche vengano registrate come revisioni.
  3. Il file viene convertito in PDF e pubblicato.
Attiva/disattiva il tracciamento durante una recensione
  1. L'opzione "Abilita il monitoraggio delle modifiche" viene eseguita prima che il documento venga inviato per la consultazione.
  2. I revisori apportano le modifiche necessarie a ogni cambiamento rilevato.
  3. La funzione "Disabilita il monitoraggio delle modifiche" viene eseguita alla chiusura della finestra di revisione.

Consigli pratici

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.

Foglio riassuntivo

CampoValore
ActionDisable Tracking Changes In Word
Input Data TypeBinary Data
Input Binary Fielddata
Output File Nametracking_disabled_output.docx
Asyncenabled
Binary Data Output Namedata
CredentialsPDF4me API credential

Domande frequenti

Does this accept the existing tracked changes or just stop new ones being recorded?+
The action switches off the track changes setting on the document, which stops further edits being recorded as revisions. It is the counterpart to Enable Tracking Changes In Word rather than an accept-all-revisions operation. If your documents may still carry unresolved markup, run one representative file through and open the result in Word to confirm it looks the way you expect before rolling the workflow out.
What is the difference between this and the Get Tracking Changes action?+
Get Tracking Changes In Word reads the revision information out of a document so a workflow can inspect or report on it. Disable Tracking Changes In Word changes the document setting so revisions stop being recorded. A review workflow often uses Get first to capture what changed, then Disable once the review is closed.
Should I leave the Async toggle on?+
Yes in most cases. Async is enabled by default and lets larger documents process in the background instead of holding the request open, which reduces the chance of a timeout on big files. Turn it off only if a downstream step genuinely requires the synchronous response shape.
Why automate this instead of clicking Track Changes off in Word?+
Clicking the button is fine for one document you already have open. Automation matters when documents arrive continuously, for example every contract returned by a reviewer or every file dropped into a publishing folder. In an n8n workflow that becomes a single step nobody has to remember.
What file format does this node expect?+
It works on Word documents in the Office Open XML .docx format, and the returned file carries the matching wordprocessingml MIME type. Give Output File Name a .docx extension so downstream steps and the recipient install recognise the result correctly.

Azioni correlate

Stessa attività su altre piattaforme

Richiedi assistenza