--- id: cloudmersive-convert-api-client version: "3.3.0" license: unclear license_treatment: unclear maintenance: dormant --- # cloudmersive-convert-api-client — convertapi License: unclear · Maintenance: dormant · Downloads: 155.2K/mo ## What it is and what it does This is an auto-generated Swagger client library for Cloudmersive's Document Conversion API. It wraps HTTP endpoints that handle file format conversions (DOCX to PDF, CSV to JSON, XLS to XML, etc.), document operations (comparison, thumbnail generation, info extraction), and data transformations (XPath/XQuery operations on XML, XSLT transforms). The package provides a thin object-oriented interface over REST calls, requiring you to configure an API key and instantiate API class instances to make requests. The library has no runtime dependencies and works by marshalling your local files or data to remote Cloudmersive servers. It is maintained as a generated artifact from the Swagger/OpenAPI specification, meaning updates depend on Cloudmersive's API evolution. With 977 days elapsed since the last release and a dormant maintenance status, the package is not actively developed, though it may still function if the underlying API remains stable. Use it for: - Convert uploaded DOCX files to PDF or image formats in a web application backend. - Transform CSV data to JSON or XML for data pipeline integration. - Compare two Word documents and retrieve a diff for document review workflows. - Extract metadata or convert documents to thumbnails for document management systems. - Query or transform XML documents using XPath or XQuery expressions in batch jobs. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. A Python client library for the Cloudmersive Document Conversion API, enabling programmatic file format conversion, document comparison, and data transformation operations. Yes, with conditions. The package is stable and has no known vulnerabilities, but install friction is high and maintenance is dormant (last release 977 days ago). Use it only if you are committed to the Cloudmersive API and can tolerate lack of updates; verify the license terms and Python version compatibility for your environment before committing. ## Install pip install cloudmersive-convert-api-client uv add cloudmersive-convert-api-client poetry add cloudmersive-convert-api-client ## Installing cloudmersive-convert-api-client Before you install: High install friction reported. Package is dormant (977 days since last release on 2023-12-11) with no runtime dependencies, but installation complexity and lack of recent maintenance may indicate stalled development. License in practice: License treatment is unclear—no SPDX identifier or raw license text provided. Verify the actual license terms before use in proprietary or copyleft-sensitive projects. Quickstart: pip install cloudmersive-convert-api-client import cloudmersive_convert_api_client from cloudmersive_convert_api_client.rest import ApiException configuration = cloudmersive_convert_api_client.Configuration() configuration.api_key['Apikey'] = 'YOUR_API_KEY' api_instance = cloudmersive_convert_api_client.CompareDocumentApi( cloudmersive_convert_api_client.ApiClient(configuration) ) result = api_instance.compare_document_docx(file1, file2) Requires a valid Cloudmersive API key and network access to https://api.cloudmersive.com; Python 2.7 and 3.4+ supported per documentation. Verify before relying: - Current Python version support (documentation lists 2.7 and 3.4+, but 2.7 is EOL and 3.4 is very old) - Whether the package is still actively maintained by Cloudmersive or has been superseded - Actual license terms and any restrictions on commercial use - Stability and API compatibility guarantees given the dormant maintenance status ## Package facts - License: not declared (unclear) - Python support: unspecified - Install friction: high - Maintenance: dormant - Downloads: 155.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags document format conversion api client, file type converter python, csv json xml conversion, docx pdf conversion library, document comparison tool, data format transformer, cloudmersive api client, api-client, document-conversion, data-transformation [View on SkillFed](https://skillfed.io/packages/cloudmersive-convert-api-client) · [View on PyPI](https://pypi.org/project/cloudmersive-convert-api-client/)