{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "# cloudmersive_convert_api_client\nConvert API lets you effortlessly convert file formats and types.\n\nThis Python package provides a native API client for [Cloudmersive Document Conversion](https://www.cloudmersive.com/convert-api)\n\n- API version: v1\n- Package version: 3.2.5\n- Build package: io.swagger.codegen.languages.PythonClientCodegen\n\n## Requirements.\n\nPython 2.7 and 3.4+\n\n## Installation & Usage\n### pip install\n\nIf the python package is hosted on Github, you can install directly from Github\n\n```sh\npip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git\n```\n(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)\n\nThen import the package:\n```python\nimport cloudmersive_convert_api_client \n```\n\n### Setuptools\n\nInstall via [Setuptools](http://pypi.python.org/pypi/setuptools).\n\n```sh\npython setup.py install --user\n```\n(or `sudo python setup.py install` to install the package for all users)\n\nThen import the package:\n```python\nimport cloudmersive_convert_api_client\n```\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```python\nfrom __future__ import print_function\nimport time\nimport cloudmersive_convert_api_client\nfrom cloudmersive_convert_api_client.rest import ApiException\nfrom pprint import pprint\n\n# Configure API key authorization: Apikey\nconfiguration = cloudmersive_convert_api_client.Configuration()\nconfiguration.api_key['Apikey'] = 'YOUR_API_KEY'\n# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed\n# configuration.api_key_prefix['Apikey'] = 'Bearer'\n\n# create an instance of the API class\napi_instance = cloudmersive_convert_api_client.CompareDocumentApi(cloudmersive_convert_api_client.ApiClient(configuration))\ninput_file1 = '/path/to/file.txt' # file | First input file to perform the operation on.\ninput_file2 = '/path/to/file.txt' # file | Second input file to perform the operation on (more than 2 can be supplied).\n\ntry:\n # Compare Two Word DOCX\n api_response = api_instance.compare_document_docx(input_file1, input_file2)\n pprint(api_response)\nexcept ApiException as e:\n print(\"Exception when calling CompareDocumentApi->compare_document_docx: %s\\n\" % e)\n\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://api.cloudmersive.com*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*CompareDocumentApi* | [**compare_document_docx**](docs/CompareDocumentApi.md#compare_document_docx) | **POST** /convert/compare/docx | Compare Two Word DOCX\n*ConvertDataApi* | [**convert_data_csv_to_json**](docs/ConvertDataApi.md#convert_data_csv_to_json) | **POST** /convert/csv/to/json | Convert CSV to JSON conversion\n*ConvertDataApi* | [**convert_data_csv_to_xml**](docs/ConvertDataApi.md#convert_data_csv_to_xml) | **POST** /convert/csv/to/xml | Convert CSV to XML conversion\n*ConvertDataApi* | [**convert_data_json_string_to_xml**](docs/ConvertDataApi.md#convert_data_json_string_to_xml) | **POST** /convert/json-string/to/xml | Convert JSON String to XML conversion\n*ConvertDataApi* | [**convert_data_json_to_xml**](docs/ConvertDataApi.md#convert_data_json_to_xml) | **POST** /convert/json/to/xml | Convert JSON Object to XML conversion\n*ConvertDataApi* | [**convert_data_xls_to_json**](docs/ConvertDataApi.md#convert_data_xls_to_json) | **POST** /convert/xls/to/json | Convert Excel (97-2003) XLS to JSON conversion\n*ConvertDataApi* | [**convert_data_xlsx_to_json**](docs/ConvertDataApi.md#convert_data_xlsx_to_json) | **POST** /convert/xlsx/to/json | Convert Excel XLSX to JSON conversion\n*ConvertDataApi* | [**convert_data_xlsx_to_xml**](docs/ConvertDataApi.md#convert_data_xlsx_to_xml) | **POST** /convert/xlsx/to/xml | Convert Excel XLSX to XML conversion\n*ConvertDataApi* | [**convert_data_xml_edit_add_attribute_with_x_path**](docs/ConvertDataApi.md#convert_data_xml_edit_add_attribute_with_x_path) | **POST** /convert/xml/edit/xpath/add-attribute | Adds an attribute to all XML nodes matching XPath expression\n*ConvertDataApi* | [**convert_data_xml_edit_add_child_with_x_path**](docs/ConvertDataApi.md#convert_data_xml_edit_add_child_with_x_path) | **POST** /convert/xml/edit/xpath/add-child | Adds an XML node as a child to XML nodes matching XPath expression\n*ConvertDataApi* | [**convert_data_xml_edit_remove_all_child_nodes_with_x_path**](docs/ConvertDataApi.md#convert_data_xml_edit_remove_all_child_nodes_with_x_path) | **POST** /convert/xml/edit/xpath/remove-all-children | Removes, deletes all children of nodes matching XPath expression, but does not remove the nodes\n*ConvertDataApi* | [**convert_data_xml_edit_replace_with_x_path**](docs/ConvertDataApi.md#convert_data_xml_edit_replace_with_x_path) | **POST** /convert/xml/edit/xpath/replace | Replaces XML nodes matching XPath expression with new node\n*ConvertDataApi* | [**convert_data_xml_edit_set_value_with_x_path**](docs/ConvertDataApi.md#convert_data_xml_edit_set_value_with_x_path) | **POST** /convert/xml/edit/xpath/set-value | Sets the value contents of XML nodes matching XPath expression\n*ConvertDataApi* | [**convert_data_xml_filter_with_x_path**](docs/ConvertDataApi.md#convert_data_xml_filter_with_x_path) | **POST** /convert/xml/select/xpath | Filter, select XML nodes using XPath expression, get results\n*ConvertDataApi* | [**convert_data_xml_query_with_x_query**](docs/ConvertDataApi.md#convert_data_xml_query_with_x_query) | **POST** /convert/xml/query/xquery | Query an XML file using XQuery query, get results\n*ConvertDataApi* | [**convert_data_xml_query_with_x_query_multi**](docs/ConvertDataApi.md#convert_data_xml_query_with_x_query_multi) | **POST** /convert/xml/query/xquery/multi | Query multiple XML files using XQuery query, get results\n*ConvertDataApi* | [**convert_data_xml_remove_with_x_path**](docs/ConvertDataApi.md#convert_data_xml_remove_with_x_path) | **POST** /convert/xml/edit/xpath/remove | Remove, delete XML nodes and items matching XPath expression\n*ConvertDataApi* | [**convert_data_xml_to_json**](docs/ConvertDataApi.md#convert_data_xml_to_json) | **POST** /convert/xml/to/json | Convert XML to JSON conversion\n*ConvertDataApi* | [**convert_data_xml_transform_with_xslt_to_xml**](docs/ConvertDataApi.md#convert_data_xml_transform_with_xslt_to_xml) | **POST** /convert/xml/transform/xslt/to/xml | Transform XML document file with XSLT into a new XML document\n*ConvertDocumentApi* | [**convert_document_autodetect_get_info**](docs/ConvertDocumentApi.md#convert_document_autodetect_get_info) | **POST** /convert/autodetect/get-info | Get document type information\n*ConvertDocumentApi* | [**convert_document_autodetect_to_jpg**](docs/ConvertDocumentApi.md#convert_document_autodetect_to_jpg) | **POST** /convert/autodetect/to/jpg | Convert Document to JPG/JPEG image array\n*ConvertDocumentApi* | [**convert_document_autodetect_to_pdf**](docs/ConvertDocumentApi.md#convert_document_autodetect_to_pdf) | **POST** /convert/autodetect/to/pdf | Convert Document to PDF\n*ConvertDocumentApi* | [**convert_document_autodetect_to_png_array**](docs/ConvertDocumentApi.md#convert_document_autodetect_to_png_array) | **POST** /convert/autodetect/to/png | Convert Document to PNG array\n*ConvertDocumentApi* | [**convert_document_autodetect_to_thumbnail**](docs/ConvertDocumentApi.md#convert_document_autodetect_to_thumbnail) | **POST** /convert/autodetect/to/thumbnail | Convert File to Thumbnail Image\n*ConvertDocumentApi* | [**convert_document_autodetect_to_thumbnails_advanced**](docs/ConvertDocumentApi.md#convert_document_autodetect_to_thumbnails_advanced) | **POST** /convert/autodetect/to/thumbnail/advanced | Convert File to Thumbnail Image Object\n*ConvertDocumentApi* | [**convert_document_autodetect_to_txt**](docs/ConvertDocumentApi.md#convert_document_autodetect_to_txt) | **POST** /convert/autodetect/to/txt | Convert Document to Text (txt)\n*ConvertDocumentApi* | [**convert_document_csv_multi_to_xlsx**](docs/ConvertDocumentApi.md#convert_document_csv_multi_to_xlsx) | **POST** /convert/csv/multi/to/xlsx | Convert Multiple CSV Files into a Single XLSX Spreadsheet\n*ConvertDocumentApi* | [**convert_document_csv_to_html**](docs/ConvertDocumentApi.md#convert_document_csv_to_html) | **POST** /convert/csv/to/html | Convert CSV to HTML document\n*ConvertDocumentApi* | [**convert_document_csv_to_pdf**](docs/ConvertDocumentApi.md#convert_document_csv_to_pdf) | **POST** /convert/csv/to/pdf | Convert CSV to PDF document\n*ConvertDocumentApi* | [**convert_document_csv_to_xlsx**](docs/ConvertDocumentApi.md#convert_document_csv_to_xlsx) | **POST** /convert/csv/to/xlsx | Convert CSV to Excel XLSX Spreadsheet\n*ConvertDocumentApi* | [**convert_document_doc_to_docx**](docs/ConvertDocumentApi.md#convert_document_doc_to_docx) | **POST** /convert/doc/to/docx | Convert Word DOC (97-03) Document to DOCX\n*ConvertDocumentApi* | [**convert_document_doc_to_pdf**](docs/ConvertDocumentApi.md#convert_document_doc_to_pdf) | **POST** /convert/doc/to/pdf | Convert Word DOC (97-03) Document to PDF\n*ConvertDocumentApi* | [**convert_document_doc_to_txt**](docs/ConvertDocumentApi.md#convert_document_doc_to_txt) | **POST** /convert/doc/to/txt | Convert Word DOC (97-03) Document to Text (txt)\n*ConvertDocumentApi* | [**convert_document_docx_to_doc**](docs/ConvertDocumentApi.md#convert_document_docx_to_doc) | **POST** /convert/docx/to/doc | Convert Word DOCX Document to Legacy Word DOC (97-03)\n*ConvertDocumentApi* | [**convert_document_docx_to_html**](docs/ConvertDocumentApi.md#convert_document_docx_to_html) | **POST** /convert/docx/to/html | Convert Word DOCX Document to HTML Document\n*ConvertDocumentApi* | [**convert_document_docx_to_jpg**](docs/ConvertDocumentApi.md#convert_document_docx_to_jpg) | **POST** /convert/docx/to/jpg | Convert Word DOCX Document to JPG/JPEG image array\n*ConvertDocumentApi* | [**convert_document_docx_to_pdf**](docs/ConvertDocumentApi.md#convert_document_docx_to_pdf) | **POST** /convert/docx/to/pdf | Convert Word DOCX Document to PDF\n*ConvertDocumentApi* | [**convert_document_docx_to_png**](docs/ConvertDocumentApi.md#convert_document_docx_to_png) | **POST** /convert/docx/to/png | Convert Word DOCX Document to PNG image array\n*ConvertDocumentApi* | [**convert_document_docx_to_rtf**](docs/ConvertDocumentApi.md#convert_document_docx_to_rtf) | **POST** /convert/docx/to/rtf | Convert Word DOCX Document to RTF\n*ConvertDocumentApi* | [**convert_document_docx_to_txt**](docs/ConvertDocumentApi.md#convert_document_docx_to_txt) | **POST** /convert/docx/to/txt | Convert Word DOCX Document to Text (txt)\n*ConvertDocumentApi* | [**convert_document_eml_to_html**](docs/ConvertDocumentApi.md#convert_document_eml_to_html) | **POST** /convert/eml/to/html | Convert Email EML file to HTML string\n*ConvertDocumentApi* | [**convert_document_eml_to_jpg**](docs/ConvertDocumentApi.md#convert_document_eml_to_jpg) | **POST** /convert/eml/to/jpg | Convert Email EML file to JPG/JPEG image array\n*ConvertDocumentApi* | [**convert_document_eml_to_pdf**](docs/ConvertDocumentApi.md#convert_document_eml_to_pdf) | **POST** /convert/eml/to/pdf | Convert Email EML file to PDF document\n*ConvertDocumentApi* | [**convert_document_eml_to_png**](docs/ConvertDocumentApi.md#convert_document_eml_to_png) | **POST** /convert/eml/to/png | Convert Email EML file to PNG image array\n*ConvertDocumentApi* | [**convert_document_get_file_type_icon**](docs/ConvertDocumentApi.md#convert_document_get_file_type_icon) | **POST** /convert/autodetect/get-icon | Get PNG icon file for the file extension\n*ConvertDocumentApi* | [**convert_document_get_file_type_icon_advanced**](docs/ConvertDocumentApi.md#convert_document_get_file_type_icon_advanced) | **POST** /convert/autodetect/get-icon/advanced | Get PNG icon byte array for the file extension\n*ConvertDocumentApi* | [**convert_document_html_to_pdf**](docs/ConvertDocumentApi.md#convert_document_html_to_pdf) | **POST** /convert/html/to/pdf | Convert HTML document file to PDF Document\n*ConvertDocumentApi* | [**convert_document_html_to_png**](docs/ConvertDocumentApi.md#convert_document_html_to_png) | **POST** /convert/html/to/png | Convert HTML document file to PNG image array\n*ConvertDocumentApi* | [**convert_document_html_to_txt**](docs/ConvertDocumentApi.md#convert_document_html_to_txt) | **POST** /convert/html/to/txt | HTML Document file to Text (txt)\n*ConvertDocumentApi* | [**convert_document_keynote_to_jpg**](docs/ConvertDocumentApi.md#convert_document_keynote_to_jpg) | **POST** /convert/key/to/jpg | Convert Keynote Presentation (KEY) to JPG/JPEG image array\n*ConvertDocumentApi* | [**convert_document_keynote_to_pdf**](docs/ConvertDocumentApi.md#convert_document_keynote_to_pdf) | **POST** /convert/key/to/pdf | Convert Keynote Presentation (KEY) to PDF\n*ConvertDocumentApi* | [**convert_document_keynote_to_png**](docs/ConvertDocumentApi.md#convert_document_keynote_to_png) | **POST** /convert/key/to/png | Convert Keynote Presentation (KEY) to PNG image array\n*ConvertDocumentApi* | [**convert_document_keynote_to_pptx**](docs/ConvertDocumentApi.md#convert_document_keynote_to_pptx) | **POST** /convert/key/to/pptx | Convert Keynote Presentation (KEY) to PPTX\n*ConvertDocumentApi* | [**convert_document_msg_to_html**](docs/ConvertDocumentApi.md#convert_document_msg_to_html) | **POST** /convert/msg/to/html | Convert Email MSG file to HTML string\n*ConvertDocumentApi* | [**convert_document_msg_to_jpg**](docs/ConvertDocumentApi.md#convert_document_msg_to_jpg) | **POST** /convert/msg/to/jpg | Convert Email MSG file to JPG/JPEG image array\n*ConvertDocumentApi* | [**convert_document_msg_to_pdf**](docs/ConvertDocumentApi.md#convert_document_msg_to_pdf) | **POST** /convert/msg/to/pdf | Convert Email MSG file to PDF document\n*ConvertDocumentApi* | [**convert_document_msg_to_png**](docs/ConvertDocumentApi.md#convert_document_msg_to_png) | **POST** /convert/msg/to/png | Convert Email MSG file to PNG image array\n*ConvertDocumentApi* | [**convert_document_odp_to_jpg**](docs/ConvertDocumentApi.md#convert_document_odp_to_jpg) | **POST** /convert/odp/to/jpg | Convert ODP Presentation to JPG/JPEG image array\n*ConvertDocumentApi* | [**convert_document_odp_to_pdf**](docs/ConvertDocumentApi.md#convert_document_odp_to_pdf) | **POST** /convert/odp/to/pdf | Convert ODP Presentation to PDF\n*ConvertDocumentApi* | [**convert_document_odp_to_png**](docs/ConvertDocumentApi.md#convert_document_odp_to_png) | **POST** /convert/odp/to/png | Convert ODP Presentation to PNG image array\n*ConvertDocumentApi* | [**convert_document_odp_to_pptx**](docs/ConvertDocumentApi.md#convert_document_odp_to_pptx) | **POST** /convert/odp/to/pptx | Convert ODP Presentation to PPTX\n*ConvertDocumentApi* | [**convert_document_ods_to_jpg**](docs/ConvertDocumentApi.md#convert_document_ods_to_jpg) | **POST** /convert/ods/to/jpg | Convert ODS Spreadsheet to JPG/JPEG image array\n*ConvertDocumentApi* | [**convert_document_ods_to_pdf**](docs/ConvertDocumentApi.md#convert_document_ods_to_pdf) | **POST** /convert/ods/to/pdf | Convert ODS Spreadsheet to PDF\n*ConvertDocumentApi* | [**convert_document_ods_to_png**](docs/ConvertDocumentApi.md#convert_document_ods_to_png) | **POST** /convert/ods/to/png | Convert ODS Spreadsheet to PNG image array\n*ConvertDocumentApi* | [**convert_document_ods_to_xlsx**](docs/ConvertDocumentApi.md#convert_document_ods_to_xlsx) | **POST** /convert/ods/to/xlsx | Convert ODS Spreadsheet to XLSX\n*ConvertDocumentApi* | [**convert_document_odt_to_docx**](docs/ConvertDocumentApi.md#convert_document_odt_to_docx) | **POST** /convert/odt/to/docx | Convert ODT Text File to Word DOCX\n*ConvertDocumentApi* | [**convert_document_odt_to_jpg**](docs/ConvertDocumentApi.md#convert_document_odt_to_jpg) | **POST** /convert/odt/to/jpg | Convert ODT Text File to JPG/JPEG image array\n*ConvertDocumentApi* | [**convert_document_odt_to_pdf**](docs/ConvertDocumentApi.md#convert_document_odt_to_pdf) | **POST** /convert/odt/to/pdf | Convert ODT Text File to PDF\n*ConvertDocumentApi* | [**convert_document_odt_to_png**](docs/ConvertDocumentApi.md#convert_document_odt_to_png) | **POST** /convert/odt/to/png | Convert ODT Text File to PNG image array\n*ConvertDocumentApi* | [**convert_document_pdf_to_docx**](docs/ConvertDocumentApi.md#convert_document_pdf_to_docx) | **POST** /convert/pdf/to/docx | Convert PDF to Word DOCX Document\n*ConvertDocumentApi* | [**convert_document_pdf_to_docx_rasterize**](docs/ConvertDocumentApi.md#convert_document_pdf_to_docx_rasterize) | **POST** /convert/pdf/to/docx/rasterize | Convert PDF to Word DOCX Document based on rasterized version of the PDF\n*ConvertDocumentApi* | [**convert_document_pdf_to_jpg**](docs/ConvertDocumentApi.md#convert_document_pdf_to_jpg) | **POST** /convert/pdf/to/jpg | Convert PDF to JPG/JPEG image array\n*ConvertDocumentApi* | [**convert_document_pdf_to_png_array**](docs/ConvertDocumentApi.md#convert_document_pdf_to_png_array) | **POST** /convert/pdf/to/png | Convert PDF to PNG Image Array\n*ConvertDocumentApi* | [**convert_document_pdf_to_png_single**](docs/ConvertDocumentApi.md#convert_document_pdf_to_png_single) | **POST** /convert/pdf/to/png/merge-single | Convert PDF to Single PNG image\n*ConvertDocumentApi* | [**convert_document_pdf_to_pptx**](docs/ConvertDocumentApi.md#convert_document_pdf_to_pptx) | **POST** /convert/pdf/to/pptx | Convert PDF to PowerPoint PPTX Presentation\n*ConvertDocumentApi* | [**convert_document_pdf_to_txt**](docs/ConvertDocumentApi.md#convert_document_pdf_to_txt) | **POST** /convert/pdf/to/txt | Convert PDF Document to Text (txt)\n*ConvertDocumentApi* | [**convert_document_png_array_to_pdf**](docs/ConvertDocumentApi.md#convert_document_png_array_to_pdf) | **POST** /convert/png/to/pdf | Convert PNG Array to PDF\n*ConvertDocumentApi* | [**convert_document_ppt_to_pdf**](docs/ConvertDocumentApi.md#convert_document_ppt_to_pdf) | **POST** /convert/ppt/to/pdf | Convert PowerPoint PPT (97-03) Presentation to PDF\n*ConvertDocumentApi* | [**convert_document_ppt_to_pptx**](docs/ConvertDocumentApi.md#convert_document_ppt_to_pptx) | **POST** /convert/ppt/to/pptx | Convert PowerPoint PPT (97-03) Presentation to PPTX\n*ConvertDocumentApi* | [**convert_document_pptx_to_pdf**](docs/ConvertDocumentApi.md#convert_document_pptx_to_pdf) | **POST** /convert/pptx/to/pdf | Convert PowerPoint PPTX Presentation to PDF\n*ConvertDocumentApi* | [**convert_document_pptx_to_png**](docs/ConvertDocumentApi.md#convert_document_pptx_to_png) | **POST** /convert/pptx/to/png | Convert PowerPoint PPTX to PNG image array\n*ConvertDocumentApi* | [**convert_document_pptx_to_ppt**](docs/ConvertDocumentApi.md#convert_document_pptx_to_ppt) | **POST** /convert/pptx/to/ppt | Convert PowerPoint PPTX presentation to Legacy PowerPoint PPT (97-03)\n*ConvertDocumentApi* | [**convert_document_pptx_to_txt**](docs/ConvertDocumentApi.md#convert_document_pptx_to_txt) | **POST** /convert/pptx/to/txt | Convert PowerPoint PPTX Presentation to Text (txt)\n*ConvertDocumentApi* | [**convert_document_rtf_to_docx**](docs/ConvertDocumentApi.md#convert_document_rtf_to_docx) | **POST** /convert/rtf/to/docx | Convert Rich Text Format RTF to DOCX Document\n*ConvertDocumentApi* | [**convert_document_rtf_to_html**](docs/ConvertDocumentApi.md#convert_document_rtf_to_html) | **POST** /convert/rtf/to/html | Convert Rich Text Format RTF to HTML Document\n*ConvertDocumentApi* | [**convert_document_rtf_to_jpg**](docs/ConvertDocumentApi.md#convert_document_rtf_to_jpg) | **POST** /convert/rtf/to/jpg | Convert Rich Text Format RTF to JPG/JPEG image array\n*ConvertDocumentApi* | [**convert_document_rtf_to_pdf**](docs/ConvertDocumentApi.md#convert_document_rtf_to_pdf) | **POST** /convert/rtf/to/pdf | Convert Rich Text Format RTF to PDF\n*ConvertDocumentApi* | [**convert_document_rtf_to_png**](docs/ConvertDocumentApi.md#convert_document_rtf_to_png) | **POST** /convert/rtf/to/png | Convert Rich Text Format RTF to PNG image array\n*ConvertDocumentApi* | [**convert_document_xls_to_csv**](docs/ConvertDocumentApi.md#convert_document_xls_to_csv) | **POST** /convert/xls/to/csv | Convert Excel XLS (97-03) Spreadsheet to CSV\n*ConvertDocumentApi* | [**convert_document_xls_to_pdf**](docs/ConvertDocumentApi.md#convert_document_xls_to_pdf) | **POST** /convert/xls/to/pdf | Convert Excel XLS (97-03) Spreadsheet to PDF\n*ConvertDocumentApi* | [**convert_document_xls_to_xlsx**](docs/ConvertDocumentApi.md#convert_document_xls_to_xlsx) | **POST** /convert/xls/to/xlsx | Convert Excel XLS (97-03) Spreadsheet to XLSX\n*ConvertDocumentApi* | [**convert_document_xlsx_to_csv**](docs/ConvertDocumentApi.md#convert_document_xlsx_to_csv) | **POST** /convert/xlsx/to/csv | Convert Excel XLSX Spreadsheet to CSV, Single Worksheet\n*ConvertDocumentApi* | [**convert_document_xlsx_to_csv_multi**](docs/ConvertDocumentApi.md#convert_document_xlsx_to_csv_multi) | **POST** /convert/xlsx/to/csv/multi | Convert Excel XLSX Spreadsheet to CSV, Multiple Worksheets\n*ConvertDocumentApi* | [**convert_document_xlsx_to_html**](docs/ConvertDocumentApi.md#convert_document_xlsx_to_html) | **POST** /convert/xlsx/to/html | Convert Excel XLSX Spreadsheet to HTML Document\n*ConvertDocumentApi* | [**convert_document_xlsx_to_pdf**](docs/ConvertDocumentApi.md#convert_document_xlsx_to_pdf) | **POST** /convert/xlsx/to/pdf | Convert Excel XLSX Spreadsheet to PDF\n*ConvertDocumentApi* | [**convert_document_xlsx_to_png**](docs/ConvertDocumentApi.md#convert_document_xlsx_to_png) | **POST** /convert/xlsx/to/png | Convert Excel XLSX spreadsheet to PNG image array\n*ConvertDocumentApi* | [**convert_document_xlsx_to_txt**](docs/ConvertDocumentApi.md#convert_document_xlsx_to_txt) | **POST** /convert/xlsx/to/txt | Convert Excel XLSX Spreadsheet to Text (txt)\n*ConvertDocumentApi* | [**convert_document_xlsx_to_xls**](docs/ConvertDocumentApi.md#convert_document_xlsx_to_xls) | **POST** /convert/xlsx/to/xls | Convert Excel XLSX Spreadsheet to Legacy Excel XLS (97-03)\n*ConvertImageApi* | [**convert_image_get_image_info**](docs/ConvertImageApi.md#convert_image_get_image_info) | **POST** /convert/image/get-info | Get information about an image\n*ConvertImageApi* | [**convert_image_image_format_convert**](docs/ConvertImageApi.md#convert_image_image_format_convert) | **POST** /convert/image/{format1}/to/{format2} | Image format conversion\n*ConvertImageApi* | [**convert_image_image_set_dpi**](docs/ConvertImageApi.md#convert_image_image_set_dpi) | **POST** /convert/image/set-dpi/{dpi} | Change image DPI\n*ConvertImageApi* | [**convert_image_multipage_image_format_convert**](docs/ConvertImageApi.md#convert_image_multipage_image_format_convert) | **POST** /convert/image-multipage/{format1}/to/{format2} | Multi-page image format conversion\n*ConvertTemplateApi* | [**convert_template_apply_docx_template**](docs/ConvertTemplateApi.md#convert_template_apply_docx_template) | **POST** /convert/template/docx/apply | Apply Word DOCX template\n*ConvertTemplateApi* | [**convert_template_apply_html_template**](docs/ConvertTemplateApi.md#convert_template_apply_html_template) | **POST** /convert/template/html/apply | Apply HTML template\n*ConvertWebApi* | [**convert_web_html_to_docx**](docs/ConvertWebApi.md#convert_web_html_to_docx) | **POST** /convert/html/to/docx | Convert HTML to Word DOCX Document\n*ConvertWebApi* | [**convert_web_html_to_pdf**](docs/ConvertWebApi.md#convert_web_html_to_pdf) | **POST** /convert/web/html/to/pdf | Convert HTML string to PDF\n*ConvertWebApi* | [**convert_web_html_to_png**](docs/ConvertWebApi.md#convert_web_html_to_png) | **POST** /convert/web/html/to/png | Convert HTML string to PNG screenshot\n*ConvertWebApi* | [**convert_web_html_to_txt**](docs/ConvertWebApi.md#convert_web_html_to_txt) | **POST** /convert/web/html/to/txt | Convert HTML string to text (txt)\n*ConvertWebApi* | [**convert_web_md_to_html**](docs/ConvertWebApi.md#convert_web_md_to_html) | **POST** /convert/web/md/to/html | Convert Markdown to HTML\n*ConvertWebApi* | [**convert_web_url_to_pdf**](docs/ConvertWebApi.md#convert_web_url_to_pdf) | **POST** /convert/web/url/to/pdf | Convert a URL to PDF\n*ConvertWebApi* | [**convert_web_url_to_screenshot**](docs/ConvertWebApi.md#convert_web_url_to_screenshot) | **POST** /convert/web/url/to/screenshot | Take screenshot of URL\n*ConvertWebApi* | [**convert_web_url_to_txt**](docs/ConvertWebApi.md#convert_web_url_to_txt) | **POST** /convert/web/url/to/txt | Convert website URL page to text (txt)\n*EditDocumentApi* | [**edit_document_begin_editing**](docs/EditDocumentApi.md#edit_document_begin_editing) | **POST** /convert/edit/begin-editing | Begin editing a document\n*EditDocumentApi* | [**edit_document_docx_accept_all_track_changes**](docs/EditDocumentApi.md#edit_document_docx_accept_all_track_changes) | **POST** /convert/edit/docx/track-changes/accept-all | Accept all tracked changes, revisions in a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_body**](docs/EditDocumentApi.md#edit_document_docx_body) | **POST** /convert/edit/docx/get-body | Get body from a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_create_blank_document**](docs/EditDocumentApi.md#edit_document_docx_create_blank_document) | **POST** /convert/edit/docx/create/blank | Create a blank Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_delete_pages**](docs/EditDocumentApi.md#edit_document_docx_delete_pages) | **POST** /convert/edit/docx/delete-pages | Delete, remove pages from a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_delete_table_row**](docs/EditDocumentApi.md#edit_document_docx_delete_table_row) | **POST** /convert/edit/docx/delete-table-row | Deletes a table row in an existing table in a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_delete_table_row_range**](docs/EditDocumentApi.md#edit_document_docx_delete_table_row_range) | **POST** /convert/edit/docx/delete-table-row/range | Deletes a range of multiple table rows in an existing table in a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_disable_track_changes**](docs/EditDocumentApi.md#edit_document_docx_disable_track_changes) | **POST** /convert/edit/docx/track-changes/disable | Disable track changes, revisions in a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_enable_track_changes**](docs/EditDocumentApi.md#edit_document_docx_enable_track_changes) | **POST** /convert/edit/docx/track-changes/enable | Enable track changes, revisions in a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_find_paragraph**](docs/EditDocumentApi.md#edit_document_docx_find_paragraph) | **POST** /convert/edit/docx/find/paragraph | Find matching paragraphs in a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_get_comments**](docs/EditDocumentApi.md#edit_document_docx_get_comments) | **POST** /convert/edit/docx/get-comments/flat-list | Get comments from a Word DOCX document as a flat list\n*EditDocumentApi* | [**edit_document_docx_get_comments_hierarchical**](docs/EditDocumentApi.md#edit_document_docx_get_comments_hierarchical) | **POST** /convert/edit/docx/get-comments/hierarchical | Get comments from a Word DOCX document hierarchically\n*EditDocumentApi* | [**edit_document_docx_get_content_controls**](docs/EditDocumentApi.md#edit_document_docx_get_content_controls) | **POST** /convert/edit/docx/get-content-controls | Get all content controls (form fields) and values in a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_get_form_fields**](docs/EditDocumentApi.md#edit_document_docx_get_form_fields) | **POST** /convert/edit/docx/get-form-fields | Get all form fields in a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_get_headers_and_footers**](docs/EditDocumentApi.md#edit_document_docx_get_headers_and_footers) | **POST** /convert/edit/docx/get-headers-and-footers | Get content of a footer from a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_get_images**](docs/EditDocumentApi.md#edit_document_docx_get_images) | **POST** /convert/edit/docx/get-images | Get images from a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_get_macro_information**](docs/EditDocumentApi.md#edit_document_docx_get_macro_information) | **POST** /convert/edit/docx/get-macros | Get macro information from a Word DOCX/DOCM document\n*EditDocumentApi* | [**edit_document_docx_get_metadata_properties**](docs/EditDocumentApi.md#edit_document_docx_get_metadata_properties) | **POST** /convert/edit/docx/get-metadata | Get all metadata properties in Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_get_sections**](docs/EditDocumentApi.md#edit_document_docx_get_sections) | **POST** /convert/edit/docx/get-sections | Get sections from a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_get_styles**](docs/EditDocumentApi.md#edit_document_docx_get_styles) | **POST** /convert/edit/docx/get-styles | Get styles from a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_get_table_by_index**](docs/EditDocumentApi.md#edit_document_docx_get_table_by_index) | **POST** /convert/edit/docx/get-table/by-index | Get a specific table by index in a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_get_table_row**](docs/EditDocumentApi.md#edit_document_docx_get_table_row) | **POST** /convert/edit/docx/get-table-row | Gets the contents of an existing table row in an existing table in a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_get_tables**](docs/EditDocumentApi.md#edit_document_docx_get_tables) | **POST** /convert/edit/docx/get-tables | Get all tables in Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_insert_comment_on_paragraph**](docs/EditDocumentApi.md#edit_document_docx_insert_comment_on_paragraph) | **POST** /convert/edit/docx/insert-comment/on/paragraph | Insert a new comment into a Word DOCX document attached to a paragraph\n*EditDocumentApi* | [**edit_document_docx_insert_image**](docs/EditDocumentApi.md#edit_document_docx_insert_image) | **POST** /convert/edit/docx/insert-image | Insert image into a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_insert_paragraph**](docs/EditDocumentApi.md#edit_document_docx_insert_paragraph) | **POST** /convert/edit/docx/insert-paragraph | Insert a new paragraph into a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_insert_table**](docs/EditDocumentApi.md#edit_document_docx_insert_table) | **POST** /convert/edit/docx/insert-table | Insert a new table into a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_insert_table_row**](docs/EditDocumentApi.md#edit_document_docx_insert_table_row) | **POST** /convert/edit/docx/insert-table-row | Insert a new row into an existing table in a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_pages**](docs/EditDocumentApi.md#edit_document_docx_pages) | **POST** /convert/edit/docx/get-pages | Get pages and content from a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_remove_all_comments**](docs/EditDocumentApi.md#edit_document_docx_remove_all_comments) | **POST** /convert/edit/docx/comments/remove-all | Remove all comments from a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_remove_headers_and_footers**](docs/EditDocumentApi.md#edit_document_docx_remove_headers_and_footers) | **POST** /convert/edit/docx/remove-headers-and-footers | Remove headers and footers from Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_remove_object**](docs/EditDocumentApi.md#edit_document_docx_remove_object) | **POST** /convert/edit/docx/remove-object | Delete any object in a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_replace**](docs/EditDocumentApi.md#edit_document_docx_replace) | **POST** /convert/edit/docx/replace-all | Replace string in Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_replace_multi**](docs/EditDocumentApi.md#edit_document_docx_replace_multi) | **POST** /convert/edit/docx/replace-all/multi | Replace multiple strings in Word DOCX document, return result\n*EditDocumentApi* | [**edit_document_docx_replace_multi_edit_session**](docs/EditDocumentApi.md#edit_document_docx_replace_multi_edit_session) | **POST** /convert/edit/docx/replace-all/multi/edit-session | Replace multiple strings in Word DOCX document, return edit session\n*EditDocumentApi* | [**edit_document_docx_replace_paragraph**](docs/EditDocumentApi.md#edit_document_docx_replace_paragraph) | **POST** /convert/edit/docx/replace/paragraph | Replace matching paragraphs in a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_set_custom_metadata_properties**](docs/EditDocumentApi.md#edit_document_docx_set_custom_metadata_properties) | **POST** /convert/edit/docx/set-metadata/custom-property | Set custom property metadata properties in Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_set_footer**](docs/EditDocumentApi.md#edit_document_docx_set_footer) | **POST** /convert/edit/docx/set-footer | Set the footer in a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_set_footer_add_page_number**](docs/EditDocumentApi.md#edit_document_docx_set_footer_add_page_number) | **POST** /convert/edit/docx/set-footer/add-page-number | Add page number to footer in a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_set_form_fields**](docs/EditDocumentApi.md#edit_document_docx_set_form_fields) | **POST** /convert/edit/docx/set-form-fields | Set and fill values for form fields in a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_set_header**](docs/EditDocumentApi.md#edit_document_docx_set_header) | **POST** /convert/edit/docx/set-header | Set the header in a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_update_table_cell**](docs/EditDocumentApi.md#edit_document_docx_update_table_cell) | **POST** /convert/edit/docx/update-table-cell | Update, set contents of a table cell in an existing table in a Word DOCX document\n*EditDocumentApi* | [**edit_document_docx_update_table_row**](docs/EditDocumentApi.md#edit_document_docx_update_table_row) | **POST** /convert/edit/docx/update-table-row | Update, set contents of a table row in an existing table in a Word DOCX document\n*EditDocumentApi* | [**edit_document_finish_editing**](docs/EditDocumentApi.md#edit_document_finish_editing) | **POST** /convert/edit/finish-editing | Finish editing document, and download result from document editing\n*EditDocumentApi* | [**edit_document_pptx_delete_slides**](docs/EditDocumentApi.md#edit_document_pptx_delete_slides) | **POST** /convert/edit/pptx/delete-slides | Delete, remove slides from a PowerPoint PPTX presentation document\n*EditDocumentApi* | [**edit_document_pptx_get_macro_information**](docs/EditDocumentApi.md#edit_document_pptx_get_macro_information) | **POST** /convert/edit/pptx/get-macros | Get macro information from a PowerPoint PPTX/PPTM presentation document\n*EditDocumentApi* | [**edit_document_pptx_replace**](docs/EditDocumentApi.md#edit_document_pptx_replace) | **POST** /convert/edit/pptx/replace-all | Replace string in PowerPoint PPTX presentation\n*EditDocumentApi* | [**edit_document_xlsx_append_row**](docs/EditDocumentApi.md#edit_document_xlsx_append_row) | **POST** /convert/edit/xlsx/append-row | Append row to a Excel XLSX spreadsheet, worksheet\n*EditDocumentApi* | [**edit_document_xlsx_clear_cell_by_index**](docs/EditDocumentApi.md#edit_document_xlsx_clear_cell_by_index) | **POST** /convert/edit/xlsx/clear-cell/by-index | Clear cell contents in an Excel XLSX spreadsheet, worksheet by index\n*EditDocumentApi* | [**edit_document_xlsx_clear_row**](docs/EditDocumentApi.md#edit_document_xlsx_clear_row) | **POST** /convert/edit/xlsx/clear-row | Clear row from a Excel XLSX spreadsheet, worksheet\n*EditDocumentApi* | [**edit_document_xlsx_create_blank_spreadsheet**](docs/EditDocumentApi.md#edit_document_xlsx_create_blank_spreadsheet) | **POST** /convert/edit/xlsx/create/blank | Create a blank Excel XLSX spreadsheet\n*EditDocumentApi* | [**edit_document_xlsx_create_spreadsheet_from_data**](docs/EditDocumentApi.md#edit_document_xlsx_create_spreadsheet_from_data) | **POST** /convert/edit/xlsx/create/from/data | Create a new Excel XLSX spreadsheet from column and row data\n*EditDocumentApi* | [**edit_document_xlsx_delete_worksheet**](docs/EditDocumentApi.md#edit_document_xlsx_delete_worksheet) | **POST** /convert/edit/xlsx/delete-worksheet | Delete, remove worksheet from an Excel XLSX spreadsheet document\n*EditDocumentApi* | [**edit_document_xlsx_disable_shared_workbook**](docs/EditDocumentApi.md#edit_document_xlsx_disable_shared_workbook) | **POST** /convert/edit/xlsx/configuration/disable-shared-workbook | Disable Shared Workbook (legacy) in Excel XLSX spreadsheet\n*EditDocumentApi* | [**edit_document_xlsx_enable_shared_workbook**](docs/EditDocumentApi.md#edit_document_xlsx_enable_shared_workbook) | **POST** /convert/edit/xlsx/configuration/enable-shared-workbook | Enable Shared Workbook (legacy) in Excel XLSX spreadsheet\n*EditDocumentApi* | [**edit_document_xlsx_get_cell_by_identifier**](docs/EditDocumentApi.md#edit_document_xlsx_get_cell_by_identifier) | **POST** /convert/edit/xlsx/get-cell/by-identifier | Get cell from an Excel XLSX spreadsheet, worksheet by cell identifier\n*EditDocumentApi* | [**edit_document_xlsx_get_cell_by_index**](docs/EditDocumentApi.md#edit_document_xlsx_get_cell_by_index) | **POST** /convert/edit/xlsx/get-cell/by-index | Get cell from an Excel XLSX spreadsheet, worksheet by index\n*EditDocumentApi* | [**edit_document_xlsx_get_columns**](docs/EditDocumentApi.md#edit_document_xlsx_get_columns) | **POST** /convert/edit/xlsx/get-columns | Get columns from a Excel XLSX spreadsheet, worksheet\n*EditDocumentApi* | [**edit_document_xlsx_get_images**](docs/EditDocumentApi.md#edit_document_xlsx_get_images) | **POST** /convert/edit/xlsx/get-images | Get images from a Excel XLSX spreadsheet, worksheet\n*EditDocumentApi* | [**edit_document_xlsx_get_macro_information**](docs/EditDocumentApi.md#edit_document_xlsx_get_macro_information) | **POST** /convert/edit/xlsx/get-macros | Get macro information from a Excel XLSX/XLSM spreadsheet, worksheet\n*EditDocumentApi* | [**edit_document_xlsx_get_rows_and_cells**](docs/EditDocumentApi.md#edit_document_xlsx_get_rows_and_cells) | **POST** /convert/edit/xlsx/get-rows-and-cells | Get rows and cells from a Excel XLSX spreadsheet, worksheet\n*EditDocumentApi* | [**edit_document_xlsx_get_specific_row**](docs/EditDocumentApi.md#edit_document_xlsx_get_specific_row) | **POST** /convert/edit/xlsx/get-specific-row | Get a specific row from a Excel XLSX spreadsheet, worksheet by path\n*EditDocumentApi* | [**edit_document_xlsx_get_styles**](docs/EditDocumentApi.md#edit_document_xlsx_get_styles) | **POST** /convert/edit/xlsx/get-styles | Get styles from a Excel XLSX spreadsheet, worksheet\n*EditDocumentApi* | [**edit_document_xlsx_get_worksheets**](docs/EditDocumentApi.md#edit_document_xlsx_get_worksheets) | **POST** /convert/edit/xlsx/get-worksheets | Get worksheets from a Excel XLSX spreadsheet\n*EditDocumentApi* | [**edit_document_xlsx_insert_worksheet**](docs/EditDocumentApi.md#edit_document_xlsx_insert_worksheet) | **POST** /convert/edit/xlsx/insert-worksheet | Insert a new worksheet into an Excel XLSX spreadsheet\n*EditDocumentApi* | [**edit_document_xlsx_rename_worksheet**](docs/EditDocumentApi.md#edit_document_xlsx_rename_worksheet) | **POST** /convert/edit/xlsx/rename-worksheet | Rename a specific worksheet in a Excel XLSX spreadsheet\n*EditDocumentApi* | [**edit_document_xlsx_set_cell_by_identifier**](docs/EditDocumentApi.md#edit_document_xlsx_set_cell_by_identifier) | **POST** /convert/edit/xlsx/set-cell/by-identifier | Set, update cell contents in an Excel XLSX spreadsheet, worksheet by cell identifier\n*EditDocumentApi* | [**edit_document_xlsx_set_cell_by_index**](docs/EditDocumentApi.md#edit_document_xlsx_set_cell_by_index) | **POST** /convert/edit/xlsx/set-cell/by-index | Set, update cell contents in an Excel XLSX spreadsheet, worksheet by index\n*EditHtmlApi* | [**edit_html_html_append_header_tag**](docs/EditHtmlApi.md#edit_html_html_append_header_tag) | **POST** /convert/edit/html/head/append/tag | Append an HTML tag to the HEAD section of an HTML Document\n*EditHtmlApi* | [**edit_html_html_append_heading**](docs/EditHtmlApi.md#edit_html_html_append_heading) | **POST** /convert/edit/html/append/heading | Append a Heading to an HTML Document\n*EditHtmlApi* | [**edit_html_html_append_image_from_url**](docs/EditHtmlApi.md#edit_html_html_append_image_from_url) | **POST** /convert/edit/html/append/image/from-url | Append an Image to an HTML Document from a URL\n*EditHtmlApi* | [**edit_html_html_append_image_inline**](docs/EditHtmlApi.md#edit_html_html_append_image_inline) | **POST** /convert/edit/html/append/image/inline | Append a Base64 Inline Image to an HTML Document\n*EditHtmlApi* | [**edit_html_html_append_paragraph**](docs/EditHtmlApi.md#edit_html_html_append_paragraph) | **POST** /convert/edit/html/append/paragraph | Append a Paragraph to an HTML Document\n*EditHtmlApi* | [**edit_html_html_create_blank_document**](docs/EditHtmlApi.md#edit_html_html_create_blank_document) | **POST** /convert/edit/html/create/blank | Create a Blank HTML Document\n*EditHtmlApi* | [**edit_html_html_get_language**](docs/EditHtmlApi.md#edit_html_html_get_language) | **POST** /convert/edit/html/head/get/language | Gets the language for the HTML document\n*EditHtmlApi* | [**edit_html_html_get_links**](docs/EditHtmlApi.md#edit_html_html_get_links) | **POST** /convert/edit/html/extract/links | Extract resolved link URLs from HTML File\n*EditHtmlApi* | [**edit_html_html_get_rel_canonical**](docs/EditHtmlApi.md#edit_html_html_get_rel_canonical) | **POST** /convert/edit/html/head/get/rel-canonical-url | Gets the rel canonical URL for the HTML document\n*EditHtmlApi* | [**edit_html_html_get_sitemap**](docs/EditHtmlApi.md#edit_html_html_get_sitemap) | **POST** /convert/edit/html/head/get/sitemap-url | Gets the sitemap URL for the HTML document\n*EditHtmlApi* | [**edit_html_html_set_language**](docs/EditHtmlApi.md#edit_html_html_set_language) | **POST** /convert/edit/html/head/set/language | Sets the language for the HTML document\n*EditHtmlApi* | [**edit_html_html_set_rel_canonical**](docs/EditHtmlApi.md#edit_html_html_set_rel_canonical) | **POST** /convert/edit/html/head/set/rel-canonical-url | Sets the rel canonical URL for the HTML document\n*EditHtmlApi* | [**edit_html_html_set_sitemap_url**](docs/EditHtmlApi.md#edit_html_html_set_sitemap_url) | **POST** /convert/edit/html/head/set/sitemap-url | Sets the sitemap URL for the HTML document\n*EditPdfApi* | [**edit_pdf_add_annotations**](docs/EditPdfApi.md#edit_pdf_add_annotations) | **POST** /convert/edit/pdf/annotations/add-item | Add one or more PDF annotations, comments in the PDF document\n*EditPdfApi* | [**edit_pdf_convert_to_pdf_a**](docs/EditPdfApi.md#edit_pdf_convert_to_pdf_a) | **POST** /convert/edit/pdf/optimize/pdf-a | Convert a PDF file to PDF/A\n*EditPdfApi* | [**edit_pdf_decrypt**](docs/EditPdfApi.md#edit_pdf_decrypt) | **POST** /convert/edit/pdf/decrypt | Decrypt and password-protect a PDF\n*EditPdfApi* | [**edit_pdf_delete_pages**](docs/EditPdfApi.md#edit_pdf_delete_pages) | **POST** /convert/edit/pdf/pages/delete | Remove, delete pages from a PDF document\n*EditPdfApi* | [**edit_pdf_encrypt**](docs/EditPdfApi.md#edit_pdf_encrypt) | **POST** /convert/edit/pdf/encrypt | Encrypt and password-protect a PDF\n*EditPdfApi* | [**edit_pdf_get_annotations**](docs/EditPdfApi.md#edit_pdf_get_annotations) | **POST** /convert/edit/pdf/annotations/list | Get PDF annotations, including comments in the document\n*EditPdfApi* | [**edit_pdf_get_form_fields**](docs/EditPdfApi.md#edit_pdf_get_form_fields) | **POST** /convert/edit/pdf/form/get-fields | Gets PDF Form fields and values\n*EditPdfApi* | [**edit_pdf_get_metadata**](docs/EditPdfApi.md#edit_pdf_get_metadata) | **POST** /convert/edit/pdf/get-metadata | Get PDF document metadata\n*EditPdfApi* | [**edit_pdf_get_pdf_text_by_pages**](docs/EditPdfApi.md#edit_pdf_get_pdf_text_by_pages) | **POST** /convert/edit/pdf/pages/get-text | Get text in a PDF document by page\n*EditPdfApi* | [**edit_pdf_insert_pages**](docs/EditPdfApi.md#edit_pdf_insert_pages) | **POST** /convert/edit/pdf/pages/insert | Insert, copy pages from one PDF document into another\n*EditPdfApi* | [**edit_pdf_linearize**](docs/EditPdfApi.md#edit_pdf_linearize) | **POST** /convert/edit/pdf/optimize/linearize | Linearize and optimize a PDF for streaming download\n*EditPdfApi* | [**edit_pdf_rasterize**](docs/EditPdfApi.md#edit_pdf_rasterize) | **POST** /convert/edit/pdf/rasterize | Rasterize a PDF to an image-based PDF\n*EditPdfApi* | [**edit_pdf_reduce_file_size**](docs/EditPdfApi.md#edit_pdf_reduce_file_size) | **POST** /convert/edit/pdf/optimize/reduce-file-size | Reduce the file size and optimize a PDF\n*EditPdfApi* | [**edit_pdf_remove_all_annotations**](docs/EditPdfApi.md#edit_pdf_remove_all_annotations) | **POST** /convert/edit/pdf/annotations/remove-all | Remove all PDF annotations, including comments in the document\n*EditPdfApi* | [**edit_pdf_remove_annotation_item**](docs/EditPdfApi.md#edit_pdf_remove_annotation_item) | **POST** /convert/edit/pdf/annotations/remove-item | Remove a specific PDF annotation, comment in the document\n*EditPdfApi* | [**edit_pdf_resize**](docs/EditPdfApi.md#edit_pdf_resize) | **POST** /convert/edit/pdf/resize | Change PDF Document's Paper Size\n*EditPdfApi* | [**edit_pdf_rotate_all_pages**](docs/EditPdfApi.md#edit_pdf_rotate_all_pages) | **POST** /convert/edit/pdf/pages/rotate/all | Rotate all pages in a PDF document\n*EditPdfApi* | [**edit_pdf_rotate_page_range**](docs/EditPdfApi.md#edit_pdf_rotate_page_range) | **POST** /convert/edit/pdf/pages/rotate/page-range | Rotate a range, subset of pages in a PDF document\n*EditPdfApi* | [**edit_pdf_set_form_fields**](docs/EditPdfApi.md#edit_pdf_set_form_fields) | **POST** /convert/edit/pdf/form/set-fields | Sets ands fills PDF Form field values\n*EditPdfApi* | [**edit_pdf_set_metadata**](docs/EditPdfApi.md#edit_pdf_set_metadata) | **POST** /convert/edit/pdf/set-metadata | Sets PDF document metadata\n*EditPdfApi* | [**edit_pdf_set_permissions**](docs/EditPdfApi.md#edit_pdf_set_permissions) | **POST** /convert/edit/pdf/encrypt/set-permissions | Encrypt, password-protect and set restricted permissions on a PDF\n*EditPdfApi* | [**edit_pdf_watermark_text**](docs/EditPdfApi.md#edit_pdf_watermark_text) | **POST** /convert/edit/pdf/watermark/text | Add a text watermark to a PDF\n*EditTextApi* | [**edit_text_base64_decode**](docs/EditTextApi.md#edit_text_base64_decode) | **POST** /convert/edit/text/encoding/base64/decode | Base 64 decode, convert base 64 string to binary content\n*EditTextApi* | [**edit_text_base64_detect**](docs/EditTextApi.md#edit_text_base64_detect) | **POST** /convert/edit/text/encoding/base64/detect | Detect, check if text string is base 64 encoded\n*EditTextApi* | [**edit_text_base64_encode**](docs/EditTextApi.md#edit_text_base64_encode) | **POST** /convert/edit/text/encoding/base64/encode | Base 64 encode, convert binary or file data to a text string\n*EditTextApi* | [**edit_text_change_line_endings**](docs/EditTextApi.md#edit_text_change_line_endings) | **POST** /convert/edit/text/line-endings/change | Set, change line endings of a text file\n*EditTextApi* | [**edit_text_detect_line_endings**](docs/EditTextApi.md#edit_text_detect_line_endings) | **POST** /convert/edit/text/line-endings/detect | Detect line endings of a text file\n*EditTextApi* | [**edit_text_find_regex**](docs/EditTextApi.md#edit_text_find_regex) | **POST** /convert/edit/text/find/regex | Find a regular expression regex in text input\n*EditTextApi* | [**edit_text_find_simple**](docs/EditTextApi.md#edit_text_find_simple) | **POST** /convert/edit/text/find/string | Find a string in text input\n*EditTextApi* | [**edit_text_remove_all_whitespace**](docs/EditTextApi.md#edit_text_remove_all_whitespace) | **POST** /convert/edit/text/remove/whitespace/all | Remove whitespace from text string\n*EditTextApi* | [**edit_text_remove_html**](docs/EditTextApi.md#edit_text_remove_html) | **POST** /convert/edit/text/remove/html | Remove HTML from text string\n*EditTextApi* | [**edit_text_replace_regex**](docs/EditTextApi.md#edit_text_replace_regex) | **POST** /convert/edit/text/replace/regex | Replace a string in text with a regex regular expression string\n*EditTextApi* | [**edit_text_replace_simple**](docs/EditTextApi.md#edit_text_replace_simple) | **POST** /convert/edit/text/replace/string | Replace a string in text with another string value\n*EditTextApi* | [**edit_text_text_encoding_detect**](docs/EditTextApi.md#edit_text_text_encoding_detect) | **POST** /convert/edit/text/encoding/detect | Detect text encoding of file\n*EditTextApi* | [**edit_text_trim_whitespace**](docs/EditTextApi.md#edit_text_trim_whitespace) | **POST** /convert/edit/text/remove/whitespace/trim | Trim leading and trailing whitespace from text string\n*MergeDocumentApi* | [**merge_document_docx**](docs/MergeDocumentApi.md#merge_document_docx) | **POST** /convert/merge/docx | Merge Two Word DOCX Together\n*MergeDocumentApi* | [**merge_document_docx_multi**](docs/MergeDocumentApi.md#merge_document_docx_multi) | **POST** /convert/merge/docx/multi | Merge Multple Word DOCX Together\n*MergeDocumentApi* | [**merge_document_html**](docs/MergeDocumentApi.md#merge_document_html) | **POST** /convert/merge/html | Merge Two HTML (HTM) Files Together\n*MergeDocumentApi* | [**merge_document_html_multi**](docs/MergeDocumentApi.md#merge_document_html_multi) | **POST** /convert/merge/html/multi | Merge Multple HTML (HTM) Files Together\n*MergeDocumentApi* | [**merge_document_pdf**](docs/MergeDocumentApi.md#merge_document_pdf) | **POST** /convert/merge/pdf | Merge Two PDF Files Together\n*MergeDocumentApi* | [**merge_document_pdf_multi**](docs/MergeDocumentApi.md#merge_document_pdf_multi) | **POST** /convert/merge/pdf/multi | Merge Multple PDF Files Together\n*MergeDocumentApi* | [**merge_document_png**](docs/MergeDocumentApi.md#merge_document_png) | **POST** /convert/merge/png/vertical | Merge Two PNG Files Together\n*MergeDocumentApi* | [**merge_document_png_multi**](docs/MergeDocumentApi.md#merge_document_png_multi) | **POST** /convert/merge/png/vertical/multi | Merge Multple PNG Files Together\n*MergeDocumentApi* | [**merge_document_pptx**](docs/MergeDocumentApi.md#merge_document_pptx) | **POST** /convert/merge/pptx | Merge Two PowerPoint PPTX Together\n*MergeDocumentApi* | [**merge_document_pptx_multi**](docs/MergeDocumentApi.md#merge_document_pptx_multi) | **POST** /convert/merge/pptx/multi | Merge Multple PowerPoint PPTX Together\n*MergeDocumentApi* | [**merge_document_txt**](docs/MergeDocumentApi.md#merge_document_txt) | **POST** /convert/merge/txt | Merge Two Text (TXT) Files Together\n*MergeDocumentApi* | [**merge_document_txt_multi**](docs/MergeDocumentApi.md#merge_document_txt_multi) | **POST** /convert/merge/txt/multi | Merge Multple Text (TXT) Files Together\n*MergeDocumentApi* | [**merge_document_xlsx**](docs/MergeDocumentApi.md#merge_document_xlsx) | **POST** /convert/merge/xlsx | Merge Two Excel XLSX Together\n*MergeDocumentApi* | [**merge_document_xlsx_multi**](docs/MergeDocumentApi.md#merge_document_xlsx_multi) | **POST** /convert/merge/xlsx/multi | Merge Multple Excel XLSX Together\n*SplitDocumentApi* | [**split_document_docx**](docs/SplitDocumentApi.md#split_document_docx) | **POST** /convert/split/docx | Split a single Word Document DOCX into Separate Documents by Page\n*SplitDocumentApi* | [**split_document_pdf_by_page**](docs/SplitDocumentApi.md#split_document_pdf_by_page) | **POST** /convert/split/pdf | Split a PDF file into separate PDF files, one per page\n*SplitDocumentApi* | [**split_document_pptx**](docs/SplitDocumentApi.md#split_document_pptx) | **POST** /convert/split/pptx | Split a single PowerPoint Presentation PPTX into Separate Slides\n*SplitDocumentApi* | [**split_document_txt_by_line**](docs/SplitDocumentApi.md#split_document_txt_by_line) | **POST** /convert/split/txt/by-line | Split a single Text file (txt) into lines\n*SplitDocumentApi* | [**split_document_txt_by_string**](docs/SplitDocumentApi.md#split_document_txt_by_string) | **POST** /convert/split/txt/by-string | Split a single Text file (txt) by a string delimiter\n*SplitDocumentApi* | [**split_document_xlsx**](docs/SplitDocumentApi.md#split_document_xlsx) | **POST** /convert/split/xlsx | Split a single Excel XLSX into Separate Worksheets\n*TransformDocumentApi* | [**transform_document_docx_replace**](docs/TransformDocumentApi.md#transform_document_docx_replace) | **POST** /convert/transform/docx/replace-all | Replace string in Word DOCX document, return result\n*TransformDocumentApi* | [**transform_document_docx_replace_edit_session**](docs/TransformDocumentApi.md#transform_document_docx_replace_edit_session) | **POST** /convert/transform/docx/replace-all/edit-session | Replace string in Word DOCX document, return edit session\n*TransformDocumentApi* | [**transform_document_docx_table_fill_in**](docs/TransformDocumentApi.md#transform_document_docx_table_fill_in) | **POST** /convert/transform/docx/table/fill/data | Fill in data in a table in a Word DOCX document, return result\n*TransformDocumentApi* | [**transform_document_docx_table_fill_in_edit_session**](docs/TransformDocumentApi.md#transform_document_docx_table_fill_in_edit_session) | **POST** /convert/transform/docx/table/fill/data/edit-session | Fill in data in a table in a Word DOCX document, return edit session\n*TransformDocumentApi* | [**transform_document_docx_table_fill_in_multi**](docs/TransformDocumentApi.md#transform_document_docx_table_fill_in_multi) | **POST** /convert/transform/docx/table/fill/data/multi | Fill in data in multiple tables in a Word DOCX document, return result\n*TransformDocumentApi* | [**transform_document_pptx_replace**](docs/TransformDocumentApi.md#transform_document_pptx_replace) | **POST** /convert/transform/pptx/replace-all | Replace string in PowerPoint PPTX presentation, return result\n*ValidateDocumentApi* | [**validate_document_autodetect_validation**](docs/ValidateDocumentApi.md#validate_document_autodetect_validation) | **POST** /convert/validate/autodetect | Autodetect content type and validate\n*ValidateDocumentApi* | [**validate_document_csv_validation**](docs/ValidateDocumentApi.md#validate_document_csv_validation) | **POST** /convert/validate/csv | Validate a CSV file document (CSV)\n*ValidateDocumentApi* | [**validate_document_doc_validation**](docs/ValidateDocumentApi.md#validate_document_doc_validation) | **POST** /convert/validate/doc | Validate a Word 97-2003 Legacy document (DOC)\n*ValidateDocumentApi* | [**validate_document_docx_validation**](docs/ValidateDocumentApi.md#validate_document_docx_validation) | **POST** /convert/validate/docx | Validate a Word document (DOCX)\n*ValidateDocumentApi* | [**validate_document_eml_validation**](docs/ValidateDocumentApi.md#validate_document_eml_validation) | **POST** /convert/validate/eml | Validate if an EML file is executable\n*ValidateDocumentApi* | [**validate_document_executable_validation**](docs/ValidateDocumentApi.md#validate_document_executable_validation) | **POST** /convert/validate/executable | Validate if a file is executable\n*ValidateDocumentApi* | [**validate_document_g_zip_validation**](docs/ValidateDocumentApi.md#validate_document_g_zip_validation) | **POST** /convert/validate/gzip | Validate a GZip Archive file (gzip or gz)\n*ValidateDocumentApi* | [**validate_document_html_ssrf_validation**](docs/ValidateDocumentApi.md#validate_document_html_ssrf_validation) | **POST** /convert/validate/html/ssrf-threat-check | Validate an HTML file and checks for SSRF threats\n*ValidateDocumentApi* | [**validate_document_html_validation**](docs/ValidateDocumentApi.md#validate_document_html_validation) | **POST** /convert/validate/html | Validate an HTML file\n*ValidateDocumentApi* | [**validate_document_image_validation**](docs/ValidateDocumentApi.md#validate_document_image_validation) | **POST** /convert/validate/image | Validate an Image File\n*ValidateDocumentApi* | [**validate_document_jpg_validation**](docs/ValidateDocumentApi.md#validate_document_jpg_validation) | **POST** /convert/validate/jpg | Validate a JPG File\n*ValidateDocumentApi* | [**validate_document_json_validation**](docs/ValidateDocumentApi.md#validate_document_json_validation) | **POST** /convert/validate/json | Validate a JSON file\n*ValidateDocumentApi* | [**validate_document_msg_validation**](docs/ValidateDocumentApi.md#validate_document_msg_validation) | **POST** /convert/validate/msg | Validate if an MSG file is executable\n*ValidateDocumentApi* | [**validate_document_pdf_validation**](docs/ValidateDocumentApi.md#validate_document_pdf_validation) | **POST** /convert/validate/pdf | Validate a PDF document file\n*ValidateDocumentApi* | [**validate_document_png_validation**](docs/ValidateDocumentApi.md#validate_document_png_validation) | **POST** /convert/validate/png | Validate a PNG File\n*ValidateDocumentApi* | [**validate_document_ppt_validation**](docs/ValidateDocumentApi.md#validate_document_ppt_validation) | **POST** /convert/validate/ppt | Validate a PowerPoint 97-2003 Legacy presentation (PPT)\n*ValidateDocumentApi* | [**validate_document_pptx_validation**](docs/ValidateDocumentApi.md#validate_document_pptx_validation) | **POST** /convert/validate/pptx | Validate a PowerPoint presentation (PPTX)\n*ValidateDocumentApi* | [**validate_document_rar_validation**](docs/ValidateDocumentApi.md#validate_document_rar_validation) | **POST** /convert/validate/rar | Validate a RAR Archive file (RAR)\n*ValidateDocumentApi* | [**validate_document_rtf_validation**](docs/ValidateDocumentApi.md#validate_document_rtf_validation) | **POST** /convert/validate/rtf | Validate a Rich Text Format document (RTF)\n*ValidateDocumentApi* | [**validate_document_tar_validation**](docs/ValidateDocumentApi.md#validate_document_tar_validation) | **POST** /convert/validate/tar | Validate a TAR Tarball Archive file (TAR)\n*ValidateDocumentApi* | [**validate_document_txt_validation**](docs/ValidateDocumentApi.md#validate_document_txt_validation) | **POST** /convert/validate/txt | Validate an TXT file\n*ValidateDocumentApi* | [**validate_document_xls_validation**](docs/ValidateDocumentApi.md#validate_document_xls_validation) | **POST** /convert/validate/xls | Validate a Excel 97-2003 Legacy spreadsheet (XLS)\n*ValidateDocumentApi* | [**validate_document_xlsx_validation**](docs/ValidateDocumentApi.md#validate_document_xlsx_validation) | **POST** /convert/validate/xlsx | Validate a Excel document (XLSX)\n*ValidateDocumentApi* | [**validate_document_xml_validation**](docs/ValidateDocumentApi.md#validate_document_xml_validation) | **POST** /convert/validate/xml | Validate an XML file\n*ValidateDocumentApi* | [**validate_document_xml_xxe_threat_validation**](docs/ValidateDocumentApi.md#validate_document_xml_xxe_threat_validation) | **POST** /convert/validate/xml/xxe-threats | Validate an XML file for XML External Entity (XXE) threats\n*ValidateDocumentApi* | [**validate_document_zip_validation**](docs/ValidateDocumentApi.md#validate_document_zip_validation) | **POST** /convert/validate/zip | Validate a Zip Archive file (zip)\n*ViewerToolsApi* | [**viewer_tools_create_simple**](docs/ViewerToolsApi.md#viewer_tools_create_simple) | **POST** /convert/viewer/create/web/simple | Create a web-based viewer\n*ZipArchiveApi* | [**zip_archive_zip_create**](docs/ZipArchiveApi.md#zip_archive_zip_create) | **POST** /convert/archive/zip/create | Compress files to create a new zip archive\n*ZipArchiveApi* | [**zip_archive_zip_create_advanced**](docs/ZipArchiveApi.md#zip_archive_zip_create_advanced) | **POST** /convert/archive/zip/create/advanced | Compress files and folders to create a new zip archive with advanced options\n*ZipArchiveApi* | [**zip_archive_zip_create_encrypted**](docs/ZipArchiveApi.md#zip_archive_zip_create_encrypted) | **POST** /convert/archive/zip/create/encrypted | Compress files to create a new, encrypted and password-protected zip archive\n*ZipArchiveApi* | [**zip_archive_zip_create_quarantine**](docs/ZipArchiveApi.md#zip_archive_zip_create_quarantine) | **POST** /convert/archive/zip/create/quarantine | Create an encrypted zip file to quarantine a dangerous file\n*ZipArchiveApi* | [**zip_archive_zip_decrypt**](docs/ZipArchiveApi.md#zip_archive_zip_decrypt) | **POST** /convert/archive/zip/decrypt | Decrypt and remove password protection on a zip file\n*ZipArchiveApi* | [**zip_archive_zip_encrypt_advanced**](docs/ZipArchiveApi.md#zip_archive_zip_encrypt_advanced) | **POST** /convert/archive/zip/encrypt/advanced | Encrypt and password protect a zip file\n*ZipArchiveApi* | [**zip_archive_zip_extract**](docs/ZipArchiveApi.md#zip_archive_zip_extract) | **POST** /convert/archive/zip/extract | Extract, decompress files and folders from a zip archive\n\n\n## Documentation For Models\n\n - [AddPdfAnnotationRequest](docs/AddPdfAnnotationRequest.md)\n - [AlternateFileFormatCandidate](docs/AlternateFileFormatCandidate.md)\n - [AppendXlsxRowRequest](docs/AppendXlsxRowRequest.md)\n - [AppendXlsxRowResponse](docs/AppendXlsxRowResponse.md)\n - [AutodetectDocumentValidationResult](docs/AutodetectDocumentValidationResult.md)\n - [AutodetectGetInfoResult](docs/AutodetectGetInfoResult.md)\n - [AutodetectToJpgResult](docs/AutodetectToJpgResult.md)\n - [AutodetectToPngResult](docs/AutodetectToPngResult.md)\n - [AutodetectToThumbnailsResult](docs/AutodetectToThumbnailsResult.md)\n - [Base64DecodeRequest](docs/Base64DecodeRequest.md)\n - [Base64DecodeResponse](docs/Base64DecodeResponse.md)\n - [Base64DetectRequest](docs/Base64DetectRequest.md)\n - [Base64DetectResponse](docs/Base64DetectResponse.md)\n - [Base64EncodeRequest](docs/Base64EncodeRequest.md)\n - [Base64EncodeResponse](docs/Base64EncodeResponse.md)\n - [ChangeLineEndingResponse](docs/ChangeLineEndingResponse.md)\n - [ClearXlsxCellRequest](docs/ClearXlsxCellRequest.md)\n - [ClearXlsxCellResponse](docs/ClearXlsxCellResponse.md)\n - [ClearXlsxRowRequest](docs/ClearXlsxRowRequest.md)\n - [ClearXlsxRowResponse](docs/ClearXlsxRowResponse.md)\n - [ConvertedJpgPage](docs/ConvertedJpgPage.md)\n - [ConvertedPngPage](docs/ConvertedPngPage.md)\n - [CreateBlankDocxRequest](docs/CreateBlankDocxRequest.md)\n - [CreateBlankDocxResponse](docs/CreateBlankDocxResponse.md)\n - [CreateBlankSpreadsheetRequest](docs/CreateBlankSpreadsheetRequest.md)\n - [CreateBlankSpreadsheetResponse](docs/CreateBlankSpreadsheetResponse.md)\n - [CreateSpreadsheetFromDataRequest](docs/CreateSpreadsheetFromDataRequest.md)\n - [CreateSpreadsheetFromDataResponse](docs/CreateSpreadsheetFromDataResponse.md)\n - [CreateZipArchiveRequest](docs/CreateZipArchiveRequest.md)\n - [CsvCollection](docs/CsvCollection.md)\n - [CsvFileResult](docs/CsvFileResult.md)\n - [DeleteDocxTableRowRangeRequest](docs/DeleteDocxTableRowRangeRequest.md)\n - [DeleteDocxTableRowRangeResponse](docs/DeleteDocxTableRowRangeResponse.md)\n - [DeleteDocxTableRowRequest](docs/DeleteDocxTableRowRequest.md)\n - [DeleteDocxTableRowResponse](docs/DeleteDocxTableRowResponse.md)\n - [DetectLineEndingsResponse](docs/DetectLineEndingsResponse.md)\n - [DisableSharedWorkbookRequest](docs/DisableSharedWorkbookRequest.md)\n - [DisableSharedWorkbookResponse](docs/DisableSharedWorkbookResponse.md)\n - [DocumentEditingEditSession](docs/DocumentEditingEditSession.md)\n - [DocumentTransformEditSession](docs/DocumentTransformEditSession.md)\n - [DocumentValidationError](docs/DocumentValidationError.md)\n - [DocumentValidationResult](docs/DocumentValidationResult.md)\n - [DocxBody](docs/DocxBody.md)\n - [DocxCellStyle](docs/DocxCellStyle.md)\n - [DocxComment](docs/DocxComment.md)\n - [DocxContentControl](docs/DocxContentControl.md)\n - [DocxFooter](docs/DocxFooter.md)\n - [DocxHeader](docs/DocxHeader.md)\n - [DocxImage](docs/DocxImage.md)\n - [DocxInsertCommentOnParagraphRequest](docs/DocxInsertCommentOnParagraphRequest.md)\n - [DocxInsertImageRequest](docs/DocxInsertImageRequest.md)\n - [DocxInsertImageResponse](docs/DocxInsertImageResponse.md)\n - [DocxMetadataCustomProperty](docs/DocxMetadataCustomProperty.md)\n - [DocxPage](docs/DocxPage.md)\n - [DocxParagraph](docs/DocxParagraph.md)\n - [DocxRemoveObjectRequest](docs/DocxRemoveObjectRequest.md)\n - [DocxRemoveObjectResponse](docs/DocxRemoveObjectResponse.md)\n - [DocxRun](docs/DocxRun.md)\n - [DocxSection](docs/DocxSection.md)\n - [DocxSetCustomMetadataPropertiesRequest](docs/DocxSetCustomMetadataPropertiesRequest.md)\n - [DocxSetFooterAddPageNumberRequest](docs/DocxSetFooterAddPageNumberRequest.md)\n - [DocxSetFooterRequest](docs/DocxSetFooterRequest.md)\n - [DocxSetFooterResponse](docs/DocxSetFooterResponse.md)\n - [DocxSetFormFieldsRequest](docs/DocxSetFormFieldsRequest.md)\n - [DocxSetHeaderRequest](docs/DocxSetHeaderRequest.md)\n - [DocxSetHeaderResponse](docs/DocxSetHeaderResponse.md)\n - [DocxStyle](docs/DocxStyle.md)\n - [DocxTable](docs/DocxTable.md)\n - [DocxTableCell](docs/DocxTableCell.md)\n - [DocxTableRow](docs/DocxTableRow.md)\n - [DocxTableSingleTableFill](docs/DocxTableSingleTableFill.md)\n - [DocxTableTableFillMultiRequest](docs/DocxTableTableFillMultiRequest.md)\n - [DocxTableTableFillRequest](docs/DocxTableTableFillRequest.md)\n - [DocxTableTableFillTableCell](docs/DocxTableTableFillTableCell.md)\n - [DocxTableTableFillTableRow](docs/DocxTableTableFillTableRow.md)\n - [DocxTemplateApplicationRequest](docs/DocxTemplateApplicationRequest.md)\n - [DocxTemplateOperation](docs/DocxTemplateOperation.md)\n - [DocxText](docs/DocxText.md)\n - [DocxToJpgResult](docs/DocxToJpgResult.md)\n - [DocxToPngResult](docs/DocxToPngResult.md)\n - [DocxTopLevelComment](docs/DocxTopLevelComment.md)\n - [EmlAttachment](docs/EmlAttachment.md)\n - [EmlToHtmlResult](docs/EmlToHtmlResult.md)\n - [EmlToJpgResult](docs/EmlToJpgResult.md)\n - [EmlToPngResult](docs/EmlToPngResult.md)\n - [EnableSharedWorkbookRequest](docs/EnableSharedWorkbookRequest.md)\n - [EnableSharedWorkbookResponse](docs/EnableSharedWorkbookResponse.md)\n - [ExifValue](docs/ExifValue.md)\n - [FillHandlebarFormField](docs/FillHandlebarFormField.md)\n - [FindDocxParagraphRequest](docs/FindDocxParagraphRequest.md)\n - [FindDocxParagraphResponse](docs/FindDocxParagraphResponse.md)\n - [FindRegexMatch](docs/FindRegexMatch.md)\n - [FindStringMatch](docs/FindStringMatch.md)\n - [FindStringRegexRequest](docs/FindStringRegexRequest.md)\n - [FindStringRegexResponse](docs/FindStringRegexResponse.md)\n - [FindStringSimpleRequest](docs/FindStringSimpleRequest.md)\n - [FindStringSimpleResponse](docs/FindStringSimpleResponse.md)\n - [FinishEditingRequest](docs/FinishEditingRequest.md)\n - [GetDocxBodyRequest](docs/GetDocxBodyRequest.md)\n - [GetDocxBodyResponse](docs/GetDocxBodyResponse.md)\n - [GetDocxCommentsHierarchicalResponse](docs/GetDocxCommentsHierarchicalResponse.md)\n - [GetDocxCommentsResponse](docs/GetDocxCommentsResponse.md)\n - [GetDocxContentControlsResponse](docs/GetDocxContentControlsResponse.md)\n - [GetDocxGetCommentsHierarchicalRequest](docs/GetDocxGetCommentsHierarchicalRequest.md)\n - [GetDocxGetCommentsRequest](docs/GetDocxGetCommentsRequest.md)\n - [GetDocxGetFormFieldsResponse](docs/GetDocxGetFormFieldsResponse.md)\n - [GetDocxHeadersAndFootersRequest](docs/GetDocxHeadersAndFootersRequest.md)\n - [GetDocxHeadersAndFootersResponse](docs/GetDocxHeadersAndFootersResponse.md)\n - [GetDocxImagesRequest](docs/GetDocxImagesRequest.md)\n - [GetDocxImagesResponse](docs/GetDocxImagesResponse.md)\n - [GetDocxMetadataPropertiesResponse](docs/GetDocxMetadataPropertiesResponse.md)\n - [GetDocxPagesRequest](docs/GetDocxPagesRequest.md)\n - [GetDocxPagesResponse](docs/GetDocxPagesResponse.md)\n - [GetDocxSectionsRequest](docs/GetDocxSectionsRequest.md)\n - [GetDocxSectionsResponse](docs/GetDocxSectionsResponse.md)\n - [GetDocxStylesRequest](docs/GetDocxStylesRequest.md)\n - [GetDocxStylesResponse](docs/GetDocxStylesResponse.md)\n - [GetDocxTableByIndexRequest](docs/GetDocxTableByIndexRequest.md)\n - [GetDocxTableByIndexResponse](docs/GetDocxTableByIndexResponse.md)\n - [GetDocxTableRowRequest](docs/GetDocxTableRowRequest.md)\n - [GetDocxTableRowResponse](docs/GetDocxTableRowResponse.md)\n - [GetDocxTablesRequest](docs/GetDocxTablesRequest.md)\n - [GetDocxTablesResponse](docs/GetDocxTablesResponse.md)\n - [GetFileTypeIconResult](docs/GetFileTypeIconResult.md)\n - [GetImageInfoResult](docs/GetImageInfoResult.md)\n - [GetMacrosResponse](docs/GetMacrosResponse.md)\n - [GetPdfAnnotationsResult](docs/GetPdfAnnotationsResult.md)\n - [GetXlsxCellByIdentifierRequest](docs/GetXlsxCellByIdentifierRequest.md)\n - [GetXlsxCellByIdentifierResponse](docs/GetXlsxCellByIdentifierResponse.md)\n - [GetXlsxCellRequest](docs/GetXlsxCellRequest.md)\n - [GetXlsxCellResponse](docs/GetXlsxCellResponse.md)\n - [GetXlsxColumnsRequest](docs/GetXlsxColumnsRequest.md)\n - [GetXlsxColumnsResponse](docs/GetXlsxColumnsResponse.md)\n - [GetXlsxImagesRequest](docs/GetXlsxImagesRequest.md)\n - [GetXlsxImagesResponse](docs/GetXlsxImagesResponse.md)\n - [GetXlsxRowsAndCellsRequest](docs/GetXlsxRowsAndCellsRequest.md)\n - [GetXlsxRowsAndCellsResponse](docs/GetXlsxRowsAndCellsResponse.md)\n - [GetXlsxSpecificRowRequest](docs/GetXlsxSpecificRowRequest.md)\n - [GetXlsxSpecificRowResponse](docs/GetXlsxSpecificRowResponse.md)\n - [GetXlsxStylesRequest](docs/GetXlsxStylesRequest.md)\n - [GetXlsxStylesResponse](docs/GetXlsxStylesResponse.md)\n - [GetXlsxWorksheetsRequest](docs/GetXlsxWorksheetsRequest.md)\n - [GetXlsxWorksheetsResponse](docs/GetXlsxWorksheetsResponse.md)\n - [HandlebarFormField](docs/HandlebarFormField.md)\n - [HtmlGetLanguageResult](docs/HtmlGetLanguageResult.md)\n - [HtmlGetLinksResponse](docs/HtmlGetLinksResponse.md)\n - [HtmlGetRelCanonicalUrlResult](docs/HtmlGetRelCanonicalUrlResult.md)\n - [HtmlGetSitemapUrlResult](docs/HtmlGetSitemapUrlResult.md)\n - [HtmlHyperlink](docs/HtmlHyperlink.md)\n - [HtmlMdResult](docs/HtmlMdResult.md)\n - [HtmlSsrfThreatCheckResult](docs/HtmlSsrfThreatCheckResult.md)\n - [HtmlTemplateApplicationRequest](docs/HtmlTemplateApplicationRequest.md)\n - [HtmlTemplateApplicationResponse](docs/HtmlTemplateApplicationResponse.md)\n - [HtmlTemplateOperation](docs/HtmlTemplateOperation.md)\n - [HtmlThreatLink](docs/HtmlThreatLink.md)\n - [HtmlToOfficeRequest](docs/HtmlToOfficeRequest.md)\n - [HtmlToPdfRequest](docs/HtmlToPdfRequest.md)\n - [HtmlToPngRequest](docs/HtmlToPngRequest.md)\n - [HtmlToTextRequest](docs/HtmlToTextRequest.md)\n - [HtmlToTextResponse](docs/HtmlToTextResponse.md)\n - [InsertDocxCommentOnParagraphResponse](docs/InsertDocxCommentOnParagraphResponse.md)\n - [InsertDocxInsertParagraphRequest](docs/InsertDocxInsertParagraphRequest.md)\n - [InsertDocxInsertParagraphResponse](docs/InsertDocxInsertParagraphResponse.md)\n - [InsertDocxTableRowRequest](docs/InsertDocxTableRowRequest.md)\n - [InsertDocxTableRowResponse](docs/InsertDocxTableRowResponse.md)\n - [InsertDocxTablesRequest](docs/InsertDocxTablesRequest.md)\n - [InsertDocxTablesResponse](docs/InsertDocxTablesResponse.md)\n - [InsertXlsxWorksheetRequest](docs/InsertXlsxWorksheetRequest.md)\n - [InsertXlsxWorksheetResponse](docs/InsertXlsxWorksheetResponse.md)\n - [KeynoteToJpgResult](docs/KeynoteToJpgResult.md)\n - [KeynoteToPngResult](docs/KeynoteToPngResult.md)\n - [MsgAttachment](docs/MsgAttachment.md)\n - [MsgToHtmlResult](docs/MsgToHtmlResult.md)\n - [MsgToJpgResult](docs/MsgToJpgResult.md)\n - [MsgToPngResult](docs/MsgToPngResult.md)\n - [MultiReplaceStringRequest](docs/MultiReplaceStringRequest.md)\n - [MultipageImageFormatConversionResult](docs/MultipageImageFormatConversionResult.md)\n - [OdpToJpgResult](docs/OdpToJpgResult.md)\n - [OdpToPngResult](docs/OdpToPngResult.md)\n - [OdsToJpgResult](docs/OdsToJpgResult.md)\n - [OdsToPngResult](docs/OdsToPngResult.md)\n - [OdtToJpgResult](docs/OdtToJpgResult.md)\n - [OdtToPngResult](docs/OdtToPngResult.md)\n - [PageConversionResult](docs/PageConversionResult.md)\n - [PdfAnnotation](docs/PdfAnnotation.md)\n - [PdfDocument](docs/PdfDocument.md)\n - [PdfFormField](docs/PdfFormField.md)\n - [PdfFormFields](docs/PdfFormFields.md)\n - [PdfMetadata](docs/PdfMetadata.md)\n - [PdfPageText](docs/PdfPageText.md)\n - [PdfTextByPageResult](docs/PdfTextByPageResult.md)\n - [PdfToJpgResult](docs/PdfToJpgResult.md)\n - [PdfToPngResult](docs/PdfToPngResult.md)\n - [PptxToPngResult](docs/PptxToPngResult.md)\n - [PresentationResult](docs/PresentationResult.md)\n - [RemoveDocxHeadersAndFootersRequest](docs/RemoveDocxHeadersAndFootersRequest.md)\n - [RemoveDocxHeadersAndFootersResponse](docs/RemoveDocxHeadersAndFootersResponse.md)\n - [RemoveDocxPagesRequest](docs/RemoveDocxPagesRequest.md)\n - [RemoveHtmlFromTextRequest](docs/RemoveHtmlFromTextRequest.md)\n - [RemoveHtmlFromTextResponse](docs/RemoveHtmlFromTextResponse.md)\n - [RemovePptxSlidesRequest](docs/RemovePptxSlidesRequest.md)\n - [RemoveWhitespaceFromTextRequest](docs/RemoveWhitespaceFromTextRequest.md)\n - [RemoveWhitespaceFromTextResponse](docs/RemoveWhitespaceFromTextResponse.md)\n - [RemoveXlsxWorksheetRequest](docs/RemoveXlsxWorksheetRequest.md)\n - [RenameXlsxWorksheetRequest](docs/RenameXlsxWorksheetRequest.md)\n - [RenameXlsxWorksheetResponse](docs/RenameXlsxWorksheetResponse.md)\n - [ReplaceDocxParagraphRequest](docs/ReplaceDocxParagraphRequest.md)\n - [ReplaceDocxParagraphResponse](docs/ReplaceDocxParagraphResponse.md)\n - [ReplaceStringRegexRequest](docs/ReplaceStringRegexRequest.md)\n - [ReplaceStringRegexResponse](docs/ReplaceStringRegexResponse.md)\n - [ReplaceStringRequest](docs/ReplaceStringRequest.md)\n - [ReplaceStringSimpleRequest](docs/ReplaceStringSimpleRequest.md)\n - [ReplaceStringSimpleResponse](docs/ReplaceStringSimpleResponse.md)\n - [RtfToJpgResult](docs/RtfToJpgResult.md)\n - [RtfToPngResult](docs/RtfToPngResult.md)\n - [ScreenshotRequest](docs/ScreenshotRequest.md)\n - [SetFormFieldValue](docs/SetFormFieldValue.md)\n - [SetPdfFormFieldsRequest](docs/SetPdfFormFieldsRequest.md)\n - [SetPdfMetadataRequest](docs/SetPdfMetadataRequest.md)\n - [SetXlsxCellByIdentifierRequest](docs/SetXlsxCellByIdentifierRequest.md)\n - [SetXlsxCellByIdentifierResponse](docs/SetXlsxCellByIdentifierResponse.md)\n - [SetXlsxCellRequest](docs/SetXlsxCellRequest.md)\n - [SetXlsxCellResponse](docs/SetXlsxCellResponse.md)\n - [SingleReplaceString](docs/SingleReplaceString.md)\n - [SplitDocumentResult](docs/SplitDocumentResult.md)\n - [SplitDocxDocumentResult](docs/SplitDocxDocumentResult.md)\n - [SplitPdfResult](docs/SplitPdfResult.md)\n - [SplitPptxPresentationResult](docs/SplitPptxPresentationResult.md)\n - [SplitTextDocumentByLinesResult](docs/SplitTextDocumentByLinesResult.md)\n - [SplitTextDocumentByStringResult](docs/SplitTextDocumentByStringResult.md)\n - [SplitXlsxWorksheetResult](docs/SplitXlsxWorksheetResult.md)\n - [TextConversionResult](docs/TextConversionResult.md)\n - [TextDocumentElement](docs/TextDocumentElement.md)\n - [TextDocumentLine](docs/TextDocumentLine.md)\n - [TextEncodingDetectResponse](docs/TextEncodingDetectResponse.md)\n - [Thumbnail](docs/Thumbnail.md)\n - [UpdateDocxTableCellRequest](docs/UpdateDocxTableCellRequest.md)\n - [UpdateDocxTableCellResponse](docs/UpdateDocxTableCellResponse.md)\n - [UpdateDocxTableRowRequest](docs/UpdateDocxTableRowRequest.md)\n - [UpdateDocxTableRowResponse](docs/UpdateDocxTableRowResponse.md)\n - [UrlToPdfRequest](docs/UrlToPdfRequest.md)\n - [UrlToTextRequest](docs/UrlToTextRequest.md)\n - [UrlToTextResponse](docs/UrlToTextResponse.md)\n - [ViewerResponse](docs/ViewerResponse.md)\n - [WorksheetResult](docs/WorksheetResult.md)\n - [XlsxImage](docs/XlsxImage.md)\n - [XlsxSpreadsheetCell](docs/XlsxSpreadsheetCell.md)\n - [XlsxSpreadsheetColumn](docs/XlsxSpreadsheetColumn.md)\n - [XlsxSpreadsheetRow](docs/XlsxSpreadsheetRow.md)\n - [XlsxToPngResult](docs/XlsxToPngResult.md)\n - [XlsxWorksheet](docs/XlsxWorksheet.md)\n - [XmlAddAttributeWithXPathResult](docs/XmlAddAttributeWithXPathResult.md)\n - [XmlAddChildWithXPathResult](docs/XmlAddChildWithXPathResult.md)\n - [XmlFilterWithXPathResult](docs/XmlFilterWithXPathResult.md)\n - [XmlQueryWithXQueryMultiResult](docs/XmlQueryWithXQueryMultiResult.md)\n - [XmlQueryWithXQueryResult](docs/XmlQueryWithXQueryResult.md)\n - [XmlRemoveAllChildrenWithXPathResult](docs/XmlRemoveAllChildrenWithXPathResult.md)\n - [XmlRemoveWithXPathResult](docs/XmlRemoveWithXPathResult.md)\n - [XmlReplaceWithXPathResult](docs/XmlReplaceWithXPathResult.md)\n - [XmlSetValueWithXPathResult](docs/XmlSetValueWithXPathResult.md)\n - [XxeThreatDetectionResult](docs/XxeThreatDetectionResult.md)\n - [ZipDirectory](docs/ZipDirectory.md)\n - [ZipEncryptionAdvancedRequest](docs/ZipEncryptionAdvancedRequest.md)\n - [ZipExtractResponse](docs/ZipExtractResponse.md)\n - [ZipFile](docs/ZipFile.md)\n\n\n## Documentation For Authorization\n\n\n## Apikey\n\n- **Type**: API key\n- **API key parameter name**: Apikey\n- **Location**: HTTP header\n\n\n## Author", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.cloudmersive.com/convert-api", "keywords": "Swagger,convertapi", "license": "", "maintainer": "", "maintainer_email": "", "name": "cloudmersive-convert-api-client", "package_url": "https://pypi.org/project/cloudmersive-convert-api-client/", "platform": "", "project_url": "https://pypi.org/project/cloudmersive-convert-api-client/", "project_urls": { "Homepage": "https://www.cloudmersive.com/convert-api" }, "release_url": "https://pypi.org/project/cloudmersive-convert-api-client/3.2.5/", "requires_dist": null, "requires_python": "", "summary": "convertapi", "version": "3.2.5", "yanked": false, "yanked_reason": null }, "last_serial": 11754140, "releases": { "2.0.5": [ { "comment_text": "", "digests": { "md5": "6486f5247339339ca0228e674fa807f1", "sha256": "c118c9fc7e8b4da9249bfb9c7ef8d730414f9d9aaf35df41a63807c67a8abd14" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.0.5.tar.gz", "has_sig": false, "md5_digest": "6486f5247339339ca0228e674fa807f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71983, "upload_time": "2019-09-02T19:29:04", "upload_time_iso_8601": "2019-09-02T19:29:04.177508Z", "url": "https://files.pythonhosted.org/packages/60/e2/91745841e094e968ee14926696baad863543bcf719cdf0963e65b80a11cd/cloudmersive_convert_api_client-2.0.5.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.6": [ { "comment_text": "", "digests": { "md5": "f454145460e66efc1712167e0f83224c", "sha256": "3f5af6532eede4f10930468c340a4245e44eccf78782bee9960e130ff80c6d71" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.0.6.tar.gz", "has_sig": false, "md5_digest": "f454145460e66efc1712167e0f83224c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71954, "upload_time": "2019-09-02T19:30:13", "upload_time_iso_8601": "2019-09-02T19:30:13.391094Z", "url": "https://files.pythonhosted.org/packages/00/52/bd37d3a02e41dbe8f532cbbd58dca624a464cb6f0ca6cc830baeb67fd51f/cloudmersive_convert_api_client-2.0.6.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.7": [ { "comment_text": "", "digests": { "md5": "f5c9c770f1577ca757b5e6e588b1b04e", "sha256": "b7d304cfecc4b778c0fc629358b773fbc85a34dc836e5c4c74e25531c8063ea4" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.0.7.tar.gz", "has_sig": false, "md5_digest": "f5c9c770f1577ca757b5e6e588b1b04e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73631, "upload_time": "2019-09-09T01:59:34", "upload_time_iso_8601": "2019-09-09T01:59:34.278779Z", "url": "https://files.pythonhosted.org/packages/1f/59/1007b678bbced8c0412e022060687ccddaa20c413391c374d0457ca415aa/cloudmersive_convert_api_client-2.0.7.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.8": [ { "comment_text": "", "digests": { "md5": "43c0cb0dfaef23f0e5554b4e7141993c", "sha256": "bd6b13c748c4819094178b0db3a6ba3a377cf475025f34162b2ddd119ce63283" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.0.8.tar.gz", "has_sig": false, "md5_digest": "43c0cb0dfaef23f0e5554b4e7141993c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75241, "upload_time": "2019-09-28T18:37:00", "upload_time_iso_8601": "2019-09-28T18:37:00.480771Z", "url": "https://files.pythonhosted.org/packages/79/a3/43ff3482e3b01398b70f498f8713b299fbf5531404e97a8a124c7cb84f47/cloudmersive_convert_api_client-2.0.8.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.9": [ { "comment_text": "", "digests": { "md5": "f0cdac202307d7d53e026481ead0e842", "sha256": "eef39490d858380c1458192055b08c8c5a8790024645cfad0ccd5d462d0f79da" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.0.9.tar.gz", "has_sig": false, "md5_digest": "f0cdac202307d7d53e026481ead0e842", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75440, "upload_time": "2019-10-05T20:47:22", "upload_time_iso_8601": "2019-10-05T20:47:22.847628Z", "url": "https://files.pythonhosted.org/packages/a4/fa/9108072ab3fb52c8c9a7d5f161740f79c60c09e8c7b92e07d7709a480549/cloudmersive_convert_api_client-2.0.9.tar.gz", "yanked": false, "yanked_reason": null } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "3db515fdc446e272027d1f4e88bdc737", "sha256": "5012075d0b51864fa8ddeb29aa747fa94d0c1a1e86f435552575893aae3691fd" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.1.0.tar.gz", "has_sig": false, "md5_digest": "3db515fdc446e272027d1f4e88bdc737", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76699, "upload_time": "2019-10-14T06:02:14", "upload_time_iso_8601": "2019-10-14T06:02:14.694784Z", "url": "https://files.pythonhosted.org/packages/a2/93/25a4a1a5368247a8e5a69b666571d182364f36a6406513a25cceafde987f/cloudmersive_convert_api_client-2.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "2.1.1": [ { "comment_text": "", "digests": { "md5": "e0fb67125abbd253f81ef115c2b51ee4", "sha256": "628774a7bba7d0fd0cc72c6abdfec33b9e61b5e232b47a12faef3b4e63fc5b69" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.1.1.tar.gz", "has_sig": false, "md5_digest": "e0fb67125abbd253f81ef115c2b51ee4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76888, "upload_time": "2019-10-20T19:22:13", "upload_time_iso_8601": "2019-10-20T19:22:13.524082Z", "url": "https://files.pythonhosted.org/packages/53/b3/45910f57c03cb384ab0169c96e87215e6c9a6bf70e2eee9b32b89f91fa83/cloudmersive_convert_api_client-2.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "2.1.2": [ { "comment_text": "", "digests": { "md5": "46e8b85d7fa08b83f5545500afd316fd", "sha256": "51f052990089cc1a1fbfcc15ead4a457606d4bc37814df39f78d2b0779297e07" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.1.2.tar.gz", "has_sig": false, "md5_digest": "46e8b85d7fa08b83f5545500afd316fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78018, "upload_time": "2019-10-25T01:12:43", "upload_time_iso_8601": "2019-10-25T01:12:43.462929Z", "url": "https://files.pythonhosted.org/packages/f9/05/38bda61c5e39e9d1973dbf25392e67475eb87c2f7bacdf63398a6ef6686c/cloudmersive_convert_api_client-2.1.2.tar.gz", "yanked": false, "yanked_reason": null } ], "2.1.3": [ { "comment_text": "", "digests": { "md5": "8f8e11c590cca735521f1faf447bba7f", "sha256": "f6cbd3a3d1fd5d3ef1c59ae34a5042eacd1667d5924af26871a238492eeadd80" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.1.3.tar.gz", "has_sig": false, "md5_digest": "8f8e11c590cca735521f1faf447bba7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78487, "upload_time": "2019-10-26T20:09:40", "upload_time_iso_8601": "2019-10-26T20:09:40.648358Z", "url": "https://files.pythonhosted.org/packages/35/3d/ed25098d336110df483f22000361de878e43af2892516a04e937dba1843d/cloudmersive_convert_api_client-2.1.3.tar.gz", "yanked": false, "yanked_reason": null } ], "2.1.4": [ { "comment_text": "", "digests": { "md5": "02d29aaebf3749b4215eea75f04fb251", "sha256": "3d2b37323afd8b08708e4296e924e18c66ad4ed287c5e9e525b5a626a9241fee" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.1.4.tar.gz", "has_sig": false, "md5_digest": "02d29aaebf3749b4215eea75f04fb251", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78736, "upload_time": "2019-10-27T21:11:57", "upload_time_iso_8601": "2019-10-27T21:11:57.129761Z", "url": "https://files.pythonhosted.org/packages/ca/98/14eb971e0370ce9cef6a484a4a93516801ea75ad4ae75c9ad7d9f167c7d9/cloudmersive_convert_api_client-2.1.4.tar.gz", "yanked": false, "yanked_reason": null } ], "2.1.5": [ { "comment_text": "", "digests": { "md5": "46b182a5208a39c1f113c99c819e0573", "sha256": "d9800548cc707ac2626967e64db27ce6eefcaf29896c38183cd18bbf9c3cba52" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.1.5.tar.gz", "has_sig": false, "md5_digest": "46b182a5208a39c1f113c99c819e0573", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80687, "upload_time": "2019-11-03T06:16:23", "upload_time_iso_8601": "2019-11-03T06:16:23.187370Z", "url": "https://files.pythonhosted.org/packages/e8/ae/6abf9d2a856ee630756d3cb978785a1d695426dc92fc19c08fb91cddb2f5/cloudmersive_convert_api_client-2.1.5.tar.gz", "yanked": false, "yanked_reason": null } ], "2.1.6": [ { "comment_text": "", "digests": { "md5": "78a2b82e38d0852518a21166ee188ff4", "sha256": "52d3ebb83ad4fe801dbc26d7a48f2791eae4ee34636788105b46cd90296b538d" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.1.6.tar.gz", "has_sig": false, "md5_digest": "78a2b82e38d0852518a21166ee188ff4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 82382, "upload_time": "2019-11-10T08:48:51", "upload_time_iso_8601": "2019-11-10T08:48:51.853525Z", "url": "https://files.pythonhosted.org/packages/5e/8e/d9092e63ea33ebc07e71f2574e920546c60269f9934c3d4429b081675fe9/cloudmersive_convert_api_client-2.1.6.tar.gz", "yanked": false, "yanked_reason": null } ], "2.1.7": [ { "comment_text": "", "digests": { "md5": "b19bb93e31034c298b020a6aabee1bd2", "sha256": "3caec5656e0ab5acfbfa8d28f403242b74c17971be44cc7576a5b88e78464505" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.1.7.tar.gz", "has_sig": false, "md5_digest": "b19bb93e31034c298b020a6aabee1bd2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 84210, "upload_time": "2019-11-23T04:32:41", "upload_time_iso_8601": "2019-11-23T04:32:41.086609Z", "url": "https://files.pythonhosted.org/packages/a7/19/a4e5b9ae21a45f6d6e9f553e11dab7299cef46dbd670ead9cc9d570b2800/cloudmersive_convert_api_client-2.1.7.tar.gz", "yanked": false, "yanked_reason": null } ], "2.1.8": [ { "comment_text": "", "digests": { "md5": "b588305cd7db9b756703c80234db0ea8", "sha256": "4ed280cbf806fceb8ff572ef2b061a37dbbe0e43cdd9bd9cb43ec0b504aed436" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.1.8.tar.gz", "has_sig": false, "md5_digest": "b588305cd7db9b756703c80234db0ea8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 90411, "upload_time": "2019-11-27T06:09:28", "upload_time_iso_8601": "2019-11-27T06:09:28.684393Z", "url": "https://files.pythonhosted.org/packages/df/f0/2ce100ebcf8676af66a171b62f167ed500eb199436b7dea6915d321f1bbd/cloudmersive_convert_api_client-2.1.8.tar.gz", "yanked": false, "yanked_reason": null } ], "2.1.9": [ { "comment_text": "", "digests": { "md5": "fa5530ddb963fc322f0ff3252921ad9a", "sha256": "46f62d333b884e95dcd37e8fcd505e5a973eeefb72681af4982219154bd760cd" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.1.9.tar.gz", "has_sig": false, "md5_digest": "fa5530ddb963fc322f0ff3252921ad9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92321, "upload_time": "2019-11-29T03:36:17", "upload_time_iso_8601": "2019-11-29T03:36:17.132680Z", "url": "https://files.pythonhosted.org/packages/ea/b9/dcae166c578af7a9f1dc9843a89c1aca13b2eb6f42a771f3afa4bc980b43/cloudmersive_convert_api_client-2.1.9.tar.gz", "yanked": false, "yanked_reason": null } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "ec285f2e773a0337970a596c35724467", "sha256": "ee4834639820a87da0ef2413591a5ec97156e23dc261075dbf9192b8a02c77cd" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.2.0.tar.gz", "has_sig": false, "md5_digest": "ec285f2e773a0337970a596c35724467", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92813, "upload_time": "2019-11-29T23:12:58", "upload_time_iso_8601": "2019-11-29T23:12:58.140729Z", "url": "https://files.pythonhosted.org/packages/15/f8/1129f7b414f451f832bc6a2d9ed8e5f420b888d564a194098abceb084e67/cloudmersive_convert_api_client-2.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "2.2.1": [ { "comment_text": "", "digests": { "md5": "2ad9ef481c95ddcff1c9edfb427a3a6f", "sha256": "6200673ce71000f2b3f25e96054d62f36e810e76939dc8c5dc605d322d32274f" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.2.1.tar.gz", "has_sig": false, "md5_digest": "2ad9ef481c95ddcff1c9edfb427a3a6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 96709, "upload_time": "2019-12-07T18:41:13", "upload_time_iso_8601": "2019-12-07T18:41:13.524335Z", "url": "https://files.pythonhosted.org/packages/37/16/ac3a2a3b7f0aedc5b7f64955269cbfd0caa2be1b0a1941547322931bf3dc/cloudmersive_convert_api_client-2.2.1.tar.gz", "yanked": false, "yanked_reason": null } ], "2.2.2": [ { "comment_text": "", "digests": { "md5": "08294d26f21f71f12d405071192e895c", "sha256": "6f81d49ae6ae9a1756d298a7b19b48ba8a6ad1d577322704e3e8860ac9f11b34" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.2.2.tar.gz", "has_sig": false, "md5_digest": "08294d26f21f71f12d405071192e895c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 102419, "upload_time": "2019-12-15T16:07:55", "upload_time_iso_8601": "2019-12-15T16:07:55.917525Z", "url": "https://files.pythonhosted.org/packages/1b/f5/d91ec5bfa277885f54661facb9cd2e5ea7f8f5bec21ffabf0f0c1f09967b/cloudmersive_convert_api_client-2.2.2.tar.gz", "yanked": false, "yanked_reason": null } ], "2.2.3": [ { "comment_text": "", "digests": { "md5": "694a1683af518d8a3846c42cb63877b4", "sha256": "66460567f792f6cdb6443702596b0b9c6eeb32d4db678b707e44a15e10fad181" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.2.3.tar.gz", "has_sig": false, "md5_digest": "694a1683af518d8a3846c42cb63877b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 107412, "upload_time": "2019-12-15T22:55:04", "upload_time_iso_8601": "2019-12-15T22:55:04.812618Z", "url": "https://files.pythonhosted.org/packages/2b/89/5629db1b7323b62445441ba70cc3a9dce5830659efe96cc9603e16975884/cloudmersive_convert_api_client-2.2.3.tar.gz", "yanked": false, "yanked_reason": null } ], "2.2.4": [ { "comment_text": "", "digests": { "md5": "cbd1a5e0f709daa4cc3b6380c3d964ba", "sha256": "72830a49e529e3c0900817228350314fe593e7c3dd58067e02a24830ccc1386b" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.2.4.tar.gz", "has_sig": false, "md5_digest": "cbd1a5e0f709daa4cc3b6380c3d964ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 109577, "upload_time": "2019-12-16T05:39:48", "upload_time_iso_8601": "2019-12-16T05:39:48.064023Z", "url": "https://files.pythonhosted.org/packages/3f/86/0451dee9477bd54918da9b9106999bd0869b85d11fd8c3e8052b21889468/cloudmersive_convert_api_client-2.2.4.tar.gz", "yanked": false, "yanked_reason": null } ], "2.2.5": [ { "comment_text": "", "digests": { "md5": "458474fff52a57387adf8d381db00768", "sha256": "0c13d9a79bfe94c60689697414b09245e7fd76c5bfc5a549e4d1eed5ae5bd12b" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.2.5.tar.gz", "has_sig": false, "md5_digest": "458474fff52a57387adf8d381db00768", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 112143, "upload_time": "2019-12-22T19:15:11", "upload_time_iso_8601": "2019-12-22T19:15:11.151767Z", "url": "https://files.pythonhosted.org/packages/49/7f/00a8f2ab087c6e86369152d65319dbf32a3734726503d87edcc91cc174e7/cloudmersive_convert_api_client-2.2.5.tar.gz", "yanked": false, "yanked_reason": null } ], "2.2.6": [ { "comment_text": "", "digests": { "md5": "a2881e83b05dea58af0c38ed69886e14", "sha256": "c750d8a54d63b40c63693858c9fe7e5bb3ce31f604acf6d0bb01d730ee9afc9c" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.2.6.tar.gz", "has_sig": false, "md5_digest": "a2881e83b05dea58af0c38ed69886e14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 118200, "upload_time": "2019-12-25T19:15:32", "upload_time_iso_8601": "2019-12-25T19:15:32.885487Z", "url": "https://files.pythonhosted.org/packages/60/c7/3b55f60afec94ec16868a2b42fe633a88cddb0aa07b99fb36468852cc007/cloudmersive_convert_api_client-2.2.6.tar.gz", "yanked": false, "yanked_reason": null } ], "2.2.7": [ { "comment_text": "", "digests": { "md5": "bc1b59dfbf29ee862f0aa837d9e1f8ab", "sha256": "4e3030e5d5d514fea3989c0555033507b718e2fcbe23fed04fbd5dc986cc96e1" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.2.7.tar.gz", "has_sig": false, "md5_digest": "bc1b59dfbf29ee862f0aa837d9e1f8ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 120313, "upload_time": "2019-12-26T04:59:04", "upload_time_iso_8601": "2019-12-26T04:59:04.957578Z", "url": "https://files.pythonhosted.org/packages/08/ed/702ae5b38dc8f76ffce1890954133a637e539ab9e13656b7edf9dc5ed81b/cloudmersive_convert_api_client-2.2.7.tar.gz", "yanked": false, "yanked_reason": null } ], "2.2.8": [ { "comment_text": "", "digests": { "md5": "de22a3d649892b112a91ddbbaaa28b9e", "sha256": "0992a1182300d54cb413223a62aec87d4a0b3f84b5b90f3734df5bcb6056a064" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.2.8.tar.gz", "has_sig": false, "md5_digest": "de22a3d649892b112a91ddbbaaa28b9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 126578, "upload_time": "2019-12-27T07:18:59", "upload_time_iso_8601": "2019-12-27T07:18:59.475623Z", "url": "https://files.pythonhosted.org/packages/74/19/5a2185ee4744985dd9dbdeaabc6fb95a71b42c603d69f0f593ce4096df23/cloudmersive_convert_api_client-2.2.8.tar.gz", "yanked": false, "yanked_reason": null } ], "2.2.9": [ { "comment_text": "", "digests": { "md5": "a23aa1ab0db1ea74c9ffd9c9593aca67", "sha256": "6594640c11205be611a49bfe49debc541a27f6203fb56db6ee609bcccca60d3e" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.2.9.tar.gz", "has_sig": false, "md5_digest": "a23aa1ab0db1ea74c9ffd9c9593aca67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 127800, "upload_time": "2020-01-02T01:52:54", "upload_time_iso_8601": "2020-01-02T01:52:54.252049Z", "url": "https://files.pythonhosted.org/packages/b8/e8/f112f08eda0644f5d893b97ecb1e3dfdf9f6e9aad7f4fa49cadf9d63fe0f/cloudmersive_convert_api_client-2.2.9.tar.gz", "yanked": false, "yanked_reason": null } ], "2.3.0": [ { "comment_text": "", "digests": { "md5": "e8c76365d7113140f167e9de9ed005b2", "sha256": "cb97c3bd5b9b72ee7e926fd6feca8a4df18d4e3745fd794f09159ab659315cb3" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.3.0.tar.gz", "has_sig": false, "md5_digest": "e8c76365d7113140f167e9de9ed005b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 128756, "upload_time": "2020-01-03T06:42:08", "upload_time_iso_8601": "2020-01-03T06:42:08.985888Z", "url": "https://files.pythonhosted.org/packages/bb/95/7c5911fbd1509575fe72bdaae696e71e6e701b49ea440a5764d2c2410c10/cloudmersive_convert_api_client-2.3.0.tar.gz", "yanked": false, "yanked_reason": null } ], "2.3.1": [ { "comment_text": "", "digests": { "md5": "71b24de1f7308255253604b5a76f11d8", "sha256": "2fdf62033476fef732b3c6e4af60ab4974e7b0f524303232ee4d3656738f5e18" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.3.1.tar.gz", "has_sig": false, "md5_digest": "71b24de1f7308255253604b5a76f11d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 132514, "upload_time": "2020-01-05T01:29:20", "upload_time_iso_8601": "2020-01-05T01:29:20.895882Z", "url": "https://files.pythonhosted.org/packages/99/d2/74c0df8184f7235085a611dcf19b0d128b1437f308788bd100cd658915d1/cloudmersive_convert_api_client-2.3.1.tar.gz", "yanked": false, "yanked_reason": null } ], "2.3.2": [ { "comment_text": "", "digests": { "md5": "b136cf9e8f6b8c28aa571085b50bd02b", "sha256": "343d8dc16f8ddcb0c32503a8f0ea875562c6712f0d04eeb0d02616147d2d8f74" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.3.2.tar.gz", "has_sig": false, "md5_digest": "b136cf9e8f6b8c28aa571085b50bd02b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 132876, "upload_time": "2020-01-07T06:38:57", "upload_time_iso_8601": "2020-01-07T06:38:57.266057Z", "url": "https://files.pythonhosted.org/packages/00/06/034501b2944e308a8ce7a7c1acd2f3a526131f54436ac19e45751b1e67d1/cloudmersive_convert_api_client-2.3.2.tar.gz", "yanked": false, "yanked_reason": null } ], "2.3.3": [ { "comment_text": "", "digests": { "md5": "a159445e6876fa620af705fe30966e69", "sha256": "cf40657bc81a67fd29ec2907f92333270a8a5f148babc2a537f48ccab63d9c8d" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.3.3.tar.gz", "has_sig": false, "md5_digest": "a159445e6876fa620af705fe30966e69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 135226, "upload_time": "2020-01-09T05:01:30", "upload_time_iso_8601": "2020-01-09T05:01:30.550777Z", "url": "https://files.pythonhosted.org/packages/ec/d8/b0e4e82459b2499374a9ede504fb7e101dd04b34c8242ba4f1e80d0442a8/cloudmersive_convert_api_client-2.3.3.tar.gz", "yanked": false, "yanked_reason": null } ], "2.3.4": [ { "comment_text": "", "digests": { "md5": "5b21aa818ad8d04f0ddfa4d5d9b617ab", "sha256": "03e23a130948117e94eaf8b8839553fd8e84f71dc7a4a6d4a192a09447f59d41" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.3.4.tar.gz", "has_sig": false, "md5_digest": "5b21aa818ad8d04f0ddfa4d5d9b617ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 136430, "upload_time": "2020-01-10T04:46:27", "upload_time_iso_8601": "2020-01-10T04:46:27.575431Z", "url": "https://files.pythonhosted.org/packages/e9/17/cf9825474b10eddc9f010cb55ec050add3ca506767848d1e84057af5f9d6/cloudmersive_convert_api_client-2.3.4.tar.gz", "yanked": false, "yanked_reason": null } ], "2.3.5": [ { "comment_text": "", "digests": { "md5": "2975dce44df306bbfaa4153f1282863e", "sha256": "980816769feb1a952feb653996dab9bbe2ac3d45112bf8e0afc5ea40e17069d4" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.3.5.tar.gz", "has_sig": false, "md5_digest": "2975dce44df306bbfaa4153f1282863e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 141734, "upload_time": "2020-01-20T02:46:34", "upload_time_iso_8601": "2020-01-20T02:46:34.876839Z", "url": "https://files.pythonhosted.org/packages/78/c0/6f4d7de18c83668e8319b667452d86e840113b20a8015b563c50282ce30c/cloudmersive_convert_api_client-2.3.5.tar.gz", "yanked": false, "yanked_reason": null } ], "2.3.6": [ { "comment_text": "", "digests": { "md5": "ee73cae1b5a51962717c782d2278bccc", "sha256": "8655b1a470511583b7ad13842904d95f7e8b7e352b6f46755de65f775047c567" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.3.6.tar.gz", "has_sig": false, "md5_digest": "ee73cae1b5a51962717c782d2278bccc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 153774, "upload_time": "2020-01-26T00:47:15", "upload_time_iso_8601": "2020-01-26T00:47:15.354169Z", "url": "https://files.pythonhosted.org/packages/8d/63/7296fb4342e8b07bd4fe61fcd74acde8da006dd06c8bcdf5f8b777289eb0/cloudmersive_convert_api_client-2.3.6.tar.gz", "yanked": false, "yanked_reason": null } ], "2.3.7": [ { "comment_text": "", "digests": { "md5": "acdc07e469e7553b484fa106502f8abe", "sha256": "b4c80b7fdf94c93d647e9d067d47a06d7d87e79db3c403c51e9084e6aa5f1fa7" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.3.7.tar.gz", "has_sig": false, "md5_digest": "acdc07e469e7553b484fa106502f8abe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 162140, "upload_time": "2020-01-28T05:38:28", "upload_time_iso_8601": "2020-01-28T05:38:28.536173Z", "url": "https://files.pythonhosted.org/packages/86/7a/b7d870866dab8e20c84dec575b97a56f1425e1e9adde2c07c560568a6270/cloudmersive_convert_api_client-2.3.7.tar.gz", "yanked": false, "yanked_reason": null } ], "2.3.8": [ { "comment_text": "", "digests": { "md5": "6b5a1ae577783b15a3d1ac1f4bb67772", "sha256": "3201c7c7c0aa00f046af0c82f9d322ce2f74982f41ee07d04dfe11c651406cee" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.3.8.tar.gz", "has_sig": false, "md5_digest": "6b5a1ae577783b15a3d1ac1f4bb67772", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 162901, "upload_time": "2020-02-04T04:46:05", "upload_time_iso_8601": "2020-02-04T04:46:05.958633Z", "url": "https://files.pythonhosted.org/packages/72/a8/c79829f88b8b7ea95e91174bdebcfc926f673ac4e2b00665466d784a2a8a/cloudmersive_convert_api_client-2.3.8.tar.gz", "yanked": false, "yanked_reason": null } ], "2.3.9": [ { "comment_text": "", "digests": { "md5": "35e6692ec629d2e29756962e345c107a", "sha256": "7d647f290e7694498a506a0b99f0b82cf686664d9147eab225b4b0a4c96407a2" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.3.9.tar.gz", "has_sig": false, "md5_digest": "35e6692ec629d2e29756962e345c107a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 164446, "upload_time": "2020-02-09T05:34:36", "upload_time_iso_8601": "2020-02-09T05:34:36.896196Z", "url": "https://files.pythonhosted.org/packages/94/1a/19cb74f890088e6300ac50c3499cfbf5b047d56782c87ee388ee4fb14d09/cloudmersive_convert_api_client-2.3.9.tar.gz", "yanked": false, "yanked_reason": null } ], "2.4.0": [ { "comment_text": "", "digests": { "md5": "3f932377ba53b4d02bb526210188e9b4", "sha256": "d3cffbe43097488daad0638af754aecacabd4f8c6f8d075d676fae218112ae04" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.4.0.tar.gz", "has_sig": false, "md5_digest": "3f932377ba53b4d02bb526210188e9b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 165129, "upload_time": "2020-02-23T01:18:26", "upload_time_iso_8601": "2020-02-23T01:18:26.852132Z", "url": "https://files.pythonhosted.org/packages/02/f8/fc309de5c5372589bea14498d7fba70f3d38990233a04458d9265bb90c54/cloudmersive_convert_api_client-2.4.0.tar.gz", "yanked": false, "yanked_reason": null } ], "2.4.1": [ { "comment_text": "", "digests": { "md5": "523b74634a03468d3c2b54e579bc8c23", "sha256": "dc3698de863d89f1e98f5cba0cd665fafe37cad770f4c11e503ecb0a9bf98ac5" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.4.1.tar.gz", "has_sig": false, "md5_digest": "523b74634a03468d3c2b54e579bc8c23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 165259, "upload_time": "2020-02-23T06:31:45", "upload_time_iso_8601": "2020-02-23T06:31:45.835552Z", "url": "https://files.pythonhosted.org/packages/20/8c/2f7de29ce7e4ee6533486441a150fe0d34f008e4670f96e2a353b148cb5b/cloudmersive_convert_api_client-2.4.1.tar.gz", "yanked": false, "yanked_reason": null } ], "2.4.2": [ { "comment_text": "", "digests": { "md5": "199be21810d4afa94f67dd9609d9e91f", "sha256": "feecfc0ff8a381fee61e0ff22a699bb18b105823d8fc61ad743f46b96fbac250" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.4.2.tar.gz", "has_sig": false, "md5_digest": "199be21810d4afa94f67dd9609d9e91f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 165726, "upload_time": "2020-03-30T06:23:10", "upload_time_iso_8601": "2020-03-30T06:23:10.202784Z", "url": "https://files.pythonhosted.org/packages/59/ca/94d9488096064ba4aa9dab08d4cb2bdef8b299aea2e6af84ec7d8bb3d6db/cloudmersive_convert_api_client-2.4.2.tar.gz", "yanked": false, "yanked_reason": null } ], "2.4.3": [ { "comment_text": "", "digests": { "md5": "1ce189a04fb04d40e8f97cfad82d9ce5", "sha256": "915edaf8f4399b8ff5b00d039af5cc9c06ce18da718d113f8974268108f7dc8f" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.4.3.tar.gz", "has_sig": false, "md5_digest": "1ce189a04fb04d40e8f97cfad82d9ce5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 167200, "upload_time": "2020-04-19T06:39:25", "upload_time_iso_8601": "2020-04-19T06:39:25.006047Z", "url": "https://files.pythonhosted.org/packages/37/23/2e9a8e88b29986c00b96759b2d3fa02635946ea0d45aff899d7d3adb8055/cloudmersive_convert_api_client-2.4.3.tar.gz", "yanked": false, "yanked_reason": null } ], "2.4.4": [ { "comment_text": "", "digests": { "md5": "6a7f72e3f2bd126f5fcad683d8b73f47", "sha256": "180e8f3c4b4164c6d03ab86138ece5a57410f73b0e9f865186ad59721406cc96" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.4.4.tar.gz", "has_sig": false, "md5_digest": "6a7f72e3f2bd126f5fcad683d8b73f47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 171481, "upload_time": "2020-04-20T05:34:16", "upload_time_iso_8601": "2020-04-20T05:34:16.111102Z", "url": "https://files.pythonhosted.org/packages/62/85/5e2b386fd13bfd84908c643178e7bdc673dc5a58c77585186cd509c0d00c/cloudmersive_convert_api_client-2.4.4.tar.gz", "yanked": false, "yanked_reason": null } ], "2.4.5": [ { "comment_text": "", "digests": { "md5": "e08f9f80e21f7c925b2f8c54a957e509", "sha256": "6e7ff75096227aa86cb5a8763b0a999dad47e1ce9c64335452cdf24f2c45ff13" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.4.5.tar.gz", "has_sig": false, "md5_digest": "e08f9f80e21f7c925b2f8c54a957e509", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 171803, "upload_time": "2020-04-23T02:50:39", "upload_time_iso_8601": "2020-04-23T02:50:39.591837Z", "url": "https://files.pythonhosted.org/packages/fb/70/c2d73213a9ee916618e8f348fb2545c4803c7d0871f46da3fb8245f85cc3/cloudmersive_convert_api_client-2.4.5.tar.gz", "yanked": false, "yanked_reason": null } ], "2.4.6": [ { "comment_text": "", "digests": { "md5": "79be53ca31227449bc17e3bc0537db56", "sha256": "0910202bc281bf7fd828dd0061616a63a4d2c72372e2c8f92a81235d7d0e1150" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.4.6.tar.gz", "has_sig": false, "md5_digest": "79be53ca31227449bc17e3bc0537db56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 180524, "upload_time": "2020-05-25T05:34:31", "upload_time_iso_8601": "2020-05-25T05:34:31.699573Z", "url": "https://files.pythonhosted.org/packages/37/69/06b118465e8f59ee6c61bb2b14e196d0b0364c622969db2f497af7c45651/cloudmersive_convert_api_client-2.4.6.tar.gz", "yanked": false, "yanked_reason": null } ], "2.4.7": [ { "comment_text": "", "digests": { "md5": "ade06f68df892706a5cab856558a73d4", "sha256": "64c27ca7619112c6ca295535b2cba23614cefb3be0dde2e1f11c1ad83fe45151" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.4.7.tar.gz", "has_sig": false, "md5_digest": "ade06f68df892706a5cab856558a73d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 180346, "upload_time": "2020-05-26T01:21:44", "upload_time_iso_8601": "2020-05-26T01:21:44.928596Z", "url": "https://files.pythonhosted.org/packages/cb/7c/7763c19875d0fd04e0b2814583bd8d7584cff325898a913d101afbb17c8a/cloudmersive_convert_api_client-2.4.7.tar.gz", "yanked": false, "yanked_reason": null } ], "2.4.8": [ { "comment_text": "", "digests": { "md5": "4d95588736f8245898ea5db40608c1ab", "sha256": "ce7cd84d91659177df354c70748bfc2d871e178243f2cb4881d39eafcd3e68ca" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.4.8.tar.gz", "has_sig": false, "md5_digest": "4d95588736f8245898ea5db40608c1ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 184693, "upload_time": "2020-06-06T19:00:19", "upload_time_iso_8601": "2020-06-06T19:00:19.413302Z", "url": "https://files.pythonhosted.org/packages/33/f3/1ca54635735a47bd85fbfc0b5ff04dfe94eef7ed534092102c1ce43d7cf1/cloudmersive_convert_api_client-2.4.8.tar.gz", "yanked": false, "yanked_reason": null } ], "2.4.9": [ { "comment_text": "", "digests": { "md5": "f87f5efc86c928396325b2d9001a3cc7", "sha256": "86aec721dcc410d92f1dd53f8806348b480edf2f7abfbcabeef8d7f9f5dc4963" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-2.4.9.tar.gz", "has_sig": false, "md5_digest": "f87f5efc86c928396325b2d9001a3cc7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 185827, "upload_time": "2020-06-20T18:54:03", "upload_time_iso_8601": "2020-06-20T18:54:03.305479Z", "url": "https://files.pythonhosted.org/packages/40/ce/9e2135516267b1a45e4b9350b02fdfca7b61bbcbc895f85b203480a7b65a/cloudmersive_convert_api_client-2.4.9.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "d22bb3de73119d7df1fea9f144e99156", "sha256": "8468ddbf1c68c0912597db34f5a03c741e5944107f59cc2f3c1e0d8d5e4f0e11" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-3.0.1.tar.gz", "has_sig": false, "md5_digest": "d22bb3de73119d7df1fea9f144e99156", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 184285, "upload_time": "2020-06-25T23:06:35", "upload_time_iso_8601": "2020-06-25T23:06:35.904454Z", "url": "https://files.pythonhosted.org/packages/0d/fb/0a4a2b54772348bb6cf3cc1421fc5c70e4020fbe76c89cb89186282735a2/cloudmersive_convert_api_client-3.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.2": [ { "comment_text": "", "digests": { "md5": "8ccfe3291bf4e788a9eb4c4fec91713d", "sha256": "990b05f8900f5473375daa2962166c2c0121e1400c5a588f859302232a299655" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-3.0.2.tar.gz", "has_sig": false, "md5_digest": "8ccfe3291bf4e788a9eb4c4fec91713d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 193073, "upload_time": "2020-06-28T05:21:03", "upload_time_iso_8601": "2020-06-28T05:21:03.530667Z", "url": "https://files.pythonhosted.org/packages/1a/91/f251986e0600c15f87013a3cb8ac6b1821c1d121ba0e5f287004f593f200/cloudmersive_convert_api_client-3.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.3": [ { "comment_text": "", "digests": { "md5": "86e1ee3d907616a37336932d0056fb7d", "sha256": "5b8f74a592f0ba5ccec6727147fcd451663be31560f49234c81871fd69b77188" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-3.0.3.tar.gz", "has_sig": false, "md5_digest": "86e1ee3d907616a37336932d0056fb7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 193437, "upload_time": "2020-07-19T06:35:21", "upload_time_iso_8601": "2020-07-19T06:35:21.312519Z", "url": "https://files.pythonhosted.org/packages/d2/b1/25dda2a117794ad36bbb6f0e3bdce7aa41e113abbcc188872330bc60f919/cloudmersive_convert_api_client-3.0.3.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.4": [ { "comment_text": "", "digests": { "md5": "e348661324c590a0ef57207cf7860c7b", "sha256": "25f7a9c36db1ce31f12337719074ae2971769c1534dc46c26e22ae8b0754fc88" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-3.0.4.tar.gz", "has_sig": false, "md5_digest": "e348661324c590a0ef57207cf7860c7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 199431, "upload_time": "2020-08-01T20:01:17", "upload_time_iso_8601": "2020-08-01T20:01:17.972242Z", "url": "https://files.pythonhosted.org/packages/de/9c/0b4bb57256fe92b0da31151c489f347e58444527dbb8fdb685464da9358a/cloudmersive_convert_api_client-3.0.4.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.5": [ { "comment_text": "", "digests": { "md5": "2d0557d82d09ca3c524c0782e3cc3103", "sha256": "4fa22aca0029c3bd415a3d2b3d292df1b90b7b6a8b5956cde3a56164912a858f" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-3.0.5.tar.gz", "has_sig": false, "md5_digest": "2d0557d82d09ca3c524c0782e3cc3103", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 200153, "upload_time": "2020-08-08T20:43:33", "upload_time_iso_8601": "2020-08-08T20:43:33.178776Z", "url": "https://files.pythonhosted.org/packages/6f/65/34bbfa714201bcc32b9def1ae4cf50dac0d9d79fb2587bee19a973293b24/cloudmersive_convert_api_client-3.0.5.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.6": [ { "comment_text": "", "digests": { "md5": "2ea83be58989c07fa59131b2b95bbd46", "sha256": "7449f57c55ed06f1ae07ef75783dd8c33fb6f6d77011177643b62337b306684c" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-3.0.6.tar.gz", "has_sig": false, "md5_digest": "2ea83be58989c07fa59131b2b95bbd46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 201161, "upload_time": "2020-08-23T04:59:10", "upload_time_iso_8601": "2020-08-23T04:59:10.855310Z", "url": "https://files.pythonhosted.org/packages/63/8e/6602bcbe0874fdb62870c82dbfb9415f36ecf7c479a215eb69c68fe45093/cloudmersive_convert_api_client-3.0.6.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.7": [ { "comment_text": "", "digests": { "md5": "1419d1ed21590d9ece05534c8fe3e5df", "sha256": "6c8cc19a33ab8f1cfe5ad59f87fcecfe3d7108064e46dff32e85fe3c94924eb0" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-3.0.7.tar.gz", "has_sig": false, "md5_digest": "1419d1ed21590d9ece05534c8fe3e5df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 202573, "upload_time": "2020-10-19T00:26:25", "upload_time_iso_8601": "2020-10-19T00:26:25.159059Z", "url": "https://files.pythonhosted.org/packages/73/46/b3137ab74dd828259f92262c7d66f24a60f7aa1c3081ce495014838d8832/cloudmersive_convert_api_client-3.0.7.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.8": [ { "comment_text": "", "digests": { "md5": "172fc227fae2795b3b10972620902268", "sha256": "804f124fe23a372bc31781732f8393845705246b16e273afbbd87279ebff2168" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-3.0.8.tar.gz", "has_sig": false, "md5_digest": "172fc227fae2795b3b10972620902268", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 204257, "upload_time": "2020-10-25T07:37:23", "upload_time_iso_8601": "2020-10-25T07:37:23.213801Z", "url": "https://files.pythonhosted.org/packages/3b/a9/329159e0a59480bb27ae531528f1fa0b49970028bf4efd1e4811459068d4/cloudmersive_convert_api_client-3.0.8.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.9": [ { "comment_text": "", "digests": { "md5": "a34574141bd9d250739b63203f42bebc", "sha256": "9e33691d1d8d584d3be526609501a20eeea5ed6d138c0c612b82973998a8fb20" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-3.0.9.tar.gz", "has_sig": false, "md5_digest": "a34574141bd9d250739b63203f42bebc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 204456, "upload_time": "2021-01-08T03:25:07", "upload_time_iso_8601": "2021-01-08T03:25:07.021205Z", "url": "https://files.pythonhosted.org/packages/59/e6/0a67c3a706fe0a161db7102de00b2797222bd37bb1af91f29db1bac9fe57/cloudmersive_convert_api_client-3.0.9.tar.gz", "yanked": false, "yanked_reason": null } ], "3.1.0": [ { "comment_text": "", "digests": { "md5": "c7838232bc8cc4b48f4bef9f2edb73bb", "sha256": "7ee35bbde827abf9baf42e297cee52c6f681b760a0c844e35b8107f22d1c8aa8" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-3.1.0.tar.gz", "has_sig": false, "md5_digest": "c7838232bc8cc4b48f4bef9f2edb73bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 208030, "upload_time": "2021-01-08T03:25:08", "upload_time_iso_8601": "2021-01-08T03:25:08.893027Z", "url": "https://files.pythonhosted.org/packages/a7/cc/9c6554b8008b2ee25feb19b019f7249b90b8f153c86022d1ece247a1bfa2/cloudmersive_convert_api_client-3.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.1.1": [ { "comment_text": "", "digests": { "md5": "409c0cf33ed14ad69b23de6822190299", "sha256": "c4c53943c0ea3f3dc92edcef2194d7a25ccad23d1a0b7a6a0ae00e4754851ea5" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-3.1.1.tar.gz", "has_sig": false, "md5_digest": "409c0cf33ed14ad69b23de6822190299", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 208305, "upload_time": "2021-01-08T03:25:10", "upload_time_iso_8601": "2021-01-08T03:25:10.911995Z", "url": "https://files.pythonhosted.org/packages/6a/3d/c5b3504a2b9e5d6d1fe9857d1bc50adaf07b1a0deeb941dbdedb306e405e/cloudmersive_convert_api_client-3.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "3.1.2": [ { "comment_text": "", "digests": { "md5": "ee4b9f37d7537afdf7ffa2535b25b85d", "sha256": "ff3b361fb94b29e4b6662bccb3cfb08921753a44e98c5437e2620d24c785e938" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-3.1.2.tar.gz", "has_sig": false, "md5_digest": "ee4b9f37d7537afdf7ffa2535b25b85d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 211101, "upload_time": "2021-02-08T04:34:15", "upload_time_iso_8601": "2021-02-08T04:34:15.161939Z", "url": "https://files.pythonhosted.org/packages/a7/63/29312be747d24cdd167438c58edd44ec4a338c8fb690cfd7b902dbab107f/cloudmersive_convert_api_client-3.1.2.tar.gz", "yanked": false, "yanked_reason": null } ], "3.1.3": [ { "comment_text": "", "digests": { "md5": "7a5347cfa49231004b2a412a7c17cf31", "sha256": "e169b06717f0cc78885e2c9d9101a7dabf3806c077f8f3ad64df4a98ea99bba2" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-3.1.3.tar.gz", "has_sig": false, "md5_digest": "7a5347cfa49231004b2a412a7c17cf31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 212426, "upload_time": "2021-02-14T20:10:56", "upload_time_iso_8601": "2021-02-14T20:10:56.347493Z", "url": "https://files.pythonhosted.org/packages/a0/59/610e06562a85aeb489ee5b0ca61f31954a6dbc9b9cb0a2b7b764b0eb1de7/cloudmersive_convert_api_client-3.1.3.tar.gz", "yanked": false, "yanked_reason": null } ], "3.1.4": [ { "comment_text": "", "digests": { "md5": "042732b14fc60a6376ebb9a7a3e29af0", "sha256": "c618e06df4db6dc802558d7ebb388b48b275c9b78a75550c908b2a5439b11940" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-3.1.4.tar.gz", "has_sig": false, "md5_digest": "042732b14fc60a6376ebb9a7a3e29af0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 213552, "upload_time": "2021-04-24T17:34:46", "upload_time_iso_8601": "2021-04-24T17:34:46.042879Z", "url": "https://files.pythonhosted.org/packages/5d/75/0fc4852022758de4f9dafe29f33e258e2150cd1cf59bcdc28537fb3677a8/cloudmersive_convert_api_client-3.1.4.tar.gz", "yanked": false, "yanked_reason": null } ], "3.1.5": [ { "comment_text": "", "digests": { "md5": "b8b5a1b6ca7ed4d6ad71265271ac5070", "sha256": "d5956f4311d32b5e508b1e05e81af716255b5e1d5b0acb30bb2a7afb64def9ce" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-3.1.5.tar.gz", "has_sig": false, "md5_digest": "b8b5a1b6ca7ed4d6ad71265271ac5070", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 213514, "upload_time": "2021-04-27T04:16:53", "upload_time_iso_8601": "2021-04-27T04:16:53.690979Z", "url": "https://files.pythonhosted.org/packages/fa/66/54b8f3ce3ddf0cb178455c373bcce5e02c8ba02ba505bb5125f26d95744a/cloudmersive_convert_api_client-3.1.5.tar.gz", "yanked": false, "yanked_reason": null } ], "3.1.6": [ { "comment_text": "", "digests": { "md5": "b587f62f6f0e0a171f73312cfcfa7065", "sha256": "da438007a059a632a3906ee8feee7015fa6903684e9078fd856f2f49a9340f27" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-3.1.6.tar.gz", "has_sig": false, "md5_digest": "b587f62f6f0e0a171f73312cfcfa7065", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 216648, "upload_time": "2021-06-20T05:27:43", "upload_time_iso_8601": "2021-06-20T05:27:43.379774Z", "url": "https://files.pythonhosted.org/packages/8d/0e/4d18d214e06a3220a8f87c15258dc7d567fa64d738c7741f4b21014270bb/cloudmersive_convert_api_client-3.1.6.tar.gz", "yanked": false, "yanked_reason": null } ], "3.1.7": [ { "comment_text": "", "digests": { "md5": "564e1ca6e41d33f090edd7a93b98f51c", "sha256": "e031a20d83c67c48d72e3c9171895b6cecf6ff7bef81b5db68100846dd0d5f3d" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-3.1.7.tar.gz", "has_sig": false, "md5_digest": "564e1ca6e41d33f090edd7a93b98f51c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 216583, "upload_time": "2021-06-28T01:00:33", "upload_time_iso_8601": "2021-06-28T01:00:33.152559Z", "url": "https://files.pythonhosted.org/packages/e2/5c/16226f05cf9d15c91b98fb2b0cf6045dea6016cc15bafeeae6207d9a3903/cloudmersive_convert_api_client-3.1.7.tar.gz", "yanked": false, "yanked_reason": null } ], "3.1.8": [ { "comment_text": "", "digests": { "md5": "289b5588fe989c5b85d558104fd6a61a", "sha256": "633bf29abffba2e9f8058f4e030e07425caeb143f9f60a99306cb69699e94f8a" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-3.1.8.tar.gz", "has_sig": false, "md5_digest": "289b5588fe989c5b85d558104fd6a61a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 218729, "upload_time": "2021-07-26T02:44:26", "upload_time_iso_8601": "2021-07-26T02:44:26.370779Z", "url": "https://files.pythonhosted.org/packages/c0/19/729cb1bfa5aa0640ed7769888fd7682de0f15146e76039b6c289cac6810e/cloudmersive_convert_api_client-3.1.8.tar.gz", "yanked": false, "yanked_reason": null } ], "3.1.9": [ { "comment_text": "", "digests": { "md5": "85416c77374abbdb2e8a3c217730f942", "sha256": "849c3e8ef81e5674972327775d9342911773549cf415737f4f7a36d58881b971" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-3.1.9.tar.gz", "has_sig": false, "md5_digest": "85416c77374abbdb2e8a3c217730f942", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 220426, "upload_time": "2021-08-15T01:09:15", "upload_time_iso_8601": "2021-08-15T01:09:15.391279Z", "url": "https://files.pythonhosted.org/packages/6f/eb/70967b45c6e888f3e52f08f97f023c83ba482299f72b368871ca6f3c8878/cloudmersive_convert_api_client-3.1.9.tar.gz", "yanked": false, "yanked_reason": null } ], "3.2.0": [ { "comment_text": "", "digests": { "md5": "12569893c31c4de15c27859472555571", "sha256": "b6b8426a55a2027a87ffd4919fdcb6b5415ec3b7980985888144585b3c73eb17" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-3.2.0.tar.gz", "has_sig": false, "md5_digest": "12569893c31c4de15c27859472555571", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 221748, "upload_time": "2021-09-04T18:40:22", "upload_time_iso_8601": "2021-09-04T18:40:22.191455Z", "url": "https://files.pythonhosted.org/packages/32/35/c21b5c585d16183e1bd455ce3934c28808fd51e8eb2fbc1c043fddabfec3/cloudmersive_convert_api_client-3.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.2.1": [ { "comment_text": "", "digests": { "md5": "8323fa51d7097c73998e351459aa0adf", "sha256": "0d6bc9a4091b9edde667739e73bd20e8f865178643985ca6817f420ae25b65a3" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-3.2.1.tar.gz", "has_sig": false, "md5_digest": "8323fa51d7097c73998e351459aa0adf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 224912, "upload_time": "2021-09-05T03:52:21", "upload_time_iso_8601": "2021-09-05T03:52:21.852294Z", "url": "https://files.pythonhosted.org/packages/17/9c/cc57eba35d8f2c66a8f1f94558736807f31007f048bce0f45be381d386b9/cloudmersive_convert_api_client-3.2.1.tar.gz", "yanked": false, "yanked_reason": null } ], "3.2.3": [ { "comment_text": "", "digests": { "md5": "b32a18a5c8a741db0a67ce4f7c783444", "sha256": "88c0342d43fa016253455a191f555bd5863351b51464e192fec2877a60a05a70" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-3.2.3.tar.gz", "has_sig": false, "md5_digest": "b32a18a5c8a741db0a67ce4f7c783444", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 224940, "upload_time": "2021-09-10T02:19:11", "upload_time_iso_8601": "2021-09-10T02:19:11.444793Z", "url": "https://files.pythonhosted.org/packages/a0/e4/8c45f77777edf7b0980dd0c53ce86e50f498e1e3413c9b01ca72cb62df5f/cloudmersive_convert_api_client-3.2.3.tar.gz", "yanked": false, "yanked_reason": null } ], "3.2.4": [ { "comment_text": "", "digests": { "md5": "561bc835dc47951b62fe96d71023724e", "sha256": "ab6e7e1819ee03db5c06c534a50ee035f71014c7157180306307e1059ab912a7" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-3.2.4.tar.gz", "has_sig": false, "md5_digest": "561bc835dc47951b62fe96d71023724e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 225563, "upload_time": "2021-09-27T04:10:57", "upload_time_iso_8601": "2021-09-27T04:10:57.289426Z", "url": "https://files.pythonhosted.org/packages/96/f3/8508b5a011a7cabcc21a394d75cd1444f2a08a24eec9e69b820babb1103e/cloudmersive_convert_api_client-3.2.4.tar.gz", "yanked": false, "yanked_reason": null } ], "3.2.5": [ { "comment_text": "", "digests": { "md5": "cb7fa772fa04905a406ff2f55247bc05", "sha256": "c8f82f551c6b855bcec720bcc630cc8a077325e5fbf5a599117352adb75844c7" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-3.2.5.tar.gz", "has_sig": false, "md5_digest": "cb7fa772fa04905a406ff2f55247bc05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 225794, "upload_time": "2021-10-18T03:46:46", "upload_time_iso_8601": "2021-10-18T03:46:46.168893Z", "url": "https://files.pythonhosted.org/packages/c1/00/374e3649eb1faf17a4bb8fd6626830fb283c5c312a1f56544901fa656221/cloudmersive_convert_api_client-3.2.5.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cb7fa772fa04905a406ff2f55247bc05", "sha256": "c8f82f551c6b855bcec720bcc630cc8a077325e5fbf5a599117352adb75844c7" }, "downloads": -1, "filename": "cloudmersive_convert_api_client-3.2.5.tar.gz", "has_sig": false, "md5_digest": "cb7fa772fa04905a406ff2f55247bc05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 225794, "upload_time": "2021-10-18T03:46:46", "upload_time_iso_8601": "2021-10-18T03:46:46.168893Z", "url": "https://files.pythonhosted.org/packages/c1/00/374e3649eb1faf17a4bb8fd6626830fb283c5c312a1f56544901fa656221/cloudmersive_convert_api_client-3.2.5.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }