New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cloudmersive-convert-api-client

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudmersive-convert-api-client

convertapi

  • 3.3.0
  • PyPI
  • Socket score

Maintainers
1

cloudmersive_convert_api_client

Convert API lets you effortlessly convert file formats and types.

This Python package provides a native API client for Cloudmersive Document Conversion

  • API version: v1
  • Package version: 3.3.0
  • Build package: io.swagger.codegen.languages.PythonClientCodegen

Requirements.

Python 2.7 and 3.4+

Installation & Usage

pip install

If the python package is hosted on Github, you can install directly from Github

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import cloudmersive_convert_api_client 

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import cloudmersive_convert_api_client

Getting Started

Please follow the installation procedure and then run the following:

from __future__ import print_function
import time
import cloudmersive_convert_api_client
from cloudmersive_convert_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: Apikey
configuration = cloudmersive_convert_api_client.Configuration()
configuration.api_key['Apikey'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['Apikey'] = 'Bearer'

# create an instance of the API class
api_instance = cloudmersive_convert_api_client.CompareDocumentApi(cloudmersive_convert_api_client.ApiClient(configuration))
input_file1 = '/path/to/file.txt' # file | First input file to perform the operation on.
input_file2 = '/path/to/file.txt' # file | Second input file to perform the operation on (more than 2 can be supplied).
autorepair = true # bool | Optional; automatically repair input documents that have errors (default is true) (optional)

try:
    # Compare Two Word DOCX
    api_response = api_instance.compare_document_docx(input_file1, input_file2, autorepair=autorepair)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling CompareDocumentApi->compare_document_docx: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://api.cloudmersive.com

ClassMethodHTTP requestDescription
CompareDocumentApicompare_document_docxPOST /convert/compare/docxCompare Two Word DOCX
ConvertDataApiconvert_data_csv_to_jsonPOST /convert/csv/to/jsonConvert CSV to JSON conversion
ConvertDataApiconvert_data_csv_to_xmlPOST /convert/csv/to/xmlConvert CSV to XML conversion
ConvertDataApiconvert_data_json_string_to_xmlPOST /convert/json-string/to/xmlConvert JSON String to XML conversion
ConvertDataApiconvert_data_json_to_xmlPOST /convert/json/to/xmlConvert JSON Object to XML conversion
ConvertDataApiconvert_data_xls_to_jsonPOST /convert/xls/to/jsonConvert Excel (97-2003) XLS to JSON conversion
ConvertDataApiconvert_data_xlsx_to_jsonPOST /convert/xlsx/to/jsonConvert Excel XLSX to JSON conversion
ConvertDataApiconvert_data_xlsx_to_xmlPOST /convert/xlsx/to/xmlConvert Excel XLSX to XML conversion
ConvertDataApiconvert_data_xml_edit_add_attribute_with_x_pathPOST /convert/xml/edit/xpath/add-attributeAdds an attribute to all XML nodes matching XPath expression
ConvertDataApiconvert_data_xml_edit_add_child_with_x_pathPOST /convert/xml/edit/xpath/add-childAdds an XML node as a child to XML nodes matching XPath expression
ConvertDataApiconvert_data_xml_edit_remove_all_child_nodes_with_x_pathPOST /convert/xml/edit/xpath/remove-all-childrenRemoves, deletes all children of nodes matching XPath expression, but does not remove the nodes
ConvertDataApiconvert_data_xml_edit_replace_with_x_pathPOST /convert/xml/edit/xpath/replaceReplaces XML nodes matching XPath expression with new node
ConvertDataApiconvert_data_xml_edit_set_value_with_x_pathPOST /convert/xml/edit/xpath/set-valueSets the value contents of XML nodes matching XPath expression
ConvertDataApiconvert_data_xml_filter_with_x_pathPOST /convert/xml/select/xpathFilter, select XML nodes using XPath expression, get results
ConvertDataApiconvert_data_xml_query_with_x_queryPOST /convert/xml/query/xqueryQuery an XML file using XQuery query, get results
ConvertDataApiconvert_data_xml_query_with_x_query_multiPOST /convert/xml/query/xquery/multiQuery multiple XML files using XQuery query, get results
ConvertDataApiconvert_data_xml_remove_with_x_pathPOST /convert/xml/edit/xpath/removeRemove, delete XML nodes and items matching XPath expression
ConvertDataApiconvert_data_xml_to_jsonPOST /convert/xml/to/jsonConvert XML to JSON conversion
ConvertDataApiconvert_data_xml_transform_with_xslt_to_xmlPOST /convert/xml/transform/xslt/to/xmlTransform XML document file with XSLT into a new XML document
ConvertDocumentApiconvert_document_autodetect_get_infoPOST /convert/autodetect/get-infoGet document type information
ConvertDocumentApiconvert_document_autodetect_to_jpgPOST /convert/autodetect/to/jpgConvert Document to JPG/JPEG image array
ConvertDocumentApiconvert_document_autodetect_to_pdfPOST /convert/autodetect/to/pdfConvert Document to PDF
ConvertDocumentApiconvert_document_autodetect_to_pdf_batch_jobPOST /convert/autodetect/to/pdf/batch-jobConvert Document to PDF as Batch Job
ConvertDocumentApiconvert_document_autodetect_to_png_arrayPOST /convert/autodetect/to/pngConvert Document to PNG array
ConvertDocumentApiconvert_document_autodetect_to_thumbnailPOST /convert/autodetect/to/thumbnailConvert File to Thumbnail Image
ConvertDocumentApiconvert_document_autodetect_to_thumbnails_advancedPOST /convert/autodetect/to/thumbnail/advancedConvert File to Thumbnail Image Object
ConvertDocumentApiconvert_document_autodetect_to_txtPOST /convert/autodetect/to/txtConvert Document to Text (txt)
ConvertDocumentApiconvert_document_csv_multi_to_xlsxPOST /convert/csv/multi/to/xlsxConvert Multiple CSV Files into a Single XLSX Spreadsheet
ConvertDocumentApiconvert_document_csv_to_htmlPOST /convert/csv/to/htmlConvert CSV to HTML document
ConvertDocumentApiconvert_document_csv_to_pdfPOST /convert/csv/to/pdfConvert CSV to PDF document
ConvertDocumentApiconvert_document_csv_to_xlsxPOST /convert/csv/to/xlsxConvert CSV to Excel XLSX Spreadsheet
ConvertDocumentApiconvert_document_doc_to_docxPOST /convert/doc/to/docxConvert Word DOC (97-03) Document to DOCX
ConvertDocumentApiconvert_document_doc_to_pdfPOST /convert/doc/to/pdfConvert Word DOC (97-03) Document to PDF
ConvertDocumentApiconvert_document_doc_to_txtPOST /convert/doc/to/txtConvert Word DOC (97-03) Document to Text (txt)
ConvertDocumentApiconvert_document_docx_to_docPOST /convert/docx/to/docConvert Word DOCX Document to Legacy Word DOC (97-03)
ConvertDocumentApiconvert_document_docx_to_htmlPOST /convert/docx/to/htmlConvert Word DOCX Document to HTML Document
ConvertDocumentApiconvert_document_docx_to_jpgPOST /convert/docx/to/jpgConvert Word DOCX Document to JPG/JPEG image array
ConvertDocumentApiconvert_document_docx_to_pdfPOST /convert/docx/to/pdfConvert Word DOCX Document to PDF
ConvertDocumentApiconvert_document_docx_to_pngPOST /convert/docx/to/pngConvert Word DOCX Document to PNG image array
ConvertDocumentApiconvert_document_docx_to_rtfPOST /convert/docx/to/rtfConvert Word DOCX Document to RTF
ConvertDocumentApiconvert_document_docx_to_txtPOST /convert/docx/to/txtConvert Word DOCX Document to Text (txt)
ConvertDocumentApiconvert_document_eml_to_htmlPOST /convert/eml/to/htmlConvert Email EML file to HTML string
ConvertDocumentApiconvert_document_eml_to_jpgPOST /convert/eml/to/jpgConvert Email EML file to JPG/JPEG image array
ConvertDocumentApiconvert_document_eml_to_pdfPOST /convert/eml/to/pdfConvert Email EML file to PDF document
ConvertDocumentApiconvert_document_eml_to_pngPOST /convert/eml/to/pngConvert Email EML file to PNG image array
ConvertDocumentApiconvert_document_get_async_job_statusGET /convert/batch-job/statusGet the status and result of a Convert Document Batch Job
ConvertDocumentApiconvert_document_get_file_type_iconPOST /convert/autodetect/get-iconGet PNG icon file for the file extension
ConvertDocumentApiconvert_document_get_file_type_icon_advancedPOST /convert/autodetect/get-icon/advancedGet PNG icon byte array for the file extension
ConvertDocumentApiconvert_document_html_to_pdfPOST /convert/html/to/pdfConvert HTML document file to PDF Document
ConvertDocumentApiconvert_document_html_to_pngPOST /convert/html/to/pngConvert HTML document file to PNG image array
ConvertDocumentApiconvert_document_html_to_txtPOST /convert/html/to/txtHTML Document file to Text (txt)
ConvertDocumentApiconvert_document_keynote_to_jpgPOST /convert/key/to/jpgConvert Keynote Presentation (KEY) to JPG/JPEG image array
ConvertDocumentApiconvert_document_keynote_to_pdfPOST /convert/key/to/pdfConvert Keynote Presentation (KEY) to PDF
ConvertDocumentApiconvert_document_keynote_to_pngPOST /convert/key/to/pngConvert Keynote Presentation (KEY) to PNG image array
ConvertDocumentApiconvert_document_keynote_to_pptxPOST /convert/key/to/pptxConvert Keynote Presentation (KEY) to PPTX
ConvertDocumentApiconvert_document_msg_to_htmlPOST /convert/msg/to/htmlConvert Email MSG file to HTML string
ConvertDocumentApiconvert_document_msg_to_jpgPOST /convert/msg/to/jpgConvert Email MSG file to JPG/JPEG image array
ConvertDocumentApiconvert_document_msg_to_pdfPOST /convert/msg/to/pdfConvert Email MSG file to PDF document
ConvertDocumentApiconvert_document_msg_to_pngPOST /convert/msg/to/pngConvert Email MSG file to PNG image array
ConvertDocumentApiconvert_document_odp_to_jpgPOST /convert/odp/to/jpgConvert ODP Presentation to JPG/JPEG image array
ConvertDocumentApiconvert_document_odp_to_pdfPOST /convert/odp/to/pdfConvert ODP Presentation to PDF
ConvertDocumentApiconvert_document_odp_to_pngPOST /convert/odp/to/pngConvert ODP Presentation to PNG image array
ConvertDocumentApiconvert_document_odp_to_pptxPOST /convert/odp/to/pptxConvert ODP Presentation to PPTX
ConvertDocumentApiconvert_document_ods_to_jpgPOST /convert/ods/to/jpgConvert ODS Spreadsheet to JPG/JPEG image array
ConvertDocumentApiconvert_document_ods_to_pdfPOST /convert/ods/to/pdfConvert ODS Spreadsheet to PDF
ConvertDocumentApiconvert_document_ods_to_pngPOST /convert/ods/to/pngConvert ODS Spreadsheet to PNG image array
ConvertDocumentApiconvert_document_ods_to_xlsxPOST /convert/ods/to/xlsxConvert ODS Spreadsheet to XLSX
ConvertDocumentApiconvert_document_odt_to_docxPOST /convert/odt/to/docxConvert ODT Text File to Word DOCX
ConvertDocumentApiconvert_document_odt_to_jpgPOST /convert/odt/to/jpgConvert ODT Text File to JPG/JPEG image array
ConvertDocumentApiconvert_document_odt_to_pdfPOST /convert/odt/to/pdfConvert ODT Text File to PDF
ConvertDocumentApiconvert_document_odt_to_pngPOST /convert/odt/to/pngConvert ODT Text File to PNG image array
ConvertDocumentApiconvert_document_pdf_to_docxPOST /convert/pdf/to/docxConvert PDF to Word DOCX Document
ConvertDocumentApiconvert_document_pdf_to_docx_rasterizePOST /convert/pdf/to/docx/rasterizeConvert PDF to Word DOCX Document based on rasterized version of the PDF
ConvertDocumentApiconvert_document_pdf_to_jpgPOST /convert/pdf/to/jpgConvert PDF to JPG/JPEG image array
ConvertDocumentApiconvert_document_pdf_to_png_arrayPOST /convert/pdf/to/pngConvert PDF to PNG Image Array
ConvertDocumentApiconvert_document_pdf_to_png_array_directPOST /convert/pdf/to/png/directConvert PDF to PNG Image Array (Direct)
ConvertDocumentApiconvert_document_pdf_to_png_singlePOST /convert/pdf/to/png/merge-singleConvert PDF to Single PNG image
ConvertDocumentApiconvert_document_pdf_to_pptxPOST /convert/pdf/to/pptxConvert PDF to PowerPoint PPTX Presentation
ConvertDocumentApiconvert_document_pdf_to_tiffPOST /convert/pdf/to/tiffConvert PDF to TIFF image
ConvertDocumentApiconvert_document_pdf_to_txtPOST /convert/pdf/to/txtConvert PDF Document to Text (txt)
ConvertDocumentApiconvert_document_png_array_to_pdfPOST /convert/png/to/pdfConvert PNG Array to PDF
ConvertDocumentApiconvert_document_png_array_to_pdf_flatten_transparencyPOST /convert/png/to/pdf/remove-transparencyConvert PNG Array to PDF and remove transparency
ConvertDocumentApiconvert_document_ppt_to_pdfPOST /convert/ppt/to/pdfConvert PowerPoint PPT (97-03) Presentation to PDF
ConvertDocumentApiconvert_document_ppt_to_pptxPOST /convert/ppt/to/pptxConvert PowerPoint PPT (97-03) Presentation to PPTX
ConvertDocumentApiconvert_document_pptx_to_pdfPOST /convert/pptx/to/pdfConvert PowerPoint PPTX Presentation to PDF
ConvertDocumentApiconvert_document_pptx_to_pngPOST /convert/pptx/to/pngConvert PowerPoint PPTX to PNG image array
ConvertDocumentApiconvert_document_pptx_to_pptPOST /convert/pptx/to/pptConvert PowerPoint PPTX presentation to Legacy PowerPoint PPT (97-03)
ConvertDocumentApiconvert_document_pptx_to_txtPOST /convert/pptx/to/txtConvert PowerPoint PPTX Presentation to Text (txt)
ConvertDocumentApiconvert_document_rtf_to_docxPOST /convert/rtf/to/docxConvert Rich Text Format RTF to DOCX Document
ConvertDocumentApiconvert_document_rtf_to_htmlPOST /convert/rtf/to/htmlConvert Rich Text Format RTF to HTML Document
ConvertDocumentApiconvert_document_rtf_to_jpgPOST /convert/rtf/to/jpgConvert Rich Text Format RTF to JPG/JPEG image array
ConvertDocumentApiconvert_document_rtf_to_pdfPOST /convert/rtf/to/pdfConvert Rich Text Format RTF to PDF
ConvertDocumentApiconvert_document_rtf_to_pngPOST /convert/rtf/to/pngConvert Rich Text Format RTF to PNG image array
ConvertDocumentApiconvert_document_txt_to_pdfPOST /convert/txt/to/pdfConvert TXT text file to PDF Document
ConvertDocumentApiconvert_document_xls_to_csvPOST /convert/xls/to/csvConvert Excel XLS (97-03) Spreadsheet to CSV
ConvertDocumentApiconvert_document_xls_to_pdfPOST /convert/xls/to/pdfConvert Excel XLS (97-03) Spreadsheet to PDF
ConvertDocumentApiconvert_document_xls_to_xlsxPOST /convert/xls/to/xlsxConvert Excel XLS (97-03) Spreadsheet to XLSX
ConvertDocumentApiconvert_document_xlsx_to_csvPOST /convert/xlsx/to/csvConvert Excel XLSX Spreadsheet to CSV, Single Worksheet
ConvertDocumentApiconvert_document_xlsx_to_csv_multiPOST /convert/xlsx/to/csv/multiConvert Excel XLSX Spreadsheet to CSV, Multiple Worksheets
ConvertDocumentApiconvert_document_xlsx_to_htmlPOST /convert/xlsx/to/htmlConvert Excel XLSX Spreadsheet to HTML Document
ConvertDocumentApiconvert_document_xlsx_to_pdfPOST /convert/xlsx/to/pdfConvert Excel XLSX Spreadsheet to PDF
ConvertDocumentApiconvert_document_xlsx_to_pngPOST /convert/xlsx/to/pngConvert Excel XLSX spreadsheet to PNG image array
ConvertDocumentApiconvert_document_xlsx_to_txtPOST /convert/xlsx/to/txtConvert Excel XLSX Spreadsheet to Text (txt)
ConvertDocumentApiconvert_document_xlsx_to_xlsPOST /convert/xlsx/to/xlsConvert Excel XLSX Spreadsheet to Legacy Excel XLS (97-03)
ConvertImageApiconvert_image_get_image_infoPOST /convert/image/get-infoGet information about an image
ConvertImageApiconvert_image_image_format_convertPOST /convert/image/{format1}/to/{format2}Image format conversion
ConvertImageApiconvert_image_image_set_dpiPOST /convert/image/set-dpi/{dpi}Change image DPI
ConvertImageApiconvert_image_multipage_image_format_convertPOST /convert/image-multipage/{format1}/to/{format2}Multi-page image format conversion
ConvertTemplateApiconvert_template_apply_docx_templatePOST /convert/template/docx/applyApply Word DOCX template
ConvertTemplateApiconvert_template_apply_html_templatePOST /convert/template/html/applyApply HTML template
ConvertWebApiconvert_web_html_to_docxPOST /convert/html/to/docxConvert HTML to Word DOCX Document
ConvertWebApiconvert_web_html_to_pdfPOST /convert/web/html/to/pdfConvert HTML string to PDF
ConvertWebApiconvert_web_html_to_pngPOST /convert/web/html/to/pngConvert HTML string to PNG screenshot
ConvertWebApiconvert_web_html_to_txtPOST /convert/web/html/to/txtConvert HTML string to text (txt)
ConvertWebApiconvert_web_md_to_htmlPOST /convert/web/md/to/htmlConvert Markdown to HTML
ConvertWebApiconvert_web_url_to_pdfPOST /convert/web/url/to/pdfConvert a URL to PDF
ConvertWebApiconvert_web_url_to_screenshotPOST /convert/web/url/to/screenshotTake screenshot of URL
ConvertWebApiconvert_web_url_to_txtPOST /convert/web/url/to/txtConvert website URL page to text (txt)
EditDocumentApiedit_document_begin_editingPOST /convert/edit/begin-editingBegin editing a document
EditDocumentApiedit_document_docx_accept_all_track_changesPOST /convert/edit/docx/track-changes/accept-allAccept all tracked changes, revisions in a Word DOCX document
EditDocumentApiedit_document_docx_bodyPOST /convert/edit/docx/get-bodyGet body from a Word DOCX document
EditDocumentApiedit_document_docx_create_blank_documentPOST /convert/edit/docx/create/blankCreate a blank Word DOCX document
EditDocumentApiedit_document_docx_delete_pagesPOST /convert/edit/docx/delete-pagesDelete, remove pages from a Word DOCX document
EditDocumentApiedit_document_docx_delete_table_rowPOST /convert/edit/docx/delete-table-rowDeletes a table row in an existing table in a Word DOCX document
EditDocumentApiedit_document_docx_delete_table_row_rangePOST /convert/edit/docx/delete-table-row/rangeDeletes a range of multiple table rows in an existing table in a Word DOCX document
EditDocumentApiedit_document_docx_disable_track_changesPOST /convert/edit/docx/track-changes/disableDisable track changes, revisions in a Word DOCX document
EditDocumentApiedit_document_docx_enable_track_changesPOST /convert/edit/docx/track-changes/enableEnable track changes, revisions in a Word DOCX document
EditDocumentApiedit_document_docx_find_paragraphPOST /convert/edit/docx/find/paragraphFind matching paragraphs in a Word DOCX document
EditDocumentApiedit_document_docx_get_commentsPOST /convert/edit/docx/get-comments/flat-listGet comments from a Word DOCX document as a flat list
EditDocumentApiedit_document_docx_get_comments_hierarchicalPOST /convert/edit/docx/get-comments/hierarchicalGet comments from a Word DOCX document hierarchically
EditDocumentApiedit_document_docx_get_content_controlsPOST /convert/edit/docx/get-content-controlsGet all content controls (form fields) and values in a Word DOCX document
EditDocumentApiedit_document_docx_get_form_fieldsPOST /convert/edit/docx/get-form-fieldsGet all form fields in a Word DOCX document
EditDocumentApiedit_document_docx_get_headers_and_footersPOST /convert/edit/docx/get-headers-and-footersGet content of a footer from a Word DOCX document
EditDocumentApiedit_document_docx_get_imagesPOST /convert/edit/docx/get-imagesGet images from a Word DOCX document
EditDocumentApiedit_document_docx_get_macro_informationPOST /convert/edit/docx/get-macrosGet macro information from a Word DOCX/DOCM document
EditDocumentApiedit_document_docx_get_metadata_propertiesPOST /convert/edit/docx/get-metadataGet all metadata properties in Word DOCX document
EditDocumentApiedit_document_docx_get_sectionsPOST /convert/edit/docx/get-sectionsGet sections from a Word DOCX document
EditDocumentApiedit_document_docx_get_stylesPOST /convert/edit/docx/get-stylesGet styles from a Word DOCX document
EditDocumentApiedit_document_docx_get_table_by_indexPOST /convert/edit/docx/get-table/by-indexGet a specific table by index in a Word DOCX document
EditDocumentApiedit_document_docx_get_table_rowPOST /convert/edit/docx/get-table-rowGets the contents of an existing table row in an existing table in a Word DOCX document
EditDocumentApiedit_document_docx_get_tablesPOST /convert/edit/docx/get-tablesGet all tables in Word DOCX document
EditDocumentApiedit_document_docx_insert_comment_on_paragraphPOST /convert/edit/docx/insert-comment/on/paragraphInsert a new comment into a Word DOCX document attached to a paragraph
EditDocumentApiedit_document_docx_insert_imagePOST /convert/edit/docx/insert-imageInsert image into a Word DOCX document
EditDocumentApiedit_document_docx_insert_paragraphPOST /convert/edit/docx/insert-paragraphInsert a new paragraph into a Word DOCX document
EditDocumentApiedit_document_docx_insert_tablePOST /convert/edit/docx/insert-tableInsert a new table into a Word DOCX document
EditDocumentApiedit_document_docx_insert_table_rowPOST /convert/edit/docx/insert-table-rowInsert a new row into an existing table in a Word DOCX document
EditDocumentApiedit_document_docx_pagesPOST /convert/edit/docx/get-pagesGet pages and content from a Word DOCX document
EditDocumentApiedit_document_docx_remove_all_commentsPOST /convert/edit/docx/comments/remove-allRemove all comments from a Word DOCX document
EditDocumentApiedit_document_docx_remove_headers_and_footersPOST /convert/edit/docx/remove-headers-and-footersRemove headers and footers from Word DOCX document
EditDocumentApiedit_document_docx_remove_objectPOST /convert/edit/docx/remove-objectDelete any object in a Word DOCX document
EditDocumentApiedit_document_docx_replacePOST /convert/edit/docx/replace-allReplace string in Word DOCX document
EditDocumentApiedit_document_docx_replace_multiPOST /convert/edit/docx/replace-all/multiReplace multiple strings in Word DOCX document, return result
EditDocumentApiedit_document_docx_replace_multi_edit_sessionPOST /convert/edit/docx/replace-all/multi/edit-sessionReplace multiple strings in Word DOCX document, return edit session
EditDocumentApiedit_document_docx_replace_paragraphPOST /convert/edit/docx/replace/paragraphReplace matching paragraphs in a Word DOCX document
EditDocumentApiedit_document_docx_set_custom_metadata_propertiesPOST /convert/edit/docx/set-metadata/custom-propertySet custom property metadata properties in Word DOCX document
EditDocumentApiedit_document_docx_set_footerPOST /convert/edit/docx/set-footerSet the footer in a Word DOCX document
EditDocumentApiedit_document_docx_set_footer_add_page_numberPOST /convert/edit/docx/set-footer/add-page-numberAdd page number to footer in a Word DOCX document
EditDocumentApiedit_document_docx_set_form_fieldsPOST /convert/edit/docx/set-form-fieldsSet and fill values for form fields in a Word DOCX document
EditDocumentApiedit_document_docx_set_headerPOST /convert/edit/docx/set-headerSet the header in a Word DOCX document
EditDocumentApiedit_document_docx_update_table_cellPOST /convert/edit/docx/update-table-cellUpdate, set contents of a table cell in an existing table in a Word DOCX document
EditDocumentApiedit_document_docx_update_table_rowPOST /convert/edit/docx/update-table-rowUpdate, set contents of a table row in an existing table in a Word DOCX document
EditDocumentApiedit_document_finish_editingPOST /convert/edit/finish-editingFinish editing document, and download result from document editing
EditDocumentApiedit_document_pptx_delete_slidesPOST /convert/edit/pptx/delete-slidesDelete, remove slides from a PowerPoint PPTX presentation document
EditDocumentApiedit_document_pptx_edit_size_and_orientationPOST /convert/edit/pptx/set-size-and-orientationSet the size and/or orientation of a PowerPoint PPTX presentation document
EditDocumentApiedit_document_pptx_get_macro_informationPOST /convert/edit/pptx/get-macrosGet macro information from a PowerPoint PPTX/PPTM presentation document
EditDocumentApiedit_document_pptx_get_size_and_orientationPOST /convert/edit/pptx/get-size-and-orientationGet the page layout information, including size and orientation of a PowerPoint PPTX presentation document
EditDocumentApiedit_document_pptx_replacePOST /convert/edit/pptx/replace-allReplace string in PowerPoint PPTX presentation
EditDocumentApiedit_document_xlsx_append_rowPOST /convert/edit/xlsx/append-rowAppend row to a Excel XLSX spreadsheet, worksheet
EditDocumentApiedit_document_xlsx_clear_cell_by_indexPOST /convert/edit/xlsx/clear-cell/by-indexClear cell contents in an Excel XLSX spreadsheet, worksheet by index
EditDocumentApiedit_document_xlsx_clear_rowPOST /convert/edit/xlsx/clear-rowClear row from a Excel XLSX spreadsheet, worksheet
EditDocumentApiedit_document_xlsx_create_blank_spreadsheetPOST /convert/edit/xlsx/create/blankCreate a blank Excel XLSX spreadsheet
EditDocumentApiedit_document_xlsx_create_spreadsheet_from_dataPOST /convert/edit/xlsx/create/from/dataCreate a new Excel XLSX spreadsheet from column and row data
EditDocumentApiedit_document_xlsx_delete_worksheetPOST /convert/edit/xlsx/delete-worksheetDelete, remove worksheet from an Excel XLSX spreadsheet document
EditDocumentApiedit_document_xlsx_disable_shared_workbookPOST /convert/edit/xlsx/configuration/disable-shared-workbookDisable Shared Workbook (legacy) in Excel XLSX spreadsheet
EditDocumentApiedit_document_xlsx_enable_shared_workbookPOST /convert/edit/xlsx/configuration/enable-shared-workbookEnable Shared Workbook (legacy) in Excel XLSX spreadsheet
EditDocumentApiedit_document_xlsx_get_cell_by_identifierPOST /convert/edit/xlsx/get-cell/by-identifierGet cell from an Excel XLSX spreadsheet, worksheet by cell identifier
EditDocumentApiedit_document_xlsx_get_cell_by_indexPOST /convert/edit/xlsx/get-cell/by-indexGet cell from an Excel XLSX spreadsheet, worksheet by index
EditDocumentApiedit_document_xlsx_get_columnsPOST /convert/edit/xlsx/get-columnsGet columns from a Excel XLSX spreadsheet, worksheet
EditDocumentApiedit_document_xlsx_get_imagesPOST /convert/edit/xlsx/get-imagesGet images from a Excel XLSX spreadsheet, worksheet
EditDocumentApiedit_document_xlsx_get_macro_informationPOST /convert/edit/xlsx/get-macrosGet macro information from a Excel XLSX/XLSM spreadsheet, worksheet
EditDocumentApiedit_document_xlsx_get_rows_and_cellsPOST /convert/edit/xlsx/get-rows-and-cellsGet rows and cells from a Excel XLSX spreadsheet, worksheet
EditDocumentApiedit_document_xlsx_get_specific_rowPOST /convert/edit/xlsx/get-specific-rowGet a specific row from a Excel XLSX spreadsheet, worksheet by path
EditDocumentApiedit_document_xlsx_get_stylesPOST /convert/edit/xlsx/get-stylesGet styles from a Excel XLSX spreadsheet, worksheet
EditDocumentApiedit_document_xlsx_get_worksheetsPOST /convert/edit/xlsx/get-worksheetsGet worksheets from a Excel XLSX spreadsheet
EditDocumentApiedit_document_xlsx_insert_worksheetPOST /convert/edit/xlsx/insert-worksheetInsert a new worksheet into an Excel XLSX spreadsheet
EditDocumentApiedit_document_xlsx_rename_worksheetPOST /convert/edit/xlsx/rename-worksheetRename a specific worksheet in a Excel XLSX spreadsheet
EditDocumentApiedit_document_xlsx_set_cell_by_identifierPOST /convert/edit/xlsx/set-cell/by-identifierSet, update cell contents in an Excel XLSX spreadsheet, worksheet by cell identifier
EditDocumentApiedit_document_xlsx_set_cell_by_indexPOST /convert/edit/xlsx/set-cell/by-indexSet, update cell contents in an Excel XLSX spreadsheet, worksheet by index
EditHtmlApiedit_html_html_append_header_tagPOST /convert/edit/html/head/append/tagAppend an HTML tag to the HEAD section of an HTML Document
EditHtmlApiedit_html_html_append_headingPOST /convert/edit/html/append/headingAppend a Heading to an HTML Document
EditHtmlApiedit_html_html_append_image_from_urlPOST /convert/edit/html/append/image/from-urlAppend an Image to an HTML Document from a URL
EditHtmlApiedit_html_html_append_image_inlinePOST /convert/edit/html/append/image/inlineAppend a Base64 Inline Image to an HTML Document
EditHtmlApiedit_html_html_append_paragraphPOST /convert/edit/html/append/paragraphAppend a Paragraph to an HTML Document
EditHtmlApiedit_html_html_create_blank_documentPOST /convert/edit/html/create/blankCreate a Blank HTML Document
EditHtmlApiedit_html_html_get_languagePOST /convert/edit/html/head/get/languageGets the language for the HTML document
EditHtmlApiedit_html_html_get_linksPOST /convert/edit/html/extract/linksExtract resolved link URLs from HTML File
EditHtmlApiedit_html_html_get_rel_canonicalPOST /convert/edit/html/head/get/rel-canonical-urlGets the rel canonical URL for the HTML document
EditHtmlApiedit_html_html_get_sitemapPOST /convert/edit/html/head/get/sitemap-urlGets the sitemap URL for the HTML document
EditHtmlApiedit_html_html_set_languagePOST /convert/edit/html/head/set/languageSets the language for the HTML document
EditHtmlApiedit_html_html_set_rel_canonicalPOST /convert/edit/html/head/set/rel-canonical-urlSets the rel canonical URL for the HTML document
EditHtmlApiedit_html_html_set_sitemap_urlPOST /convert/edit/html/head/set/sitemap-urlSets the sitemap URL for the HTML document
EditPdfApiedit_pdf_add_annotationsPOST /convert/edit/pdf/annotations/add-itemAdd one or more PDF annotations, comments in the PDF document
EditPdfApiedit_pdf_convert_to_pdf_aPOST /convert/edit/pdf/optimize/pdf-aConvert a PDF file to PDF/A
EditPdfApiedit_pdf_decryptPOST /convert/edit/pdf/decryptDecrypt and password-protect a PDF
EditPdfApiedit_pdf_delete_pagesPOST /convert/edit/pdf/pages/deleteRemove, delete pages from a PDF document
EditPdfApiedit_pdf_delete_pages_batch_jobPOST /convert/edit/pdf/pages/delete/batch-jobRemove, delete pages from a PDF document as Batch Job
EditPdfApiedit_pdf_encryptPOST /convert/edit/pdf/encryptEncrypt and password-protect a PDF
EditPdfApiedit_pdf_get_annotationsPOST /convert/edit/pdf/annotations/listGet PDF annotations, including comments in the document
EditPdfApiedit_pdf_get_async_job_statusGET /convert/edit/pdf/batch-job/statusGet the status and result of a PDF Batch Job
EditPdfApiedit_pdf_get_form_fieldsPOST /convert/edit/pdf/form/get-fieldsGets PDF Form fields and values
EditPdfApiedit_pdf_get_metadataPOST /convert/edit/pdf/get-metadataGet PDF document metadata
EditPdfApiedit_pdf_get_pdf_text_by_pagesPOST /convert/edit/pdf/pages/get-textGet text in a PDF document by page
EditPdfApiedit_pdf_insert_pagesPOST /convert/edit/pdf/pages/insertInsert, copy pages from one PDF document into another
EditPdfApiedit_pdf_insert_pages_batch_jobPOST /convert/edit/pdf/pages/insert/batch-jobInsert, copy pages from one PDF document into another as a batch job
EditPdfApiedit_pdf_linearizePOST /convert/edit/pdf/optimize/linearizeLinearize and optimize a PDF for streaming download
EditPdfApiedit_pdf_rasterizePOST /convert/edit/pdf/rasterizeRasterize a PDF to an image-based PDF
EditPdfApiedit_pdf_rasterize_batch_jobPOST /convert/edit/pdf/rasterize/batch-jobRasterize a PDF to an image-based PDF as Batch Job
EditPdfApiedit_pdf_reduce_file_sizePOST /convert/edit/pdf/optimize/reduce-file-sizeReduce the file size and optimize a PDF
EditPdfApiedit_pdf_remove_all_annotationsPOST /convert/edit/pdf/annotations/remove-allRemove all PDF annotations, including comments in the document
EditPdfApiedit_pdf_remove_annotation_itemPOST /convert/edit/pdf/annotations/remove-itemRemove a specific PDF annotation, comment in the document
EditPdfApiedit_pdf_resizePOST /convert/edit/pdf/resizeChange PDF Document's Paper Size
EditPdfApiedit_pdf_rotate_all_pagesPOST /convert/edit/pdf/pages/rotate/allRotate all pages in a PDF document
EditPdfApiedit_pdf_rotate_page_rangePOST /convert/edit/pdf/pages/rotate/page-rangeRotate a range, subset of pages in a PDF document
EditPdfApiedit_pdf_set_form_fieldsPOST /convert/edit/pdf/form/set-fieldsSets ands fills PDF Form field values
EditPdfApiedit_pdf_set_metadataPOST /convert/edit/pdf/set-metadataSets PDF document metadata
EditPdfApiedit_pdf_set_permissionsPOST /convert/edit/pdf/encrypt/set-permissionsEncrypt, password-protect and set restricted permissions on a PDF
EditPdfApiedit_pdf_watermark_textPOST /convert/edit/pdf/watermark/textAdd a text watermark to a PDF
EditTextApiedit_text_base64_decodePOST /convert/edit/text/encoding/base64/decodeBase 64 decode, convert base 64 string to binary content
EditTextApiedit_text_base64_detectPOST /convert/edit/text/encoding/base64/detectDetect, check if text string is base 64 encoded
EditTextApiedit_text_base64_encodePOST /convert/edit/text/encoding/base64/encodeBase 64 encode, convert binary or file data to a text string
EditTextApiedit_text_change_line_endingsPOST /convert/edit/text/line-endings/changeSet, change line endings of a text file
EditTextApiedit_text_detect_line_endingsPOST /convert/edit/text/line-endings/detectDetect line endings of a text file
EditTextApiedit_text_find_regexPOST /convert/edit/text/find/regexFind a regular expression regex in text input
EditTextApiedit_text_find_simplePOST /convert/edit/text/find/stringFind a string in text input
EditTextApiedit_text_remove_all_whitespacePOST /convert/edit/text/remove/whitespace/allRemove whitespace from text string
EditTextApiedit_text_remove_htmlPOST /convert/edit/text/remove/htmlRemove HTML from text string
EditTextApiedit_text_replace_regexPOST /convert/edit/text/replace/regexReplace a string in text with a regex regular expression string
EditTextApiedit_text_replace_simplePOST /convert/edit/text/replace/stringReplace a string in text with another string value
EditTextApiedit_text_text_encoding_detectPOST /convert/edit/text/encoding/detectDetect text encoding of file
EditTextApiedit_text_trim_whitespacePOST /convert/edit/text/remove/whitespace/trimTrim leading and trailing whitespace from text string
MergeDocumentApimerge_document_batch_job_createPOST /convert/merge/batch-job/createMerge an array of Documents into a Single Document by Page as a Batch Job
MergeDocumentApimerge_document_docxPOST /convert/merge/docxMerge Two Word DOCX Together
MergeDocumentApimerge_document_docx_multiPOST /convert/merge/docx/multiMerge Multple Word DOCX Together
MergeDocumentApimerge_document_docx_multi_arrayPOST /convert/merge/docx/multi/arrayMerge Multple Word DOCX Together from an array
MergeDocumentApimerge_document_get_async_job_statusGET /convert/merge/batch-job/statusGet the status and result of a Merge Document Batch Job
MergeDocumentApimerge_document_htmlPOST /convert/merge/htmlMerge Two HTML (HTM) Files Together
MergeDocumentApimerge_document_html_multiPOST /convert/merge/html/multiMerge Multple HTML (HTM) Files Together
MergeDocumentApimerge_document_html_multi_arrayPOST /convert/merge/html/multi/arrayMerge Multple HTML (HTM) Files Together from an array
MergeDocumentApimerge_document_pdfPOST /convert/merge/pdfMerge Two PDF Files Together
MergeDocumentApimerge_document_pdf_multiPOST /convert/merge/pdf/multiMerge Multple PDF Files Together
MergeDocumentApimerge_document_pdf_multi_arrayPOST /convert/merge/pdf/multi/arrayMerge Multple PDF Files Together from an array
MergeDocumentApimerge_document_pngPOST /convert/merge/png/verticalMerge Two PNG Files Together
MergeDocumentApimerge_document_png_multiPOST /convert/merge/png/vertical/multiMerge Multple PNG Files Together
MergeDocumentApimerge_document_png_multi_arrayPOST /convert/merge/png/vertical/multi/arrayMerge Multple PNG Files Together from an array
MergeDocumentApimerge_document_pptxPOST /convert/merge/pptxMerge Two PowerPoint PPTX Together
MergeDocumentApimerge_document_pptx_multiPOST /convert/merge/pptx/multiMerge Multple PowerPoint PPTX Together
MergeDocumentApimerge_document_pptx_multi_arrayPOST /convert/merge/pptx/multi/arrayMerge Multple PowerPoint PPTX Together from an array
MergeDocumentApimerge_document_txtPOST /convert/merge/txtMerge Two Text (TXT) Files Together
MergeDocumentApimerge_document_txt_multiPOST /convert/merge/txt/multiMerge Multple Text (TXT) Files Together
MergeDocumentApimerge_document_xlsxPOST /convert/merge/xlsxMerge Two Excel XLSX Together
MergeDocumentApimerge_document_xlsx_multiPOST /convert/merge/xlsx/multiMerge Multple Excel XLSX Together
MergeDocumentApimerge_document_xlsx_multi_arrayPOST /convert/merge/xlsx/multi/arrayMerge Multple Excel XLSX Together from an Array
SplitDocumentApisplit_document_batch_job_createPOST /convert/split/batch-job/createSplit a single Document into Separate Documents by Page as a Batch Job
SplitDocumentApisplit_document_docxPOST /convert/split/docxSplit a single Word Document DOCX into Separate Documents by Page
SplitDocumentApisplit_document_get_async_job_statusGET /convert/split/batch-job/statusGet the status and result of a Split Document Batch Job
SplitDocumentApisplit_document_pdf_by_pagePOST /convert/split/pdfSplit a PDF file into separate PDF files, one per page
SplitDocumentApisplit_document_pptxPOST /convert/split/pptxSplit a single PowerPoint Presentation PPTX into Separate Slides
SplitDocumentApisplit_document_pptx_advancedPOST /convert/split/pptx/advancedSplit a single PowerPoint Presentation PPTX into Separate Presentations
SplitDocumentApisplit_document_txt_by_linePOST /convert/split/txt/by-lineSplit a single Text file (txt) into lines
SplitDocumentApisplit_document_txt_by_stringPOST /convert/split/txt/by-stringSplit a single Text file (txt) by a string delimiter
SplitDocumentApisplit_document_xlsxPOST /convert/split/xlsxSplit a single Excel XLSX into Separate Worksheets
TransformDocumentApitransform_document_docx_replacePOST /convert/transform/docx/replace-allReplace string in Word DOCX document, return result
TransformDocumentApitransform_document_docx_replace_edit_sessionPOST /convert/transform/docx/replace-all/edit-sessionReplace string in Word DOCX document, return edit session
TransformDocumentApitransform_document_docx_table_fill_inPOST /convert/transform/docx/table/fill/dataFill in data in a table in a Word DOCX document, return result
TransformDocumentApitransform_document_docx_table_fill_in_edit_sessionPOST /convert/transform/docx/table/fill/data/edit-sessionFill in data in a table in a Word DOCX document, return edit session
TransformDocumentApitransform_document_docx_table_fill_in_multiPOST /convert/transform/docx/table/fill/data/multiFill in data in multiple tables in a Word DOCX document, return result
TransformDocumentApitransform_document_pptx_replacePOST /convert/transform/pptx/replace-allReplace string in PowerPoint PPTX presentation, return result
ValidateDocumentApivalidate_document_autodetect_validationPOST /convert/validate/autodetectAutodetect content type and validate
ValidateDocumentApivalidate_document_csv_validationPOST /convert/validate/csvValidate a CSV file document (CSV)
ValidateDocumentApivalidate_document_doc_validationPOST /convert/validate/docValidate a Word 97-2003 Legacy document (DOC)
ValidateDocumentApivalidate_document_docx_repairPOST /convert/validate/docx/repairRepair a Word document (DOCX) that contains errors
ValidateDocumentApivalidate_document_docx_validationPOST /convert/validate/docxValidate a Word document (DOCX)
ValidateDocumentApivalidate_document_eml_validationPOST /convert/validate/emlValidate if input file is a valid EML file
ValidateDocumentApivalidate_document_executable_validationPOST /convert/validate/executableValidate if a file is executable
ValidateDocumentApivalidate_document_g_zip_validationPOST /convert/validate/gzipValidate a GZip Archive file (gzip or gz)
ValidateDocumentApivalidate_document_html_ssrf_validationPOST /convert/validate/html/ssrf-threat-checkValidate an HTML file and checks for SSRF threats
ValidateDocumentApivalidate_document_html_validationPOST /convert/validate/htmlValidate an HTML file
ValidateDocumentApivalidate_document_image_validationPOST /convert/validate/imageValidate an Image File
ValidateDocumentApivalidate_document_jpg_validationPOST /convert/validate/jpgValidate a JPG File
ValidateDocumentApivalidate_document_json_validationPOST /convert/validate/jsonValidate a JSON file
ValidateDocumentApivalidate_document_msg_validationPOST /convert/validate/msgValidate if input file is a valid MSG file
ValidateDocumentApivalidate_document_pdf_validationPOST /convert/validate/pdfValidate a PDF document file
ValidateDocumentApivalidate_document_png_validationPOST /convert/validate/pngValidate a PNG File
ValidateDocumentApivalidate_document_ppt_validationPOST /convert/validate/pptValidate a PowerPoint 97-2003 Legacy presentation (PPT)
ValidateDocumentApivalidate_document_pptx_repairPOST /convert/validate/pptx/repairRepair a PowerPoint presentation (PPTX) that contains errors
ValidateDocumentApivalidate_document_pptx_validationPOST /convert/validate/pptxValidate a PowerPoint presentation (PPTX)
ValidateDocumentApivalidate_document_rar_validationPOST /convert/validate/rarValidate a RAR Archive file (RAR)
ValidateDocumentApivalidate_document_rtf_validationPOST /convert/validate/rtfValidate a Rich Text Format document (RTF)
ValidateDocumentApivalidate_document_tar_validationPOST /convert/validate/tarValidate a TAR Tarball Archive file (TAR)
ValidateDocumentApivalidate_document_txt_validationPOST /convert/validate/txtValidate an TXT file
ValidateDocumentApivalidate_document_xls_validationPOST /convert/validate/xlsValidate a Excel 97-2003 Legacy spreadsheet (XLS)
ValidateDocumentApivalidate_document_xlsx_repairPOST /convert/validate/xlsx/repairRepair an Excel spreadsheet (XLSX) that contains errors
ValidateDocumentApivalidate_document_xlsx_validationPOST /convert/validate/xlsxValidate a Excel document (XLSX)
ValidateDocumentApivalidate_document_xml_validationPOST /convert/validate/xmlValidate an XML file
ValidateDocumentApivalidate_document_xml_xxe_threat_validationPOST /convert/validate/xml/xxe-threatsValidate an XML file for XML External Entity (XXE) threats
ValidateDocumentApivalidate_document_zip_validationPOST /convert/validate/zipValidate a Zip Archive file (zip)
ViewerToolsApiviewer_tools_create_simplePOST /convert/viewer/create/web/simpleCreate a web-based viewer
ZipArchiveApizip_archive_zip_createPOST /convert/archive/zip/createCompress files to create a new zip archive
ZipArchiveApizip_archive_zip_create_advancedPOST /convert/archive/zip/create/advancedCompress files and folders to create a new zip archive with advanced options
ZipArchiveApizip_archive_zip_create_encryptedPOST /convert/archive/zip/create/encryptedCompress files to create a new, encrypted and password-protected zip archive
ZipArchiveApizip_archive_zip_create_quarantinePOST /convert/archive/zip/create/quarantineCreate an encrypted zip file to quarantine a dangerous file
ZipArchiveApizip_archive_zip_decryptPOST /convert/archive/zip/decryptDecrypt and remove password protection on a zip file
ZipArchiveApizip_archive_zip_encrypt_advancedPOST /convert/archive/zip/encrypt/advancedEncrypt and password protect a zip file
ZipArchiveApizip_archive_zip_extractPOST /convert/archive/zip/extractExtract, decompress files and folders from a zip archive

Documentation For Models

Documentation For Authorization

Apikey

  • Type: API key
  • API key parameter name: Apikey
  • Location: HTTP header

Author

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc