CloudmersiveConvertClient Class

Definition

Typed client for cloudmersiveconvert connector.

public class CloudmersiveConvertClient : Azure.Connectors.Sdk.ConnectorClientBase
type CloudmersiveConvertClient = class
    inherit ConnectorClientBase
Public Class CloudmersiveConvertClient
Inherits ConnectorClientBase
Inheritance
CloudmersiveConvertClient

Constructors

Name Description
CloudmersiveConvertClient()
CloudmersiveConvertClient(String)

Creates a new CloudmersiveConvertClient with the specified connection runtime URL string. Uses ManagedIdentityCredential by default.

CloudmersiveConvertClient(Uri, TokenCredential, ConnectorClientOptions)

Creates a new CloudmersiveConvertClient with the specified connection runtime URL and credential.

CloudmersiveConvertClient(Uri, TokenCredential)

Creates a new CloudmersiveConvertClient with the specified connection runtime URL and credential.

CloudmersiveConvertClient(Uri)

Creates a new CloudmersiveConvertClient with the specified connection runtime URL. Uses ManagedIdentityCredential by default.

Properties

Name Description
ConnectorName
Pipeline

Gets the HTTP pipeline for making connector requests.

(Inherited from ConnectorClientBase)

Methods

Name Description
CallConnectorAsync(HttpMethod, String, Object, CancellationToken)

Sends a connector API request with no response body. Uses the Azure.Core HttpPipeline for retry, authentication, and diagnostics.

(Inherited from ConnectorClientBase)
CallConnectorAsync<TResponse>(HttpMethod, String, Object, CancellationToken)

Sends a connector API request and deserializes the JSON response. Uses the Azure.Core HttpPipeline for retry, authentication, and diagnostics.

(Inherited from ConnectorClientBase)
CompareDocumentDocxAsync(CancellationToken)

Compare Two Word DOCX

ConvertDataCsvToJsonAsync(CancellationToken)

Convert CSV to JSON conversion

ConvertDataJsonToXmlAsync(ConvertDataJsonToXmlInput, CancellationToken)

Convert JSON to XML conversion

ConvertDataXlsToJsonAsync(CancellationToken)

Convert Excel (97-2003) XLS to JSON conversion

ConvertDataXlsxToJsonAsync(CancellationToken)

Convert Excel XLSX to JSON conversion

ConvertDataXmlEditAddAttributeWithXPathAsync(CancellationToken)

Adds an attribute to all XML nodes matching XPath expression

ConvertDataXmlEditAddChildWithXPathAsync(CancellationToken)

Adds an XML node as a child to XML nodes matching XPath expression

ConvertDataXmlEditRemoveAllChildNodesWithXPathAsync(CancellationToken)

Removes, deletes all children of nodes matching XPath expression, but

ConvertDataXmlEditReplaceWithXPathAsync(CancellationToken)

Replaces XML nodes matching XPath expression with new node

ConvertDataXmlEditSetValueWithXPathAsync(CancellationToken)

Sets the value contents of XML nodes matching XPath expression

ConvertDataXmlFilterWithXPathAsync(CancellationToken)

Filter, select XML nodes using XPath expression, get results

ConvertDataXmlQueryWithXQueryAsync(CancellationToken)

Query an XML file using XQuery query, get results

ConvertDataXmlQueryWithXQueryMultiAsync(CancellationToken)

Query multiple XML files using XQuery query, get results

ConvertDataXmlRemoveWithXPathAsync(CancellationToken)

Remove, delete XML nodes and items matching XPath expression

ConvertDataXmlToJsonAsync(CancellationToken)

Convert XML to JSON conversion

ConvertDataXmlTransformWithXsltToXmlAsync(CancellationToken)

Transform XML document file with XSLT into a new XML document

ConvertDocumentAutodetectGetInfoAsync(CancellationToken)

Get document type information

ConvertDocumentAutodetectToPdfAsync(CancellationToken)

Convert Document to PDF

ConvertDocumentAutodetectToPngArrayAsync(CancellationToken)

Convert Document to PNG array

ConvertDocumentAutodetectToTxtAsync(CancellationToken)

Convert Document to Text (txt)

ConvertDocumentCsvToXlsxAsync(CancellationToken)

Convert CSV to Excel XLSX Spreadsheet

ConvertDocumentDocToDocxAsync(CancellationToken)

Convert Word DOC (97-03) Document to DOCX

ConvertDocumentDocToPdfAsync(CancellationToken)

Convert Word DOC (97-03) Document to PDF

ConvertDocumentDocToTxtAsync(CancellationToken)

Convert Word DOC (97-03) Document to Text (txt)

ConvertDocumentDocxToPdfAsync(CancellationToken)

Convert Word DOCX Document to PDF

ConvertDocumentDocxToTxtAsync(CancellationToken)

Convert Word DOCX Document to Text (txt)

ConvertDocumentHtmlToPdfAsync(CancellationToken)

Convert HTML document file to PDF Document

ConvertDocumentHtmlToPngAsync(CancellationToken)

Convert HTML document file to PNG image array

ConvertDocumentHtmlToTxtAsync(CancellationToken)

HTML Document file to Text (txt)

ConvertDocumentPdfToDocxAsync(CancellationToken)

Convert PDF to Word DOCX Document

ConvertDocumentPdfToDocxRasterizeAsync(CancellationToken)

Convert PDF to Word DOCX Document based on rasterized version of the PDF

ConvertDocumentPdfToPngArrayAsync(CancellationToken)

Convert PDF to PNG Image Array

ConvertDocumentPdfToPngSingleAsync(CancellationToken)

Convert PDF to Single PNG image

ConvertDocumentPdfToPptxAsync(CancellationToken)

Convert PDF to PowerPoint PPTX Presentation

ConvertDocumentPdfToTxtAsync(CancellationToken)

Convert PDF Document to Text (txt)

ConvertDocumentPngArrayToPdfAsync(CancellationToken)

Convert PNG Array to PDF

ConvertDocumentPptToPdfAsync(CancellationToken)

Convert PowerPoint PPT (97-03) Presentation to PDF

ConvertDocumentPptToPptxAsync(CancellationToken)

Convert PowerPoint PPT (97-03) Presentation to PPTX

ConvertDocumentPptxToPdfAsync(CancellationToken)

Convert PowerPoint PPTX Presentation to PDF

ConvertDocumentPptxToTxtAsync(CancellationToken)

Convert PowerPoint PPTX Presentation to Text (txt)

ConvertDocumentXlsToCsvAsync(CancellationToken)

Convert Excel XLS (97-03) Spreadsheet to CSV

ConvertDocumentXlsToPdfAsync(CancellationToken)

Convert Excel XLS (97-03) Spreadsheet to PDF

ConvertDocumentXlsToXlsxAsync(CancellationToken)

Convert Excel XLS (97-03) Spreadsheet to XLSX

ConvertDocumentXlsxToCsvAsync(CancellationToken)

Convert Excel XLSX Spreadsheet to CSV

ConvertDocumentXlsxToPdfAsync(CancellationToken)

Convert Excel XLSX Spreadsheet to PDF

ConvertDocumentXlsxToTxtAsync(CancellationToken)

Convert Excel XLSX Spreadsheet to Text (txt)

ConvertImageGetImageInfoAsync(CancellationToken)

Get information about an image

ConvertImageImageFormatConvertAsync(String, String, CancellationToken)

Image format conversion

ConvertImageImageSetDPIAsync(Int32, CancellationToken)

Change image DPI

ConvertImageMultipageImageFormatConvertAsync(String, String, CancellationToken)

Multi-page image format conversion

ConvertTemplateApplyHtmlTemplateAsync(HtmlTemplateApplicationRequest, CancellationToken)

Apply HTML template

ConvertWebHtmlToDocxAsync(HtmlToOfficeRequest, CancellationToken)

Convert HTML to Word DOCX Document

ConvertWebHtmlToPdfAsync(HtmlToPdfRequest, CancellationToken)

Convert HTML string to PDF

ConvertWebHtmlToPngAsync(HtmlToPngRequest, CancellationToken)

Convert HTML string to PNG screenshot

ConvertWebHtmlToTxtAsync(HtmlToTextRequest, CancellationToken)

Convert HTML string to text (txt)

ConvertWebMdToHtmlAsync(CancellationToken)

Convert Markdown to HTML

ConvertWebUrlToPdfAsync(ScreenshotRequest, CancellationToken)

Convert a URL to PDF

ConvertWebUrlToScreenshotAsync(ScreenshotRequest, CancellationToken)

Take screenshot of URL

ConvertWebUrlToTxtAsync(UrlToTextRequest, CancellationToken)

Convert website URL page to text (txt)

Dispose() (Inherited from ConnectorClientBase)
Dispose(Boolean)

Disposes the connector client resources.

(Inherited from ConnectorClientBase)
EditDocumentBeginEditingAsync(CancellationToken)

Begin editing a document

EditDocumentDocxBodyAsync(GetDocxBodyRequest, CancellationToken)

Get body from a Word DOCX document

EditDocumentDocxCreateBlankDocumentAsync(CreateBlankDocxRequest, CancellationToken)

Create a blank Word DOCX document

EditDocumentDocxDeletePagesAsync(RemoveDocxPagesRequest, CancellationToken)

Delete, remove pages from a Word DOCX document

EditDocumentDocxDeleteTableRowAsync(DeleteDocxTableRowRequest, CancellationToken)

Deletes a table row in an existing table in a Word DOCX document

EditDocumentDocxDeleteTableRowRangeAsync(DeleteDocxTableRowRangeRequest, CancellationToken)

Deletes a range of multiple table rows in an existing table in a Word

EditDocumentDocxGetCommentsHierarchicalAsync(GetDocxGetCommentsHierarchicalRequest, CancellationToken)

Get comments from a Word DOCX document hierarchically

EditDocumentDocxGetHeadersAndFootersAsync(GetDocxHeadersAndFootersRequest, CancellationToken)

Get content of a footer from a Word DOCX document

EditDocumentDocxGetImagesAsync(GetDocxImagesRequest, CancellationToken)

Get images from a Word DOCX document

EditDocumentDocxGetSectionsAsync(GetDocxSectionsRequest, CancellationToken)

Get sections from a Word DOCX document

EditDocumentDocxGetStylesAsync(GetDocxStylesRequest, CancellationToken)

Get styles from a Word DOCX document

EditDocumentDocxGetTableByIndexAsync(GetDocxTableByIndexRequest, CancellationToken)

Get a specific table by index in a Word DOCX document

EditDocumentDocxGetTableRowAsync(GetDocxTableRowRequest, CancellationToken)

Gets the contents of an existing table row in an existing table in a W

EditDocumentDocxGetTablesAsync(GetDocxTablesRequest, CancellationToken)

Get all tables in Word DOCX document

EditDocumentDocxInsertCommentOnParagraphAsync(DocxInsertCommentOnParagraphRequest, CancellationToken)

Insert a new comment into a Word DOCX document attached to a paragraph

EditDocumentDocxInsertImageAsync(DocxInsertImageRequest, CancellationToken)

Insert image into a Word DOCX document

EditDocumentDocxInsertParagraphAsync(InsertDocxInsertParagraphRequest, CancellationToken)

Insert a new paragraph into a Word DOCX document

EditDocumentDocxInsertTableAsync(InsertDocxTablesRequest, CancellationToken)

Insert a new table into a Word DOCX document

EditDocumentDocxInsertTableRowAsync(InsertDocxTableRowRequest, CancellationToken)

Insert a new row into an existing table in a Word DOCX document

EditDocumentDocxPagesAsync(GetDocxPagesRequest, CancellationToken)

Get pages and content from a Word DOCX document

EditDocumentDocxRemoveHeadersAndFootersAsync(RemoveDocxHeadersAndFootersRequest, CancellationToken)

Remove headers and footers from Word DOCX document

EditDocumentDocxRemoveObjectAsync(DocxRemoveObjectRequest, CancellationToken)

Delete any object in a Word DOCX document

EditDocumentDocxReplaceAsync(ReplaceStringRequest, CancellationToken)

Replace string in Word DOCX document

EditDocumentDocxSetFooterAddPageNumberAsync(DocxSetFooterAddPageNumberRequest, CancellationToken)

Add page number to footer in a Word DOCX document

EditDocumentDocxSetFooterAsync(DocxSetFooterRequest, CancellationToken)

Set the footer in a Word DOCX document

EditDocumentDocxSetHeaderAsync(DocxSetHeaderRequest, CancellationToken)

Set the header in a Word DOCX document

EditDocumentDocxUpdateTableCellAsync(UpdateDocxTableCellRequest, CancellationToken)

Update, set contents of a table cell in an existing table in a Word DO

EditDocumentDocxUpdateTableRowAsync(UpdateDocxTableRowRequest, CancellationToken)

Update, set contents of a table row in an existing table in a Word DOCX document

EditDocumentFinishEditingAsync(FinishEditingRequest, CancellationToken)

Finish editing document, and download result from document editing

EditDocumentPptxDeleteSlidesAsync(RemovePptxSlidesRequest, CancellationToken)

Delete, remove slides from a PowerPoint PPTX presentation document

EditDocumentPptxReplaceAsync(ReplaceStringRequest, CancellationToken)

Replace string in PowerPoint PPTX presentation

EditDocumentXlsxClearCellByIndexAsync(ClearXlsxCellRequest, CancellationToken)

Clear cell contents in an Excel XLSX spreadsheet, worksheet by index

EditDocumentXlsxCreateBlankSpreadsheetAsync(CreateBlankSpreadsheetRequest, CancellationToken)

Create a blank Excel XLSX spreadsheet

EditDocumentXlsxCreateSpreadsheetFromDataAsync(CreateSpreadsheetFromDataRequest, CancellationToken)

Create a new Excel XLSX spreadsheet from column and row data

EditDocumentXlsxDeleteWorksheetAsync(RemoveXlsxWorksheetRequest, CancellationToken)

Delete, remove worksheet from an Excel XLSX spreadsheet document

EditDocumentXlsxGetCellByIdentifierAsync(GetXlsxCellByIdentifierRequest, CancellationToken)

Get cell from an Excel XLSX spreadsheet, worksheet by cell identifier

EditDocumentXlsxGetCellByIndexAsync(GetXlsxCellRequest, CancellationToken)

Get cell from an Excel XLSX spreadsheet, worksheet by index

EditDocumentXlsxGetColumnsAsync(GetXlsxColumnsRequest, CancellationToken)

Get rows and cells from a Excel XLSX spreadsheet, worksheet

EditDocumentXlsxGetImagesAsync(GetXlsxImagesRequest, CancellationToken)

Get images from a Excel XLSX spreadsheet, worksheet

EditDocumentXlsxGetRowsAndCellsAsync(GetXlsxRowsAndCellsRequest, CancellationToken)

Get rows and cells from a Excel XLSX spreadsheet, worksheet

EditDocumentXlsxGetStylesAsync(GetXlsxStylesRequest, CancellationToken)

Get styles from a Excel XLSX spreadsheet, worksheet

EditDocumentXlsxGetWorksheetsAsync(GetXlsxWorksheetsRequest, CancellationToken)

Get worksheets from a Excel XLSX spreadsheet

EditDocumentXlsxInsertWorksheetAsync(InsertXlsxWorksheetRequest, CancellationToken)

Insert a new worksheet into an Excel XLSX spreadsheet

EditDocumentXlsxSetCellByIdentifierAsync(SetXlsxCellByIdentifierRequest, CancellationToken)

Set, update cell contents in an Excel XLSX spreadsheet, worksheet by c

EditDocumentXlsxSetCellByIndexAsync(SetXlsxCellRequest, CancellationToken)

Set, update cell contents in an Excel XLSX spreadsheet, worksheet by index

MergeDocumentDocxAsync(CancellationToken)

Merge Two Word DOCX Together

MergeDocumentDocxMultiAsync(CancellationToken)

Merge Multple Word DOCX Together

MergeDocumentPdfAsync(CancellationToken)

Merge Two PDF Files Together

MergeDocumentPdfMultiAsync(CancellationToken)

Merge Multple PDF Files Together

MergeDocumentPngAsync(CancellationToken)

Merge Multple PNG Files Together

MergeDocumentPptxAsync(CancellationToken)

Merge Two PowerPoint PPTX Together

MergeDocumentPptxMultiAsync(CancellationToken)

Merge Multple PowerPoint PPTX Together

MergeDocumentTxtAsync(CancellationToken)

Merge Two Text (TXT) Files Together

MergeDocumentTxtMultiAsync(CancellationToken)

Merge Multple Text (TXT) Files Together

MergeDocumentXlsxAsync(CancellationToken)

Merge Two Excel XLSX Together

MergeDocumentXlsxMultiAsync(CancellationToken)

Merge Multple Excel XLSX Together

ResolveUrl(String)

Resolves a relative path or validates an absolute URL against the connection runtime URL. When the NextLink host matches the connection URL, it's used as-is. When it doesn't match (codeless connectors like ARM return nextLink pointing to the backend host e.g. management.azure.com), the path+query is extracted and routed through the APIM proxy. This is safe because the request still goes through the connection runtime URL with API Hub auth.

(Inherited from ConnectorClientBase)
SplitDocumentDocxAsync(CancellationToken)

Split a single Word Document DOCX into Separate Documents by Page

SplitDocumentPdfByPageAsync(CancellationToken)

Split a PDF file into separate PDF files, one per page

SplitDocumentPptxAsync(CancellationToken)

Split a single PowerPoint Presentation PPTX into Separate Slides

SplitDocumentTxtByLineAsync(CancellationToken)

Split a single Text file (txt) into lines

SplitDocumentTxtByStringAsync(CancellationToken)

Split a single Text file (txt) by a string delimiter

SplitDocumentXlsxAsync(CancellationToken)

Split a single Excel XLSX into Separate Worksheets

ValidateDocumentAutodetectValidationAsync(CancellationToken)

Autodetect content type and validate

ValidateDocumentDocxValidationAsync(CancellationToken)

Validate a Word document (DOCX)

ValidateDocumentJsonValidationAsync(CancellationToken)

Validate a JSON file

ValidateDocumentPdfValidationAsync(CancellationToken)

Validate a PDF document file

ValidateDocumentPptxValidationAsync(CancellationToken)

Validate a PowerPoint presentation (PPTX)

ValidateDocumentXlsxValidationAsync(CancellationToken)

Validate a Excel document (XLSX)

ValidateDocumentXmlValidationAsync(CancellationToken)

Validate an XML file

Applies to