Name | groupdocs-comparison-net JSON |
Version |
24.7
JSON |
| download |
home_page | https://products.groupdocs.com/comparison |
Summary | GroupDocs.Comparison for Python via .NET is a powerful API to compare over 50 types of documents and images, including all Microsoft Office and OpenDocument file formats, PDF documents, raster images (TIFF, JPEG, GIF, PNG, BMP). Retrieve the list of changes in the desired format with a line-by-line comparison of content, paragraphs, characters, styles, shapes, and position. |
upload_time | 2024-07-17 10:19:40 |
maintainer | None |
docs_url | None |
author | GroupDocs |
requires_python | <3.12,>=3.5 |
license | Other/Proprietary License |
keywords |
comparison
compare
file
api
pdf
docx
xlsx
pptx
html
png
word
excel
powerpoint
visio
opendocument
photoshop
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# File Comparison Python API
[Product Page](https://products.groupdocs.com/comparison/python-net/) | [Docs](https://docs.groupdocs.com/comparison/python-net/) | [Demos](https://products.groupdocs.app/comparison/family) | [API Reference](https://references.groupdocs.com/comparison/) | [Blog](https://blog.groupdocs.com/category/comparison/) | [Search](https://search.groupdocs.com/) | [Free Support](https://forum.groupdocs.com/c/comparison) | [Temporary License](https://purchase.groupdocs.com/temporary-license)
[GroupDocs.Comparison for Python via .NET](https://products.groupdocs.com/comparison/python-net/) is a powerful API to compare over 50 types of documents and images, including all Microsoft Office and OpenDocument file formats, PDF documents, raster images (TIFF, JPEG, GIF, PNG, BMP). Retrieve the list of changes in the desired format with a line-by-line comparison of content, paragraphs, characters, styles, shapes, and position.
Without having to install any 3rd party component, you can use GroupDocs.Comparison to build different types applications. For example, GroupDocs, using its own APIs, developed a [free web application](https://products.groupdocs.app/comparison/pdf) that allows people to compare their PDF documents online.
>GroupDocs.Comparison for Python requires you to use python programming language. For Node.js, Java and .NET languages, we recommend you get [GroupDocs.Comparison for Node.js](https://products.groupdocs.com/comparison/nodejs-java/), [GroupDocs.Comparison for Java](https://products.groupdocs.com/comparison/java/) and [GroupDocs.Comparison for .NET](https://products.groupdocs.com/comparison/net/), respectively.
## Compare API Features
GroupDocs.Comparison for Python via .NET provides these popular features:
- Compare and detect differences among similar documents.
- Support for 55+ popular document formats from various categories.
- Visual separation of detected changes with the ability to accept or reject modifications.
- Generate document preview.
- Compare paragraph, word as well as characters.
- Identify content styling and formatting changes.
- Set metadata from the source, target files or keep it user-defined.
- Make the resultant document password protected.
- Load source document with extended options;
- Specify password for password-protected documents.
- Load specific part or pages of the document.
- Hide or show document comments.
## Supported Microsoft Office Formats
**Microsoft Word:** DOC, DOCM, DOCX, DOT, DOTM, DOTX
**Microsoft Excel:** XLS, XLT, XLSX, XLTM, XLSB, XLSM, XLSX
**Microsoft PowerPoint:** POT, POTX, PPS, PPSX, PPTX, PPT
**Microsoft OneNote:** ONE
**Microsoft Visio:** VSDX, VSD, VSS, VST, VDX
## Other Supported Formats
**OpenDocument:** ODT, ODP, OTP, ODS, OTT
**Portable:** PDF
**AutoCAD:** DWG, DXF
**Email:** EML, EMLX, MSG
**Images:** BMP, GIF, JPG, JPEG, PNG, DICOM
**Web:** HTM, HTML, MHT, MHTML
**Text:** TXT, CSV
**eBook:** MOBI, DJVU
## Platform Independence
GroupDocs.Comparison for Python via .NET can be used to develop 32-bit and 64-bit applications for different operating systems (such as Windows, Linux and macOS) where Python 3.5 or later is installed.
## Get Started
Ready to try GroupDocs.Comparison for Python via .NET?
Fetch the package and install **GroupDocs.Comparison**. Run this command: `pip install groupdocs-comparison-net`
If you already have **GroupDocs.Comparison** installed and want to get the latest version,
you have to run `pip install --upgrade groupdocs-comparison-net` instead.
Check out GroupDocs.Comparison for Python for .NET [documentation](http://docs.groupdocs.com/comparison/python-net/).
## Compare Microsoft Word Documents using Python
```py
import groupdocs.comparison as gc
with gc.Comparer("source_sample.docx") as comparer:
comparer.add("target_sample.docx")
comparer.compare("result.docx")
```
[Product Page](https://products.groupdocs.com/comparison/python-net/) | [Docs](https://docs.groupdocs.com/comparison/python-net/) | [Demos](https://products.groupdocs.app/comparison/family) | [API Reference](https://references.groupdocs.com/comparison/) | [Blog](https://blog.groupdocs.com/category/comparison/) | [Search](https://search.groupdocs.com/) | [Free Support](https://forum.groupdocs.com/c/comparison) | [Temporary License](https://purchase.groupdocs.com/temporary-license)
Raw data
{
"_id": null,
"home_page": "https://products.groupdocs.com/comparison",
"name": "groupdocs-comparison-net",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.12,>=3.5",
"maintainer_email": null,
"keywords": "comparison, compare, file, api, pdf, docx, xlsx, pptx, html, png, word, excel, powerpoint, visio, opendocument, photoshop",
"author": "GroupDocs",
"author_email": null,
"download_url": null,
"platform": "win32",
"description": "# File Comparison Python API\r\n\r\n[Product Page](https://products.groupdocs.com/comparison/python-net/) | [Docs](https://docs.groupdocs.com/comparison/python-net/) | [Demos](https://products.groupdocs.app/comparison/family) | [API Reference](https://references.groupdocs.com/comparison/) | [Blog](https://blog.groupdocs.com/category/comparison/) | [Search](https://search.groupdocs.com/) | [Free Support](https://forum.groupdocs.com/c/comparison) | [Temporary License](https://purchase.groupdocs.com/temporary-license)\r\n\r\n[GroupDocs.Comparison for Python via .NET](https://products.groupdocs.com/comparison/python-net/) is a powerful API to compare over 50 types of documents and images, including all Microsoft Office and OpenDocument file formats, PDF documents, raster images (TIFF, JPEG, GIF, PNG, BMP). Retrieve the list of changes in the desired format with a line-by-line comparison of content, paragraphs, characters, styles, shapes, and position.\r\n\r\nWithout having to install any 3rd party component, you can use GroupDocs.Comparison to build different types applications. For example, GroupDocs, using its own APIs, developed a [free web application](https://products.groupdocs.app/comparison/pdf) that allows people to compare their PDF documents online.\r\n\r\n>GroupDocs.Comparison for Python requires you to use python programming language. For Node.js, Java and .NET languages, we recommend you get [GroupDocs.Comparison for Node.js](https://products.groupdocs.com/comparison/nodejs-java/), [GroupDocs.Comparison for Java](https://products.groupdocs.com/comparison/java/) and [GroupDocs.Comparison for .NET](https://products.groupdocs.com/comparison/net/), respectively.\r\n\r\n## Compare API Features\r\n\r\nGroupDocs.Comparison for Python via .NET provides these popular features:\r\n- Compare and detect differences among similar documents.\r\n- Support for 55+ popular document formats from various categories.\r\n- Visual separation of detected changes with the ability to accept or reject modifications.\r\n- Generate document preview.\r\n- Compare paragraph, word as well as characters.\r\n- Identify content styling and formatting changes.\r\n- Set metadata from the source, target files or keep it user-defined.\r\n- Make the resultant document password protected.\r\n- Load source document with extended options;\r\n - Specify password for password-protected documents.\r\n - Load specific part or pages of the document.\r\n - Hide or show document comments.\r\n\r\n\r\n## Supported Microsoft Office Formats\r\n\r\n**Microsoft Word:** DOC, DOCM, DOCX, DOT, DOTM, DOTX\r\n**Microsoft Excel:** XLS, XLT, XLSX, XLTM, XLSB, XLSM, XLSX\r\n**Microsoft PowerPoint:** POT, POTX, PPS, PPSX, PPTX, PPT\r\n**Microsoft OneNote:** ONE\r\n**Microsoft Visio:** VSDX, VSD, VSS, VST, VDX\r\n\r\n## Other Supported Formats\r\n\r\n**OpenDocument:** ODT, ODP, OTP, ODS, OTT\r\n**Portable:** PDF\r\n**AutoCAD:** DWG, DXF\r\n**Email:** EML, EMLX, MSG\r\n**Images:** BMP, GIF, JPG, JPEG, PNG, DICOM\r\n**Web:** HTM, HTML, MHT, MHTML\r\n**Text:** TXT, CSV\r\n**eBook:** MOBI, DJVU\r\n\r\n## Platform Independence\r\n\r\nGroupDocs.Comparison for Python via .NET can be used to develop 32-bit and 64-bit applications for different operating systems (such as Windows, Linux and macOS) where Python 3.5 or later is installed. \r\n\r\n## Get Started\r\n\r\nReady to try GroupDocs.Comparison for Python via .NET?\r\n\r\nFetch the package and install **GroupDocs.Comparison**. Run this command: `pip install groupdocs-comparison-net`\r\n\r\nIf you already have **GroupDocs.Comparison** installed and want to get the latest version, \r\nyou have to run `pip install --upgrade groupdocs-comparison-net` instead. \r\n\r\nCheck out GroupDocs.Comparison for Python for .NET [documentation](http://docs.groupdocs.com/comparison/python-net/). \r\n\r\n## Compare Microsoft Word Documents using Python\r\n\r\n```py\r\nimport groupdocs.comparison as gc\r\n\r\nwith gc.Comparer(\"source_sample.docx\") as comparer:\r\n comparer.add(\"target_sample.docx\")\r\n comparer.compare(\"result.docx\")\r\n```\r\n\r\n[Product Page](https://products.groupdocs.com/comparison/python-net/) | [Docs](https://docs.groupdocs.com/comparison/python-net/) | [Demos](https://products.groupdocs.app/comparison/family) | [API Reference](https://references.groupdocs.com/comparison/) | [Blog](https://blog.groupdocs.com/category/comparison/) | [Search](https://search.groupdocs.com/) | [Free Support](https://forum.groupdocs.com/c/comparison) | [Temporary License](https://purchase.groupdocs.com/temporary-license)\r\n\r\n",
"bugtrack_url": null,
"license": "Other/Proprietary License",
"summary": "GroupDocs.Comparison for Python via .NET is a powerful API to compare over 50 types of documents and images, including all Microsoft Office and OpenDocument file formats, PDF documents, raster images (TIFF, JPEG, GIF, PNG, BMP). Retrieve the list of changes in the desired format with a line-by-line comparison of content, paragraphs, characters, styles, shapes, and position.",
"version": "24.7",
"project_urls": {
"Homepage": "https://products.groupdocs.com/comparison"
},
"split_keywords": [
"comparison",
" compare",
" file",
" api",
" pdf",
" docx",
" xlsx",
" pptx",
" html",
" png",
" word",
" excel",
" powerpoint",
" visio",
" opendocument",
" photoshop"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "54b922c0187163800a0bb6469e120b70471d33a0f01e9404841c0034eeb06861",
"md5": "c014d4aa0337fa31168727600accc9e8",
"sha256": "49039c1db8d43c3dea354dab25c15180ddb87da4b27573e60988f4b034ba4163"
},
"downloads": -1,
"filename": "groupdocs_comparison_net-24.7-py3-none-win32.whl",
"has_sig": false,
"md5_digest": "c014d4aa0337fa31168727600accc9e8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.12,>=3.5",
"size": 85345455,
"upload_time": "2024-07-17T10:19:40",
"upload_time_iso_8601": "2024-07-17T10:19:40.370580Z",
"url": "https://files.pythonhosted.org/packages/54/b9/22c0187163800a0bb6469e120b70471d33a0f01e9404841c0034eeb06861/groupdocs_comparison_net-24.7-py3-none-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1aac09e267399ecc8ceccc873ad642048aff1a7d87f0198f49c1cd0d76f49263",
"md5": "40ef73832b1370c81cc2f7bdbe3a75bd",
"sha256": "cc751bff14fc4e0653f3d9dba6c58cf829aeca0963fc773c0b6e1ed0dae48235"
},
"downloads": -1,
"filename": "groupdocs_comparison_net-24.7-py3-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "40ef73832b1370c81cc2f7bdbe3a75bd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.12,>=3.5",
"size": 90396946,
"upload_time": "2024-07-17T10:19:48",
"upload_time_iso_8601": "2024-07-17T10:19:48.173103Z",
"url": "https://files.pythonhosted.org/packages/1a/ac/09e267399ecc8ceccc873ad642048aff1a7d87f0198f49c1cd0d76f49263/groupdocs_comparison_net-24.7-py3-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-17 10:19:40",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "groupdocs-comparison-net"
}