DOCX Compare API
Compare Word documents for differences in content and formatting
DOCX Compare features
The DOCX Compare API allows for comparing two Word document versions to identify differences using revision marks.
It offers various customization options including the ability to specify comparison granularity at the word or character level, whether to compare formatting, case changes, whitespace, tables, headers and footers, footnotes and endnotes, textboxes, fields, comments, document moves, and whether to accept revisions before comparison.
This is useful for efficiently managing document revisions in collaborative environments such as legal, academic, and corporate settings.
API Endpoint
ConvertAPI offers a cloud-based solution, which makes DOCX Compare conversion effortless with just a single REST-API call:
Authenticate your API call
Converting docx to compare via REST-API is now easier than ever. Sign up for a free account to obtain your authentication secret, append it as a query string parameter to the conversion URL, and voilĂ ! You can find advanced authentication techniques in our docs.
DOCX Compare using REST-API in no time!
Once you have your authentication in place, you can convert your files using application/json
, multipart/form-data
and application/octet-stream
content types.
A simple HTTP POST request using JSON would look like this:
Conversion request using cURL
You can easily convert docx to compare with a simple cURL request. Our documentation provides more advanced cURL request techniques.
File conversion using CLI
ConvertAPI CLI allows you to convert files using our command-line file conversion utility tool. Check out CLI documentation for a detailed explanation and usage examples.
Try the conversion online - no coding required!
You can try out advanced conversion parameters and test the conversion result online using our interactive demo tool. This tool will produce the same conversion output as if you were using the library from your solution, and it will auto-generate the code snippet for you!
Try for FREE!Conversion parameters
Sets the password to open protected documents.
The property defines the granularity of comparisons between documents or text segments. It determines the precision of the comparison process, allowing users to specify whether differences are identified based on larger text blocks, such as words or sentences, or at a more detailed level, such as characters or formatting.
Values: Word Character
Determines whether to indicate variations in formatting between the two documents.
Determines whether to highlight discrepancies in capitalization between the two documents.
Determines whether to identify dissimilarities in whitespace, such as gaps or paragraphs, between the two documents.
Determines whether to evaluate variations in the information presented within tables between the two documents.
Determines whether to contrast divergences in headers and footers between the two documents.
Determines whether to compare differences in footnotes and endnotes between the two documents.
Determines whether to assess differences in the information presented within text boxes between the two documents.
Determines whether to detect disparities in fields between the two documents.
Determines whether to evaluate distinctions in comments between the two documents.
Indicates the name of the individual to credit for modifications when comparing the two documents.
Specifies whether to accept revisions before document comparison.
Author name who made revision.