Skip to main content

Enable Track Changes in Word in Make

Enable Track Changes in Word is a Make module by PDF4me that turns on change tracking inside a DOCX file automatically, before it reaches reviewers. Use it to prepare contracts, proposals, and reports for collaborative editing. The module takes a Word buffer and returns the same document with tracking already active.

Related Blog Posts
No blog post yet for this feature — coming soon.
In the meantime, browse the PDF4me blog for tutorials and workflows across every platform.
Visit the blog

Authenticating Your API Request

To access the PDF4me Web API through Make, every request must include proper authentication credentials. Authentication ensures secure communication and validates your identity as an authorized user, enabling seamless integration between your Make scenarios and PDF4me's Word document processing services.

Important Facts You Should Not Miss

Tracking applies only going forward
This module switches on Word's change-tracking flag. Edits made before the module ran are not retroactively marked as tracked; only edits made after this step get recorded.
Output is a DOCX buffer ready to distribute
The module returns Doc Data as a Make binary buffer. Map it straight into an email attachment, Google Drive Upload, or Dropbox Upload module without any conversion step.
Map the binary, not the file path
Document expects the raw file content from a prior download module Data field. Passing a URL or a text path returns an error, so always wire the binary output of the step that fetched the Word file.
PDF4me Enable Track Changes In Word module in Make showing Connection, File name mapped to File Name, and Document mapped to Data

Select your PDF4me connection, then map File Name and Document from the prior download step so the module receives the Word file as a binary buffer.

What is Enable Track Changes in Word in Make?

Enable Track Changes in Word is Make's PDF4me module for turning on Microsoft Word change tracking programmatically. It accepts a DOCX file as a binary buffer and returns the same document with tracking switched on. Unlike opening each file in Word and toggling the Review tab by hand, this module activates tracking in bulk inside an automated scenario before documents reach reviewers.

Parameters

ParameterRequiredWhat it doesExample
ConnectionRequiredPDF4me connection holding your API key. Create one from the Make Connections panel using your key from dev.pdf4me.com/dashboard.TestUser01
File NameRequiredWord document filename including the .docx extension. Map it from the prior module output or use a dynamic expression. Drives the output filename.draft_policy.docx
DocumentRequiredBinary Word file content as a Make buffer. Map from the Data field of a Google Drive, Dropbox, OneDrive, or HTTP download module.1. Data

Output

FieldTypeWhat it contains
NameStringOutput Word filename with the .docx extension, derived from the File Name input. Use it in the destination upload or email module.
Doc DataBufferBinary DOCX content with change tracking enabled. Map directly into a cloud-storage upload module or an email attachment for reviewers.

How does the Enable Track Changes module work in Make?

The module opens the Word file you map into it, sets the document track-changes flag to on, and streams the updated DOCX back on the Doc Data field. It changes the tracking state only, so existing text, tables, and formatting stay intact. Track Changes is a Microsoft Word review feature; the official behavior is documented in Microsoft's track changes in Word guide. For scenario building patterns, see the Make help center.

Typical Setups

Prepare contracts for legal review
  1. Watch a Dropbox or Google Drive folder for a new draft contract.
  2. Download the file so its binary lands on the Data field.
  3. Pass File Name and Document into Enable Track Changes In Word.
  4. Email the tracking-enabled DOCX to the legal review team.
Turn on tracking before committee distribution
  1. Trigger when a policy draft is marked ready for stakeholder review.
  2. Run Enable Track Changes In Word so every reviewer's edit is recorded.
  3. Upload the resulting DOCX to a shared SharePoint review folder.
  4. Notify the review committee that the file is ready for edits.
Batch-enable tracking for a folder of drafts
  1. List every .docx in a Dropbox folder with the List module.
  2. Iterate the list and download each file.
  3. Enable Track Changes In Word on each iteration.
  4. Write the tracking-enabled files to a separate Review folder.

Practical Tips

Only future edits get tracked
Turning tracking on does not retroactively mark edits made before this step. Run the module before the document reaches its first reviewer.
Map both File Name and Document
File Name drives the output filename and Document carries the binary. Map Document from the prior module Data field.
Keep the .docx extension
Include .docx in File Name so downstream upload and email modules recognize the format.
Formatting stays intact
Only the tracking flag changes. Text, tables, and styles are untouched, so the layout is preserved for reviewers.
Credits consume per document
Each run consumes PDF4me credits from your plan, so size a batch review run against your account before you build it.

Cheat Sheet

FieldValue
ModulePDF4me > Enable Track Changes In Word
ConnectionYour PDF4me connection (key from dev.pdf4me.com/dashboard)
File Namedraft_policy.docx
Document1. Data (binary from prior download)
OutputDoc Data (tracking-enabled DOCX buffer)

Common Questions

How do I turn on track changes in Word automatically?+
Add the PDF4me Enable Track Changes In Word module to a Make scenario, connect it to a trigger that supplies the Word file, map File Name and Document, then run the scenario. The module turns on change tracking and returns a DOCX with tracking already active. This is the fastest way to prepare many documents for review on a schedule.
How do you turn on track changes in Word for a whole document?+
In the Word desktop app you open the Review tab and toggle Track Changes on, which applies to the entire document going forward. In an automated Make scenario the PDF4me module does the same thing across every file that flows through it, so you do not have to open each document by hand.
Does turning on track changes mark edits that already exist?+
No. Enabling tracking only affects edits made after the module runs. Existing content is not retroactively marked as a tracked change, so run this step before the document reaches its first reviewer. Microsoft explains tracked-change behavior in its Track changes in Word article.
How many credits does Enable Track Changes use in Make?+
The module consumes PDF4me credits from your plan for each document processed. The PDF4me pricing page lists the current credit allocations for free and paid tiers, so you can estimate the cost of a high-volume review scenario before you build it.

Industry Use Cases & Applications

  • Contract Review: Enable tracking for legal contract reviews
  • Compliance Review: Track regulatory document changes
  • Agreement Editing: Monitor multi-party agreement edits
  • Legal Opinion: Track revisions in legal documents

Same Task on Other Platforms

Get Help