Add your files
Drop one DOCM or two hundred. Batch conversion is not a paid feature here.
A macro-enabled Word file has to pass a mail gateway or an upload validator that blocks anything containing VBA.
The document content is rewritten into the macro-free DOCX format. The text, styles, tables and images stay; the vbaProject binary part is dropped, because DOCX is defined as not containing one.
If the document depended on its macros, converting silently breaks it. Buttons stay on the page and do nothing, and form logic that validated input simply stops running. Test the converted file rather than assuming only the risk was removed.
It removes the VBA project, which is the usual payload. It is not a substitute for not opening files from people you do not know.
Not from the DOCX. Keep the original if the automation matters.
Drop one DOCM or two hundred. Batch conversion is not a paid feature here.
Word Document is lossless, so nothing is thrown away in the conversion.
Converted and deleted the moment it finishes. Never written to permanent storage.