About Word DOCX Metadata Editor
Every Word document carries a hidden trail — author name pulled from your Microsoft 365 profile, company name from your Office install, lastModifiedBy showing whoever last touched the file, and a half-dozen extended properties about page count, edit time and the template path. For an internal memo this is fine; for a CV sent to a recruiter, a redlined contract going out to opposing counsel, or a blinded peer-review submission, it's a privacy leak. Word's own Document Inspector is the official answer, but it requires having Word installed and removes everything in one blunt sweep instead of letting you set, say, just the title and author.
This Word DOCX metadata editor handles both — view
every property in the file, edit any subset to a specific value, or
bulk-strip the extended properties before sharing. 15 core
fields (title, subject,
creator, keywords, description,
lastModifiedBy, revision, category,
contentStatus, language, version,
identifier, created, modified,
lastPrinted) and 12 extended fields
(Application, AppVersion, Company,
Manager, Template, TotalTime,
Pages, Words, …) are individually addressable.
Fields are whitelisted server-side so a hand-crafted JSON payload can't
inject arbitrary XML, and only docProps/core.xml and
docProps/app.xml are touched — the document body, styles,
comments and revisions stay byte-identical to the original.
Use it to anonymise a CV before applying, blind a manuscript for double-blind peer review, sanitise a Word template before publishing it, scrub a contract before circulation, or replace placeholder author data with the right name after a content-team handoff. Files up to 25 MB are processed in a stateless serverless function and deleted immediately after the response.