# README
Go API client for GoCloudmersiveDocumentConvertApiClient
Convert API lets you effortlessly convert file formats and types.
Overview
This API client was generated by the swagger-codegen project. By using the swagger-spec from a remote server, you can easily generate an API client.
- API version: v1
- Package version: 3.3.0
- Build package: io.swagger.codegen.languages.GoClientCodegen
Installation
Put the package under your project folder and add the following in import:
import "./GoCloudmersiveDocumentConvertApiClient"
Documentation for API Endpoints
All URIs are relative to https://api.cloudmersive.com
Class | Method | HTTP request | Description |
---|---|---|---|
CompareDocumentApi | CompareDocumentDocx | Post /convert/compare/docx | Compare Two Word DOCX |
ConvertDataApi | ConvertDataCsvToJson | Post /convert/csv/to/json | Convert CSV to JSON conversion |
ConvertDataApi | ConvertDataCsvToXml | Post /convert/csv/to/xml | Convert CSV to XML conversion |
ConvertDataApi | ConvertDataJsonStringToXml | Post /convert/json-string/to/xml | Convert JSON String to XML conversion |
ConvertDataApi | ConvertDataJsonToXml | Post /convert/json/to/xml | Convert JSON Object to XML conversion |
ConvertDataApi | ConvertDataXlsToJson | Post /convert/xls/to/json | Convert Excel (97-2003) XLS to JSON conversion |
ConvertDataApi | ConvertDataXlsxToJson | Post /convert/xlsx/to/json | Convert Excel XLSX to JSON conversion |
ConvertDataApi | ConvertDataXlsxToXml | Post /convert/xlsx/to/xml | Convert Excel XLSX to XML conversion |
ConvertDataApi | ConvertDataXmlEditAddAttributeWithXPath | Post /convert/xml/edit/xpath/add-attribute | Adds an attribute to all XML nodes matching XPath expression |
ConvertDataApi | ConvertDataXmlEditAddChildWithXPath | Post /convert/xml/edit/xpath/add-child | Adds an XML node as a child to XML nodes matching XPath expression |
ConvertDataApi | ConvertDataXmlEditRemoveAllChildNodesWithXPath | Post /convert/xml/edit/xpath/remove-all-children | Removes, deletes all children of nodes matching XPath expression, but does not remove the nodes |
ConvertDataApi | ConvertDataXmlEditReplaceWithXPath | Post /convert/xml/edit/xpath/replace | Replaces XML nodes matching XPath expression with new node |
ConvertDataApi | ConvertDataXmlEditSetValueWithXPath | Post /convert/xml/edit/xpath/set-value | Sets the value contents of XML nodes matching XPath expression |
ConvertDataApi | ConvertDataXmlFilterWithXPath | Post /convert/xml/select/xpath | Filter, select XML nodes using XPath expression, get results |
ConvertDataApi | ConvertDataXmlQueryWithXQuery | Post /convert/xml/query/xquery | Query an XML file using XQuery query, get results |
ConvertDataApi | ConvertDataXmlQueryWithXQueryMulti | Post /convert/xml/query/xquery/multi | Query multiple XML files using XQuery query, get results |
ConvertDataApi | ConvertDataXmlRemoveWithXPath | Post /convert/xml/edit/xpath/remove | Remove, delete XML nodes and items matching XPath expression |
ConvertDataApi | ConvertDataXmlToJson | Post /convert/xml/to/json | Convert XML to JSON conversion |
ConvertDataApi | ConvertDataXmlTransformWithXsltToXml | Post /convert/xml/transform/xslt/to/xml | Transform XML document file with XSLT into a new XML document |
ConvertDocumentApi | ConvertDocumentAutodetectGetInfo | Post /convert/autodetect/get-info | Get document type information |
ConvertDocumentApi | ConvertDocumentAutodetectToJpg | Post /convert/autodetect/to/jpg | Convert Document to JPG/JPEG image array |
ConvertDocumentApi | ConvertDocumentAutodetectToPdf | Post /convert/autodetect/to/pdf | Convert Document to PDF |
ConvertDocumentApi | ConvertDocumentAutodetectToPdfBatchJob | Post /convert/autodetect/to/pdf/batch-job | Convert Document to PDF as Batch Job |
ConvertDocumentApi | ConvertDocumentAutodetectToPngArray | Post /convert/autodetect/to/png | Convert Document to PNG array |
ConvertDocumentApi | ConvertDocumentAutodetectToThumbnail | Post /convert/autodetect/to/thumbnail | Convert File to Thumbnail Image |
ConvertDocumentApi | ConvertDocumentAutodetectToThumbnailsAdvanced | Post /convert/autodetect/to/thumbnail/advanced | Convert File to Thumbnail Image Object |
ConvertDocumentApi | ConvertDocumentAutodetectToTxt | Post /convert/autodetect/to/txt | Convert Document to Text (txt) |
ConvertDocumentApi | ConvertDocumentCsvMultiToXlsx | Post /convert/csv/multi/to/xlsx | Convert Multiple CSV Files into a Single XLSX Spreadsheet |
ConvertDocumentApi | ConvertDocumentCsvToHtml | Post /convert/csv/to/html | Convert CSV to HTML document |
ConvertDocumentApi | ConvertDocumentCsvToPdf | Post /convert/csv/to/pdf | Convert CSV to PDF document |
ConvertDocumentApi | ConvertDocumentCsvToXlsx | Post /convert/csv/to/xlsx | Convert CSV to Excel XLSX Spreadsheet |
ConvertDocumentApi | ConvertDocumentDocToDocx | Post /convert/doc/to/docx | Convert Word DOC (97-03) Document to DOCX |
ConvertDocumentApi | ConvertDocumentDocToPdf | Post /convert/doc/to/pdf | Convert Word DOC (97-03) Document to PDF |
ConvertDocumentApi | ConvertDocumentDocToTxt | Post /convert/doc/to/txt | Convert Word DOC (97-03) Document to Text (txt) |
ConvertDocumentApi | ConvertDocumentDocxToDoc | Post /convert/docx/to/doc | Convert Word DOCX Document to Legacy Word DOC (97-03) |
ConvertDocumentApi | ConvertDocumentDocxToHtml | Post /convert/docx/to/html | Convert Word DOCX Document to HTML Document |
ConvertDocumentApi | ConvertDocumentDocxToJpg | Post /convert/docx/to/jpg | Convert Word DOCX Document to JPG/JPEG image array |
ConvertDocumentApi | ConvertDocumentDocxToPdf | Post /convert/docx/to/pdf | Convert Word DOCX Document to PDF |
ConvertDocumentApi | ConvertDocumentDocxToPng | Post /convert/docx/to/png | Convert Word DOCX Document to PNG image array |
ConvertDocumentApi | ConvertDocumentDocxToRtf | Post /convert/docx/to/rtf | Convert Word DOCX Document to RTF |
ConvertDocumentApi | ConvertDocumentDocxToTxt | Post /convert/docx/to/txt | Convert Word DOCX Document to Text (txt) |
ConvertDocumentApi | ConvertDocumentEmlToHtml | Post /convert/eml/to/html | Convert Email EML file to HTML string |
ConvertDocumentApi | ConvertDocumentEmlToJpg | Post /convert/eml/to/jpg | Convert Email EML file to JPG/JPEG image array |
ConvertDocumentApi | ConvertDocumentEmlToPdf | Post /convert/eml/to/pdf | Convert Email EML file to PDF document |
ConvertDocumentApi | ConvertDocumentEmlToPng | Post /convert/eml/to/png | Convert Email EML file to PNG image array |
ConvertDocumentApi | ConvertDocumentGetAsyncJobStatus | Get /convert/batch-job/status | Get the status and result of a Convert Document Batch Job |
ConvertDocumentApi | ConvertDocumentGetFileTypeIcon | Post /convert/autodetect/get-icon | Get PNG icon file for the file extension |
ConvertDocumentApi | ConvertDocumentGetFileTypeIconAdvanced | Post /convert/autodetect/get-icon/advanced | Get PNG icon byte array for the file extension |
ConvertDocumentApi | ConvertDocumentHtmlToPdf | Post /convert/html/to/pdf | Convert HTML document file to PDF Document |
ConvertDocumentApi | ConvertDocumentHtmlToPng | Post /convert/html/to/png | Convert HTML document file to PNG image array |
ConvertDocumentApi | ConvertDocumentHtmlToTxt | Post /convert/html/to/txt | HTML Document file to Text (txt) |
ConvertDocumentApi | ConvertDocumentKeynoteToJpg | Post /convert/key/to/jpg | Convert Keynote Presentation (KEY) to JPG/JPEG image array |
ConvertDocumentApi | ConvertDocumentKeynoteToPdf | Post /convert/key/to/pdf | Convert Keynote Presentation (KEY) to PDF |
ConvertDocumentApi | ConvertDocumentKeynoteToPng | Post /convert/key/to/png | Convert Keynote Presentation (KEY) to PNG image array |
ConvertDocumentApi | ConvertDocumentKeynoteToPptx | Post /convert/key/to/pptx | Convert Keynote Presentation (KEY) to PPTX |
ConvertDocumentApi | ConvertDocumentMsgToHtml | Post /convert/msg/to/html | Convert Email MSG file to HTML string |
ConvertDocumentApi | ConvertDocumentMsgToJpg | Post /convert/msg/to/jpg | Convert Email MSG file to JPG/JPEG image array |
ConvertDocumentApi | ConvertDocumentMsgToPdf | Post /convert/msg/to/pdf | Convert Email MSG file to PDF document |
ConvertDocumentApi | ConvertDocumentMsgToPng | Post /convert/msg/to/png | Convert Email MSG file to PNG image array |
ConvertDocumentApi | ConvertDocumentOdpToJpg | Post /convert/odp/to/jpg | Convert ODP Presentation to JPG/JPEG image array |
ConvertDocumentApi | ConvertDocumentOdpToPdf | Post /convert/odp/to/pdf | Convert ODP Presentation to PDF |
ConvertDocumentApi | ConvertDocumentOdpToPng | Post /convert/odp/to/png | Convert ODP Presentation to PNG image array |
ConvertDocumentApi | ConvertDocumentOdpToPptx | Post /convert/odp/to/pptx | Convert ODP Presentation to PPTX |
ConvertDocumentApi | ConvertDocumentOdsToJpg | Post /convert/ods/to/jpg | Convert ODS Spreadsheet to JPG/JPEG image array |
ConvertDocumentApi | ConvertDocumentOdsToPdf | Post /convert/ods/to/pdf | Convert ODS Spreadsheet to PDF |
ConvertDocumentApi | ConvertDocumentOdsToPng | Post /convert/ods/to/png | Convert ODS Spreadsheet to PNG image array |
ConvertDocumentApi | ConvertDocumentOdsToXlsx | Post /convert/ods/to/xlsx | Convert ODS Spreadsheet to XLSX |
ConvertDocumentApi | ConvertDocumentOdtToDocx | Post /convert/odt/to/docx | Convert ODT Text File to Word DOCX |
ConvertDocumentApi | ConvertDocumentOdtToJpg | Post /convert/odt/to/jpg | Convert ODT Text File to JPG/JPEG image array |
ConvertDocumentApi | ConvertDocumentOdtToPdf | Post /convert/odt/to/pdf | Convert ODT Text File to PDF |
ConvertDocumentApi | ConvertDocumentOdtToPng | Post /convert/odt/to/png | Convert ODT Text File to PNG image array |
ConvertDocumentApi | ConvertDocumentPdfToDocx | Post /convert/pdf/to/docx | Convert PDF to Word DOCX Document |
ConvertDocumentApi | ConvertDocumentPdfToDocxRasterize | Post /convert/pdf/to/docx/rasterize | Convert PDF to Word DOCX Document based on rasterized version of the PDF |
ConvertDocumentApi | ConvertDocumentPdfToJpg | Post /convert/pdf/to/jpg | Convert PDF to JPG/JPEG image array |
ConvertDocumentApi | ConvertDocumentPdfToPngArray | Post /convert/pdf/to/png | Convert PDF to PNG Image Array |
ConvertDocumentApi | ConvertDocumentPdfToPngArrayDirect | Post /convert/pdf/to/png/direct | Convert PDF to PNG Image Array (Direct) |
ConvertDocumentApi | ConvertDocumentPdfToPngSingle | Post /convert/pdf/to/png/merge-single | Convert PDF to Single PNG image |
ConvertDocumentApi | ConvertDocumentPdfToPptx | Post /convert/pdf/to/pptx | Convert PDF to PowerPoint PPTX Presentation |
ConvertDocumentApi | ConvertDocumentPdfToTiff | Post /convert/pdf/to/tiff | Convert PDF to TIFF image |
ConvertDocumentApi | ConvertDocumentPdfToTxt | Post /convert/pdf/to/txt | Convert PDF Document to Text (txt) |
ConvertDocumentApi | ConvertDocumentPngArrayToPdf | Post /convert/png/to/pdf | Convert PNG Array to PDF |
ConvertDocumentApi | ConvertDocumentPngArrayToPdfFlattenTransparency | Post /convert/png/to/pdf/remove-transparency | Convert PNG Array to PDF and remove transparency |
ConvertDocumentApi | ConvertDocumentPptToPdf | Post /convert/ppt/to/pdf | Convert PowerPoint PPT (97-03) Presentation to PDF |
ConvertDocumentApi | ConvertDocumentPptToPptx | Post /convert/ppt/to/pptx | Convert PowerPoint PPT (97-03) Presentation to PPTX |
ConvertDocumentApi | ConvertDocumentPptxToPdf | Post /convert/pptx/to/pdf | Convert PowerPoint PPTX Presentation to PDF |
ConvertDocumentApi | ConvertDocumentPptxToPng | Post /convert/pptx/to/png | Convert PowerPoint PPTX to PNG image array |
ConvertDocumentApi | ConvertDocumentPptxToPpt | Post /convert/pptx/to/ppt | Convert PowerPoint PPTX presentation to Legacy PowerPoint PPT (97-03) |
ConvertDocumentApi | ConvertDocumentPptxToTxt | Post /convert/pptx/to/txt | Convert PowerPoint PPTX Presentation to Text (txt) |
ConvertDocumentApi | ConvertDocumentRtfToDocx | Post /convert/rtf/to/docx | Convert Rich Text Format RTF to DOCX Document |
ConvertDocumentApi | ConvertDocumentRtfToHtml | Post /convert/rtf/to/html | Convert Rich Text Format RTF to HTML Document |
ConvertDocumentApi | ConvertDocumentRtfToJpg | Post /convert/rtf/to/jpg | Convert Rich Text Format RTF to JPG/JPEG image array |
ConvertDocumentApi | ConvertDocumentRtfToPdf | Post /convert/rtf/to/pdf | Convert Rich Text Format RTF to PDF |
ConvertDocumentApi | ConvertDocumentRtfToPng | Post /convert/rtf/to/png | Convert Rich Text Format RTF to PNG image array |
ConvertDocumentApi | ConvertDocumentTxtToPdf | Post /convert/txt/to/pdf | Convert TXT text file to PDF Document |
ConvertDocumentApi | ConvertDocumentXlsToCsv | Post /convert/xls/to/csv | Convert Excel XLS (97-03) Spreadsheet to CSV |
ConvertDocumentApi | ConvertDocumentXlsToPdf | Post /convert/xls/to/pdf | Convert Excel XLS (97-03) Spreadsheet to PDF |
ConvertDocumentApi | ConvertDocumentXlsToXlsx | Post /convert/xls/to/xlsx | Convert Excel XLS (97-03) Spreadsheet to XLSX |
ConvertDocumentApi | ConvertDocumentXlsxToCsv | Post /convert/xlsx/to/csv | Convert Excel XLSX Spreadsheet to CSV, Single Worksheet |
ConvertDocumentApi | ConvertDocumentXlsxToCsvMulti | Post /convert/xlsx/to/csv/multi | Convert Excel XLSX Spreadsheet to CSV, Multiple Worksheets |
ConvertDocumentApi | ConvertDocumentXlsxToHtml | Post /convert/xlsx/to/html | Convert Excel XLSX Spreadsheet to HTML Document |
ConvertDocumentApi | ConvertDocumentXlsxToPdf | Post /convert/xlsx/to/pdf | Convert Excel XLSX Spreadsheet to PDF |
ConvertDocumentApi | ConvertDocumentXlsxToPng | Post /convert/xlsx/to/png | Convert Excel XLSX spreadsheet to PNG image array |
ConvertDocumentApi | ConvertDocumentXlsxToTxt | Post /convert/xlsx/to/txt | Convert Excel XLSX Spreadsheet to Text (txt) |
ConvertDocumentApi | ConvertDocumentXlsxToXls | Post /convert/xlsx/to/xls | Convert Excel XLSX Spreadsheet to Legacy Excel XLS (97-03) |
ConvertImageApi | ConvertImageGetImageInfo | Post /convert/image/get-info | Get information about an image |
ConvertImageApi | ConvertImageImageFormatConvert | Post /convert/image/{format1}/to/{format2} | Image format conversion |
ConvertImageApi | ConvertImageImageSetDPI | Post /convert/image/set-dpi/{dpi} | Change image DPI |
ConvertImageApi | ConvertImageMultipageImageFormatConvert | Post /convert/image-multipage/{format1}/to/{format2} | Multi-page image format conversion |
ConvertTemplateApi | ConvertTemplateApplyDocxTemplate | Post /convert/template/docx/apply | Apply Word DOCX template |
ConvertTemplateApi | ConvertTemplateApplyHtmlTemplate | Post /convert/template/html/apply | Apply HTML template |
ConvertWebApi | ConvertWebHtmlToDocx | Post /convert/html/to/docx | Convert HTML to Word DOCX Document |
ConvertWebApi | ConvertWebHtmlToPdf | Post /convert/web/html/to/pdf | Convert HTML string to PDF |
ConvertWebApi | ConvertWebHtmlToPng | Post /convert/web/html/to/png | Convert HTML string to PNG screenshot |
ConvertWebApi | ConvertWebHtmlToTxt | Post /convert/web/html/to/txt | Convert HTML string to text (txt) |
ConvertWebApi | ConvertWebMdToHtml | Post /convert/web/md/to/html | Convert Markdown to HTML |
ConvertWebApi | ConvertWebUrlToPdf | Post /convert/web/url/to/pdf | Convert a URL to PDF |
ConvertWebApi | ConvertWebUrlToScreenshot | Post /convert/web/url/to/screenshot | Take screenshot of URL |
ConvertWebApi | ConvertWebUrlToTxt | Post /convert/web/url/to/txt | Convert website URL page to text (txt) |
EditDocumentApi | EditDocumentBeginEditing | Post /convert/edit/begin-editing | Begin editing a document |
EditDocumentApi | EditDocumentDocxAcceptAllTrackChanges | Post /convert/edit/docx/track-changes/accept-all | Accept all tracked changes, revisions in a Word DOCX document |
EditDocumentApi | EditDocumentDocxBody | Post /convert/edit/docx/get-body | Get body from a Word DOCX document |
EditDocumentApi | EditDocumentDocxCreateBlankDocument | Post /convert/edit/docx/create/blank | Create a blank Word DOCX document |
EditDocumentApi | EditDocumentDocxDeletePages | Post /convert/edit/docx/delete-pages | Delete, remove pages from a Word DOCX document |
EditDocumentApi | EditDocumentDocxDeleteTableRow | Post /convert/edit/docx/delete-table-row | Deletes a table row in an existing table in a Word DOCX document |
EditDocumentApi | EditDocumentDocxDeleteTableRowRange | Post /convert/edit/docx/delete-table-row/range | Deletes a range of multiple table rows in an existing table in a Word DOCX document |
EditDocumentApi | EditDocumentDocxDisableTrackChanges | Post /convert/edit/docx/track-changes/disable | Disable track changes, revisions in a Word DOCX document |
EditDocumentApi | EditDocumentDocxEnableTrackChanges | Post /convert/edit/docx/track-changes/enable | Enable track changes, revisions in a Word DOCX document |
EditDocumentApi | EditDocumentDocxFindParagraph | Post /convert/edit/docx/find/paragraph | Find matching paragraphs in a Word DOCX document |
EditDocumentApi | EditDocumentDocxGetComments | Post /convert/edit/docx/get-comments/flat-list | Get comments from a Word DOCX document as a flat list |
EditDocumentApi | EditDocumentDocxGetCommentsHierarchical | Post /convert/edit/docx/get-comments/hierarchical | Get comments from a Word DOCX document hierarchically |
EditDocumentApi | EditDocumentDocxGetContentControls | Post /convert/edit/docx/get-content-controls | Get all content controls (form fields) and values in a Word DOCX document |
EditDocumentApi | EditDocumentDocxGetFormFields | Post /convert/edit/docx/get-form-fields | Get all form fields in a Word DOCX document |
EditDocumentApi | EditDocumentDocxGetHeadersAndFooters | Post /convert/edit/docx/get-headers-and-footers | Get content of a footer from a Word DOCX document |
EditDocumentApi | EditDocumentDocxGetImages | Post /convert/edit/docx/get-images | Get images from a Word DOCX document |
EditDocumentApi | EditDocumentDocxGetMacroInformation | Post /convert/edit/docx/get-macros | Get macro information from a Word DOCX/DOCM document |
EditDocumentApi | EditDocumentDocxGetMetadataProperties | Post /convert/edit/docx/get-metadata | Get all metadata properties in Word DOCX document |
EditDocumentApi | EditDocumentDocxGetSections | Post /convert/edit/docx/get-sections | Get sections from a Word DOCX document |
EditDocumentApi | EditDocumentDocxGetStyles | Post /convert/edit/docx/get-styles | Get styles from a Word DOCX document |
EditDocumentApi | EditDocumentDocxGetTableByIndex | Post /convert/edit/docx/get-table/by-index | Get a specific table by index in a Word DOCX document |
EditDocumentApi | EditDocumentDocxGetTableRow | Post /convert/edit/docx/get-table-row | Gets the contents of an existing table row in an existing table in a Word DOCX document |
EditDocumentApi | EditDocumentDocxGetTables | Post /convert/edit/docx/get-tables | Get all tables in Word DOCX document |
EditDocumentApi | EditDocumentDocxInsertCommentOnParagraph | Post /convert/edit/docx/insert-comment/on/paragraph | Insert a new comment into a Word DOCX document attached to a paragraph |
EditDocumentApi | EditDocumentDocxInsertImage | Post /convert/edit/docx/insert-image | Insert image into a Word DOCX document |
EditDocumentApi | EditDocumentDocxInsertParagraph | Post /convert/edit/docx/insert-paragraph | Insert a new paragraph into a Word DOCX document |
EditDocumentApi | EditDocumentDocxInsertTable | Post /convert/edit/docx/insert-table | Insert a new table into a Word DOCX document |
EditDocumentApi | EditDocumentDocxInsertTableRow | Post /convert/edit/docx/insert-table-row | Insert a new row into an existing table in a Word DOCX document |
EditDocumentApi | EditDocumentDocxPages | Post /convert/edit/docx/get-pages | Get pages and content from a Word DOCX document |
EditDocumentApi | EditDocumentDocxRemoveAllComments | Post /convert/edit/docx/comments/remove-all | Remove all comments from a Word DOCX document |
EditDocumentApi | EditDocumentDocxRemoveHeadersAndFooters | Post /convert/edit/docx/remove-headers-and-footers | Remove headers and footers from Word DOCX document |
EditDocumentApi | EditDocumentDocxRemoveObject | Post /convert/edit/docx/remove-object | Delete any object in a Word DOCX document |
EditDocumentApi | EditDocumentDocxReplace | Post /convert/edit/docx/replace-all | Replace string in Word DOCX document |
EditDocumentApi | EditDocumentDocxReplaceMulti | Post /convert/edit/docx/replace-all/multi | Replace multiple strings in Word DOCX document, return result |
EditDocumentApi | EditDocumentDocxReplaceMultiEditSession | Post /convert/edit/docx/replace-all/multi/edit-session | Replace multiple strings in Word DOCX document, return edit session |
EditDocumentApi | EditDocumentDocxReplaceParagraph | Post /convert/edit/docx/replace/paragraph | Replace matching paragraphs in a Word DOCX document |
EditDocumentApi | EditDocumentDocxSetCustomMetadataProperties | Post /convert/edit/docx/set-metadata/custom-property | Set custom property metadata properties in Word DOCX document |
EditDocumentApi | EditDocumentDocxSetFooter | Post /convert/edit/docx/set-footer | Set the footer in a Word DOCX document |
EditDocumentApi | EditDocumentDocxSetFooterAddPageNumber | Post /convert/edit/docx/set-footer/add-page-number | Add page number to footer in a Word DOCX document |
EditDocumentApi | EditDocumentDocxSetFormFields | Post /convert/edit/docx/set-form-fields | Set and fill values for form fields in a Word DOCX document |
EditDocumentApi | EditDocumentDocxSetHeader | Post /convert/edit/docx/set-header | Set the header in a Word DOCX document |
EditDocumentApi | EditDocumentDocxUpdateTableCell | Post /convert/edit/docx/update-table-cell | Update, set contents of a table cell in an existing table in a Word DOCX document |
EditDocumentApi | EditDocumentDocxUpdateTableRow | Post /convert/edit/docx/update-table-row | Update, set contents of a table row in an existing table in a Word DOCX document |
EditDocumentApi | EditDocumentFinishEditing | Post /convert/edit/finish-editing | Finish editing document, and download result from document editing |
EditDocumentApi | EditDocumentPptxDeleteSlides | Post /convert/edit/pptx/delete-slides | Delete, remove slides from a PowerPoint PPTX presentation document |
EditDocumentApi | EditDocumentPptxEditSizeAndOrientation | Post /convert/edit/pptx/set-size-and-orientation | Set the size and/or orientation of a PowerPoint PPTX presentation document |
EditDocumentApi | EditDocumentPptxGetMacroInformation | Post /convert/edit/pptx/get-macros | Get macro information from a PowerPoint PPTX/PPTM presentation document |
EditDocumentApi | EditDocumentPptxGetSizeAndOrientation | Post /convert/edit/pptx/get-size-and-orientation | Get the page layout information, including size and orientation of a PowerPoint PPTX presentation document |
EditDocumentApi | EditDocumentPptxReplace | Post /convert/edit/pptx/replace-all | Replace string in PowerPoint PPTX presentation |
EditDocumentApi | EditDocumentXlsxAppendRow | Post /convert/edit/xlsx/append-row | Append row to a Excel XLSX spreadsheet, worksheet |
EditDocumentApi | EditDocumentXlsxClearCellByIndex | Post /convert/edit/xlsx/clear-cell/by-index | Clear cell contents in an Excel XLSX spreadsheet, worksheet by index |
EditDocumentApi | EditDocumentXlsxClearRow | Post /convert/edit/xlsx/clear-row | Clear row from a Excel XLSX spreadsheet, worksheet |
EditDocumentApi | EditDocumentXlsxCreateBlankSpreadsheet | Post /convert/edit/xlsx/create/blank | Create a blank Excel XLSX spreadsheet |
EditDocumentApi | EditDocumentXlsxCreateSpreadsheetFromData | Post /convert/edit/xlsx/create/from/data | Create a new Excel XLSX spreadsheet from column and row data |
EditDocumentApi | EditDocumentXlsxDeleteWorksheet | Post /convert/edit/xlsx/delete-worksheet | Delete, remove worksheet from an Excel XLSX spreadsheet document |
EditDocumentApi | EditDocumentXlsxDisableSharedWorkbook | Post /convert/edit/xlsx/configuration/disable-shared-workbook | Disable Shared Workbook (legacy) in Excel XLSX spreadsheet |
EditDocumentApi | EditDocumentXlsxEnableSharedWorkbook | Post /convert/edit/xlsx/configuration/enable-shared-workbook | Enable Shared Workbook (legacy) in Excel XLSX spreadsheet |
EditDocumentApi | EditDocumentXlsxGetCellByIdentifier | Post /convert/edit/xlsx/get-cell/by-identifier | Get cell from an Excel XLSX spreadsheet, worksheet by cell identifier |
EditDocumentApi | EditDocumentXlsxGetCellByIndex | Post /convert/edit/xlsx/get-cell/by-index | Get cell from an Excel XLSX spreadsheet, worksheet by index |
EditDocumentApi | EditDocumentXlsxGetColumns | Post /convert/edit/xlsx/get-columns | Get columns from a Excel XLSX spreadsheet, worksheet |
EditDocumentApi | EditDocumentXlsxGetImages | Post /convert/edit/xlsx/get-images | Get images from a Excel XLSX spreadsheet, worksheet |
EditDocumentApi | EditDocumentXlsxGetMacroInformation | Post /convert/edit/xlsx/get-macros | Get macro information from a Excel XLSX/XLSM spreadsheet, worksheet |
EditDocumentApi | EditDocumentXlsxGetRowsAndCells | Post /convert/edit/xlsx/get-rows-and-cells | Get rows and cells from a Excel XLSX spreadsheet, worksheet |
EditDocumentApi | EditDocumentXlsxGetSpecificRow | Post /convert/edit/xlsx/get-specific-row | Get a specific row from a Excel XLSX spreadsheet, worksheet by path |
EditDocumentApi | EditDocumentXlsxGetStyles | Post /convert/edit/xlsx/get-styles | Get styles from a Excel XLSX spreadsheet, worksheet |
EditDocumentApi | EditDocumentXlsxGetWorksheets | Post /convert/edit/xlsx/get-worksheets | Get worksheets from a Excel XLSX spreadsheet |
EditDocumentApi | EditDocumentXlsxInsertWorksheet | Post /convert/edit/xlsx/insert-worksheet | Insert a new worksheet into an Excel XLSX spreadsheet |
EditDocumentApi | EditDocumentXlsxRenameWorksheet | Post /convert/edit/xlsx/rename-worksheet | Rename a specific worksheet in a Excel XLSX spreadsheet |
EditDocumentApi | EditDocumentXlsxSetCellByIdentifier | Post /convert/edit/xlsx/set-cell/by-identifier | Set, update cell contents in an Excel XLSX spreadsheet, worksheet by cell identifier |
EditDocumentApi | EditDocumentXlsxSetCellByIndex | Post /convert/edit/xlsx/set-cell/by-index | Set, update cell contents in an Excel XLSX spreadsheet, worksheet by index |
EditHtmlApi | EditHtmlHtmlAppendHeaderTag | Post /convert/edit/html/head/append/tag | Append an HTML tag to the HEAD section of an HTML Document |
EditHtmlApi | EditHtmlHtmlAppendHeading | Post /convert/edit/html/append/heading | Append a Heading to an HTML Document |
EditHtmlApi | EditHtmlHtmlAppendImageFromUrl | Post /convert/edit/html/append/image/from-url | Append an Image to an HTML Document from a URL |
EditHtmlApi | EditHtmlHtmlAppendImageInline | Post /convert/edit/html/append/image/inline | Append a Base64 Inline Image to an HTML Document |
EditHtmlApi | EditHtmlHtmlAppendParagraph | Post /convert/edit/html/append/paragraph | Append a Paragraph to an HTML Document |
EditHtmlApi | EditHtmlHtmlCreateBlankDocument | Post /convert/edit/html/create/blank | Create a Blank HTML Document |
EditHtmlApi | EditHtmlHtmlGetLanguage | Post /convert/edit/html/head/get/language | Gets the language for the HTML document |
EditHtmlApi | EditHtmlHtmlGetLinks | Post /convert/edit/html/extract/links | Extract resolved link URLs from HTML File |
EditHtmlApi | EditHtmlHtmlGetRelCanonical | Post /convert/edit/html/head/get/rel-canonical-url | Gets the rel canonical URL for the HTML document |
EditHtmlApi | EditHtmlHtmlGetSitemap | Post /convert/edit/html/head/get/sitemap-url | Gets the sitemap URL for the HTML document |
EditHtmlApi | EditHtmlHtmlSetLanguage | Post /convert/edit/html/head/set/language | Sets the language for the HTML document |
EditHtmlApi | EditHtmlHtmlSetRelCanonical | Post /convert/edit/html/head/set/rel-canonical-url | Sets the rel canonical URL for the HTML document |
EditHtmlApi | EditHtmlHtmlSetSitemapUrl | Post /convert/edit/html/head/set/sitemap-url | Sets the sitemap URL for the HTML document |
EditPdfApi | EditPdfAddAnnotations | Post /convert/edit/pdf/annotations/add-item | Add one or more PDF annotations, comments in the PDF document |
EditPdfApi | EditPdfConvertToPdfA | Post /convert/edit/pdf/optimize/pdf-a | Convert a PDF file to PDF/A |
EditPdfApi | EditPdfDecrypt | Post /convert/edit/pdf/decrypt | Decrypt and password-protect a PDF |
EditPdfApi | EditPdfDeletePages | Post /convert/edit/pdf/pages/delete | Remove, delete pages from a PDF document |
EditPdfApi | EditPdfDeletePagesBatchJob | Post /convert/edit/pdf/pages/delete/batch-job | Remove, delete pages from a PDF document as Batch Job |
EditPdfApi | EditPdfEncrypt | Post /convert/edit/pdf/encrypt | Encrypt and password-protect a PDF |
EditPdfApi | EditPdfGetAnnotations | Post /convert/edit/pdf/annotations/list | Get PDF annotations, including comments in the document |
EditPdfApi | EditPdfGetAsyncJobStatus | Get /convert/edit/pdf/batch-job/status | Get the status and result of a PDF Batch Job |
EditPdfApi | EditPdfGetFormFields | Post /convert/edit/pdf/form/get-fields | Gets PDF Form fields and values |
EditPdfApi | EditPdfGetMetadata | Post /convert/edit/pdf/get-metadata | Get PDF document metadata |
EditPdfApi | EditPdfGetPdfTextByPages | Post /convert/edit/pdf/pages/get-text | Get text in a PDF document by page |
EditPdfApi | EditPdfInsertPages | Post /convert/edit/pdf/pages/insert | Insert, copy pages from one PDF document into another |
EditPdfApi | EditPdfInsertPagesBatchJob | Post /convert/edit/pdf/pages/insert/batch-job | Insert, copy pages from one PDF document into another as a batch job |
EditPdfApi | EditPdfLinearize | Post /convert/edit/pdf/optimize/linearize | Linearize and optimize a PDF for streaming download |
EditPdfApi | EditPdfRasterize | Post /convert/edit/pdf/rasterize | Rasterize a PDF to an image-based PDF |
EditPdfApi | EditPdfRasterizeBatchJob | Post /convert/edit/pdf/rasterize/batch-job | Rasterize a PDF to an image-based PDF as Batch Job |
EditPdfApi | EditPdfReduceFileSize | Post /convert/edit/pdf/optimize/reduce-file-size | Reduce the file size and optimize a PDF |
EditPdfApi | EditPdfRemoveAllAnnotations | Post /convert/edit/pdf/annotations/remove-all | Remove all PDF annotations, including comments in the document |
EditPdfApi | EditPdfRemoveAnnotationItem | Post /convert/edit/pdf/annotations/remove-item | Remove a specific PDF annotation, comment in the document |
EditPdfApi | EditPdfResize | Post /convert/edit/pdf/resize | Change PDF Document's Paper Size |
EditPdfApi | EditPdfRotateAllPages | Post /convert/edit/pdf/pages/rotate/all | Rotate all pages in a PDF document |
EditPdfApi | EditPdfRotatePageRange | Post /convert/edit/pdf/pages/rotate/page-range | Rotate a range, subset of pages in a PDF document |
EditPdfApi | EditPdfSetFormFields | Post /convert/edit/pdf/form/set-fields | Sets ands fills PDF Form field values |
EditPdfApi | EditPdfSetMetadata | Post /convert/edit/pdf/set-metadata | Sets PDF document metadata |
EditPdfApi | EditPdfSetPermissions | Post /convert/edit/pdf/encrypt/set-permissions | Encrypt, password-protect and set restricted permissions on a PDF |
EditPdfApi | EditPdfWatermarkText | Post /convert/edit/pdf/watermark/text | Add a text watermark to a PDF |
EditTextApi | EditTextBase64Decode | Post /convert/edit/text/encoding/base64/decode | Base 64 decode, convert base 64 string to binary content |
EditTextApi | EditTextBase64Detect | Post /convert/edit/text/encoding/base64/detect | Detect, check if text string is base 64 encoded |
EditTextApi | EditTextBase64Encode | Post /convert/edit/text/encoding/base64/encode | Base 64 encode, convert binary or file data to a text string |
EditTextApi | EditTextChangeLineEndings | Post /convert/edit/text/line-endings/change | Set, change line endings of a text file |
EditTextApi | EditTextDetectLineEndings | Post /convert/edit/text/line-endings/detect | Detect line endings of a text file |
EditTextApi | EditTextFindRegex | Post /convert/edit/text/find/regex | Find a regular expression regex in text input |
EditTextApi | EditTextFindSimple | Post /convert/edit/text/find/string | Find a string in text input |
EditTextApi | EditTextRemoveAllWhitespace | Post /convert/edit/text/remove/whitespace/all | Remove whitespace from text string |
EditTextApi | EditTextRemoveHtml | Post /convert/edit/text/remove/html | Remove HTML from text string |
EditTextApi | EditTextReplaceRegex | Post /convert/edit/text/replace/regex | Replace a string in text with a regex regular expression string |
EditTextApi | EditTextReplaceSimple | Post /convert/edit/text/replace/string | Replace a string in text with another string value |
EditTextApi | EditTextTextEncodingDetect | Post /convert/edit/text/encoding/detect | Detect text encoding of file |
EditTextApi | EditTextTrimWhitespace | Post /convert/edit/text/remove/whitespace/trim | Trim leading and trailing whitespace from text string |
MergeDocumentApi | MergeDocumentBatchJobCreate | Post /convert/merge/batch-job/create | Merge an array of Documents into a Single Document by Page as a Batch Job |
MergeDocumentApi | MergeDocumentDocx | Post /convert/merge/docx | Merge Two Word DOCX Together |
MergeDocumentApi | MergeDocumentDocxMulti | Post /convert/merge/docx/multi | Merge Multple Word DOCX Together |
MergeDocumentApi | MergeDocumentDocxMultiArray | Post /convert/merge/docx/multi/array | Merge Multple Word DOCX Together from an array |
MergeDocumentApi | MergeDocumentGetAsyncJobStatus | Get /convert/merge/batch-job/status | Get the status and result of a Merge Document Batch Job |
MergeDocumentApi | MergeDocumentHtml | Post /convert/merge/html | Merge Two HTML (HTM) Files Together |
MergeDocumentApi | MergeDocumentHtmlMulti | Post /convert/merge/html/multi | Merge Multple HTML (HTM) Files Together |
MergeDocumentApi | MergeDocumentHtmlMultiArray | Post /convert/merge/html/multi/array | Merge Multple HTML (HTM) Files Together from an array |
MergeDocumentApi | MergeDocumentPdf | Post /convert/merge/pdf | Merge Two PDF Files Together |
MergeDocumentApi | MergeDocumentPdfMulti | Post /convert/merge/pdf/multi | Merge Multple PDF Files Together |
MergeDocumentApi | MergeDocumentPdfMultiArray | Post /convert/merge/pdf/multi/array | Merge Multple PDF Files Together from an array |
MergeDocumentApi | MergeDocumentPng | Post /convert/merge/png/vertical | Merge Two PNG Files Together |
MergeDocumentApi | MergeDocumentPngMulti | Post /convert/merge/png/vertical/multi | Merge Multple PNG Files Together |
MergeDocumentApi | MergeDocumentPngMultiArray | Post /convert/merge/png/vertical/multi/array | Merge Multple PNG Files Together from an array |
MergeDocumentApi | MergeDocumentPptx | Post /convert/merge/pptx | Merge Two PowerPoint PPTX Together |
MergeDocumentApi | MergeDocumentPptxMulti | Post /convert/merge/pptx/multi | Merge Multple PowerPoint PPTX Together |
MergeDocumentApi | MergeDocumentPptxMultiArray | Post /convert/merge/pptx/multi/array | Merge Multple PowerPoint PPTX Together from an array |
MergeDocumentApi | MergeDocumentTxt | Post /convert/merge/txt | Merge Two Text (TXT) Files Together |
MergeDocumentApi | MergeDocumentTxtMulti | Post /convert/merge/txt/multi | Merge Multple Text (TXT) Files Together |
MergeDocumentApi | MergeDocumentXlsx | Post /convert/merge/xlsx | Merge Two Excel XLSX Together |
MergeDocumentApi | MergeDocumentXlsxMulti | Post /convert/merge/xlsx/multi | Merge Multple Excel XLSX Together |
MergeDocumentApi | MergeDocumentXlsxMultiArray | Post /convert/merge/xlsx/multi/array | Merge Multple Excel XLSX Together from an Array |
SplitDocumentApi | SplitDocumentBatchJobCreate | Post /convert/split/batch-job/create | Split a single Document into Separate Documents by Page as a Batch Job |
SplitDocumentApi | SplitDocumentDocx | Post /convert/split/docx | Split a single Word Document DOCX into Separate Documents by Page |
SplitDocumentApi | SplitDocumentGetAsyncJobStatus | Get /convert/split/batch-job/status | Get the status and result of a Split Document Batch Job |
SplitDocumentApi | SplitDocumentPdfByPage | Post /convert/split/pdf | Split a PDF file into separate PDF files, one per page |
SplitDocumentApi | SplitDocumentPptx | Post /convert/split/pptx | Split a single PowerPoint Presentation PPTX into Separate Slides |
SplitDocumentApi | SplitDocumentPptxAdvanced | Post /convert/split/pptx/advanced | Split a single PowerPoint Presentation PPTX into Separate Presentations |
SplitDocumentApi | SplitDocumentTxtByLine | Post /convert/split/txt/by-line | Split a single Text file (txt) into lines |
SplitDocumentApi | SplitDocumentTxtByString | Post /convert/split/txt/by-string | Split a single Text file (txt) by a string delimiter |
SplitDocumentApi | SplitDocumentXlsx | Post /convert/split/xlsx | Split a single Excel XLSX into Separate Worksheets |
TransformDocumentApi | TransformDocumentDocxReplace | Post /convert/transform/docx/replace-all | Replace string in Word DOCX document, return result |
TransformDocumentApi | TransformDocumentDocxReplaceEditSession | Post /convert/transform/docx/replace-all/edit-session | Replace string in Word DOCX document, return edit session |
TransformDocumentApi | TransformDocumentDocxTableFillIn | Post /convert/transform/docx/table/fill/data | Fill in data in a table in a Word DOCX document, return result |
TransformDocumentApi | TransformDocumentDocxTableFillInEditSession | Post /convert/transform/docx/table/fill/data/edit-session | Fill in data in a table in a Word DOCX document, return edit session |
TransformDocumentApi | TransformDocumentDocxTableFillInMulti | Post /convert/transform/docx/table/fill/data/multi | Fill in data in multiple tables in a Word DOCX document, return result |
TransformDocumentApi | TransformDocumentPptxReplace | Post /convert/transform/pptx/replace-all | Replace string in PowerPoint PPTX presentation, return result |
ValidateDocumentApi | ValidateDocumentAutodetectValidation | Post /convert/validate/autodetect | Autodetect content type and validate |
ValidateDocumentApi | ValidateDocumentCsvValidation | Post /convert/validate/csv | Validate a CSV file document (CSV) |
ValidateDocumentApi | ValidateDocumentDocValidation | Post /convert/validate/doc | Validate a Word 97-2003 Legacy document (DOC) |
ValidateDocumentApi | ValidateDocumentDocxRepair | Post /convert/validate/docx/repair | Repair a Word document (DOCX) that contains errors |
ValidateDocumentApi | ValidateDocumentDocxValidation | Post /convert/validate/docx | Validate a Word document (DOCX) |
ValidateDocumentApi | ValidateDocumentEmlValidation | Post /convert/validate/eml | Validate if input file is a valid EML file |
ValidateDocumentApi | ValidateDocumentExecutableValidation | Post /convert/validate/executable | Validate if a file is executable |
ValidateDocumentApi | ValidateDocumentGZipValidation | Post /convert/validate/gzip | Validate a GZip Archive file (gzip or gz) |
ValidateDocumentApi | ValidateDocumentHtmlSsrfValidation | Post /convert/validate/html/ssrf-threat-check | Validate an HTML file and checks for SSRF threats |
ValidateDocumentApi | ValidateDocumentHtmlValidation | Post /convert/validate/html | Validate an HTML file |
ValidateDocumentApi | ValidateDocumentImageValidation | Post /convert/validate/image | Validate an Image File |
ValidateDocumentApi | ValidateDocumentJpgValidation | Post /convert/validate/jpg | Validate a JPG File |
ValidateDocumentApi | ValidateDocumentJsonValidation | Post /convert/validate/json | Validate a JSON file |
ValidateDocumentApi | ValidateDocumentMsgValidation | Post /convert/validate/msg | Validate if input file is a valid MSG file |
ValidateDocumentApi | ValidateDocumentPdfValidation | Post /convert/validate/pdf | Validate a PDF document file |
ValidateDocumentApi | ValidateDocumentPngValidation | Post /convert/validate/png | Validate a PNG File |
ValidateDocumentApi | ValidateDocumentPptValidation | Post /convert/validate/ppt | Validate a PowerPoint 97-2003 Legacy presentation (PPT) |
ValidateDocumentApi | ValidateDocumentPptxRepair | Post /convert/validate/pptx/repair | Repair a PowerPoint presentation (PPTX) that contains errors |
ValidateDocumentApi | ValidateDocumentPptxValidation | Post /convert/validate/pptx | Validate a PowerPoint presentation (PPTX) |
ValidateDocumentApi | ValidateDocumentRarValidation | Post /convert/validate/rar | Validate a RAR Archive file (RAR) |
ValidateDocumentApi | ValidateDocumentRtfValidation | Post /convert/validate/rtf | Validate a Rich Text Format document (RTF) |
ValidateDocumentApi | ValidateDocumentTarValidation | Post /convert/validate/tar | Validate a TAR Tarball Archive file (TAR) |
ValidateDocumentApi | ValidateDocumentTxtValidation | Post /convert/validate/txt | Validate an TXT file |
ValidateDocumentApi | ValidateDocumentXlsValidation | Post /convert/validate/xls | Validate a Excel 97-2003 Legacy spreadsheet (XLS) |
ValidateDocumentApi | ValidateDocumentXlsxRepair | Post /convert/validate/xlsx/repair | Repair an Excel spreadsheet (XLSX) that contains errors |
ValidateDocumentApi | ValidateDocumentXlsxValidation | Post /convert/validate/xlsx | Validate a Excel document (XLSX) |
ValidateDocumentApi | ValidateDocumentXmlValidation | Post /convert/validate/xml | Validate an XML file |
ValidateDocumentApi | ValidateDocumentXmlXxeThreatValidation | Post /convert/validate/xml/xxe-threats | Validate an XML file for XML External Entity (XXE) threats |
ValidateDocumentApi | ValidateDocumentZipValidation | Post /convert/validate/zip | Validate a Zip Archive file (zip) |
ViewerToolsApi | ViewerToolsCreateSimple | Post /convert/viewer/create/web/simple | Create a web-based viewer |
ZipArchiveApi | ZipArchiveZipCreate | Post /convert/archive/zip/create | Compress files to create a new zip archive |
ZipArchiveApi | ZipArchiveZipCreateAdvanced | Post /convert/archive/zip/create/advanced | Compress files and folders to create a new zip archive with advanced options |
ZipArchiveApi | ZipArchiveZipCreateEncrypted | Post /convert/archive/zip/create/encrypted | Compress files to create a new, encrypted and password-protected zip archive |
ZipArchiveApi | ZipArchiveZipCreateQuarantine | Post /convert/archive/zip/create/quarantine | Create an encrypted zip file to quarantine a dangerous file |
ZipArchiveApi | ZipArchiveZipDecrypt | Post /convert/archive/zip/decrypt | Decrypt and remove password protection on a zip file |
ZipArchiveApi | ZipArchiveZipEncryptAdvanced | Post /convert/archive/zip/encrypt/advanced | Encrypt and password protect a zip file |
ZipArchiveApi | ZipArchiveZipExtract | Post /convert/archive/zip/extract | Extract, decompress files and folders from a zip archive |
Documentation For Models
- AddPdfAnnotationRequest
- AlternateFileFormatCandidate
- AppendXlsxRowRequest
- AppendXlsxRowResponse
- AutodetectDocumentValidationResult
- AutodetectGetInfoResult
- AutodetectToJpgResult
- AutodetectToPngResult
- AutodetectToThumbnailsResult
- Base64DecodeRequest
- Base64DecodeResponse
- Base64DetectRequest
- Base64DetectResponse
- Base64EncodeRequest
- Base64EncodeResponse
- ChangeLineEndingResponse
- ClearXlsxCellRequest
- ClearXlsxCellResponse
- ClearXlsxRowRequest
- ClearXlsxRowResponse
- ConvertDocumentBatchJobCreateResult
- ConvertDocumentJobStatusResult
- ConvertedJpgPage
- ConvertedPngDirectPage
- ConvertedPngPage
- CreateBlankDocxRequest
- CreateBlankDocxResponse
- CreateBlankSpreadsheetRequest
- CreateBlankSpreadsheetResponse
- CreateSpreadsheetFromDataRequest
- CreateSpreadsheetFromDataResponse
- CreateZipArchiveRequest
- CsvCollection
- CsvFileResult
- DeleteDocxTableRowRangeRequest
- DeleteDocxTableRowRangeResponse
- DeleteDocxTableRowRequest
- DeleteDocxTableRowResponse
- DetectLineEndingsResponse
- DisableSharedWorkbookRequest
- DisableSharedWorkbookResponse
- DocumentArrayInput
- DocumentEditingEditSession
- DocumentItem
- DocumentTransformEditSession
- DocumentValidationError
- DocumentValidationResult
- DocxBody
- DocxCellStyle
- DocxComment
- DocxContentControl
- DocxFooter
- DocxHeader
- DocxImage
- DocxInsertCommentOnParagraphRequest
- DocxInsertImageRequest
- DocxInsertImageResponse
- DocxMetadataCustomProperty
- DocxPage
- DocxParagraph
- DocxRemoveObjectRequest
- DocxRemoveObjectResponse
- DocxRun
- DocxSection
- DocxSetCustomMetadataPropertiesRequest
- DocxSetFooterAddPageNumberRequest
- DocxSetFooterRequest
- DocxSetFooterResponse
- DocxSetFormFieldsRequest
- DocxSetHeaderRequest
- DocxSetHeaderResponse
- DocxStyle
- DocxTable
- DocxTableCell
- DocxTableRow
- DocxTableSingleTableFill
- DocxTableTableFillMultiRequest
- DocxTableTableFillRequest
- DocxTableTableFillTableCell
- DocxTableTableFillTableRow
- DocxTemplateApplicationRequest
- DocxTemplateOperation
- DocxText
- DocxToJpgResult
- DocxToPngResult
- DocxTopLevelComment
- EditPdfBatchJobCreateResult
- EditPdfJobStatusResult
- EmlAttachment
- EmlToHtmlResult
- EmlToJpgResult
- EmlToPngResult
- EnableSharedWorkbookRequest
- EnableSharedWorkbookResponse
- ExifValue
- FillHandlebarFormField
- FindDocxParagraphRequest
- FindDocxParagraphResponse
- FindRegexMatch
- FindStringMatch
- FindStringRegexRequest
- FindStringRegexResponse
- FindStringSimpleRequest
- FindStringSimpleResponse
- FinishEditingRequest
- GetDocxBodyRequest
- GetDocxBodyResponse
- GetDocxCommentsHierarchicalResponse
- GetDocxCommentsResponse
- GetDocxContentControlsResponse
- GetDocxGetCommentsHierarchicalRequest
- GetDocxGetCommentsRequest
- GetDocxGetFormFieldsResponse
- GetDocxHeadersAndFootersRequest
- GetDocxHeadersAndFootersResponse
- GetDocxImagesRequest
- GetDocxImagesResponse
- GetDocxMetadataPropertiesResponse
- GetDocxPagesRequest
- GetDocxPagesResponse
- GetDocxSectionsRequest
- GetDocxSectionsResponse
- GetDocxStylesRequest
- GetDocxStylesResponse
- GetDocxTableByIndexRequest
- GetDocxTableByIndexResponse
- GetDocxTableRowRequest
- GetDocxTableRowResponse
- GetDocxTablesRequest
- GetDocxTablesResponse
- GetFileTypeIconResult
- GetImageInfoResult
- GetMacrosResponse
- GetPdfAnnotationsResult
- GetXlsxCellByIdentifierRequest
- GetXlsxCellByIdentifierResponse
- GetXlsxCellRequest
- GetXlsxCellResponse
- GetXlsxColumnsRequest
- GetXlsxColumnsResponse
- GetXlsxImagesRequest
- GetXlsxImagesResponse
- GetXlsxRowsAndCellsRequest
- GetXlsxRowsAndCellsResponse
- GetXlsxSpecificRowRequest
- GetXlsxSpecificRowResponse
- GetXlsxStylesRequest
- GetXlsxStylesResponse
- GetXlsxWorksheetsRequest
- GetXlsxWorksheetsResponse
- HandlebarFormField
- HtmlGetLanguageResult
- HtmlGetLinksResponse
- HtmlGetRelCanonicalUrlResult
- HtmlGetSitemapUrlResult
- HtmlHyperlink
- HtmlMdResult
- HtmlSsrfThreatCheckResult
- HtmlTemplateApplicationRequest
- HtmlTemplateApplicationResponse
- HtmlTemplateOperation
- HtmlThreatLink
- HtmlToOfficeRequest
- HtmlToPdfRequest
- HtmlToPngRequest
- HtmlToTextRequest
- HtmlToTextResponse
- InsertDocxCommentOnParagraphResponse
- InsertDocxInsertParagraphRequest
- InsertDocxInsertParagraphResponse
- InsertDocxTableRowRequest
- InsertDocxTableRowResponse
- InsertDocxTablesRequest
- InsertDocxTablesResponse
- InsertXlsxWorksheetRequest
- InsertXlsxWorksheetResponse
- JobStatusResult
- KeynoteToJpgResult
- KeynoteToPngResult
- MergeBatchJobCreateResult
- MergeJobStatusResult
- MsgAttachment
- MsgToHtmlResult
- MsgToJpgResult
- MsgToPngResult
- MultiReplaceStringRequest
- MultipageImageFormatConversionResult
- OdpToJpgResult
- OdpToPngResult
- OdsToJpgResult
- OdsToPngResult
- OdtToJpgResult
- OdtToPngResult
- PageConversionResult
- PdfAnnotation
- PdfDocument
- PdfFormField
- PdfFormFields
- PdfMetadata
- PdfPageText
- PdfTextByPageResult
- PdfToJpgResult
- PdfToPngDirectResult
- PdfToPngResult
- PptxPageLayoutInformation
- PptxSplitAdvancedRequest
- PptxSplitAdvancedResponse
- PptxToPngResult
- PresentationAdvancedResult
- PresentationResult
- RemoveDocxHeadersAndFootersRequest
- RemoveDocxHeadersAndFootersResponse
- RemoveDocxPagesRequest
- RemoveHtmlFromTextRequest
- RemoveHtmlFromTextResponse
- RemovePptxSlidesRequest
- RemoveWhitespaceFromTextRequest
- RemoveWhitespaceFromTextResponse
- RemoveXlsxWorksheetRequest
- RenameXlsxWorksheetRequest
- RenameXlsxWorksheetResponse
- ReplaceDocxParagraphRequest
- ReplaceDocxParagraphResponse
- ReplaceStringRegexRequest
- ReplaceStringRegexResponse
- ReplaceStringRequest
- ReplaceStringSimpleRequest
- ReplaceStringSimpleResponse
- RtfToJpgResult
- RtfToPngResult
- ScreenshotRequest
- SetFormFieldValue
- SetPdfFormFieldsRequest
- SetPdfMetadataRequest
- SetXlsxCellByIdentifierRequest
- SetXlsxCellByIdentifierResponse
- SetXlsxCellRequest
- SetXlsxCellResponse
- SingleReplaceString
- SplitBatchJobCreateResult
- SplitDocumentResult
- SplitDocxDocumentResult
- SplitPdfResult
- SplitPptxPresentationResult
- SplitTextDocumentByLinesResult
- SplitTextDocumentByStringResult
- SplitXlsxWorksheetResult
- TextConversionResult
- TextDocumentElement
- TextDocumentLine
- TextEncodingDetectResponse
- Thumbnail
- UpdateDocxTableCellRequest
- UpdateDocxTableCellResponse
- UpdateDocxTableRowRequest
- UpdateDocxTableRowResponse
- UrlToPdfRequest
- UrlToTextRequest
- UrlToTextResponse
- ViewerResponse
- WorksheetResult
- XlsxImage
- XlsxSpreadsheetCell
- XlsxSpreadsheetColumn
- XlsxSpreadsheetRow
- XlsxToPngResult
- XlsxWorksheet
- XmlAddAttributeWithXPathResult
- XmlAddChildWithXPathResult
- XmlFilterWithXPathResult
- XmlQueryWithXQueryMultiResult
- XmlQueryWithXQueryResult
- XmlRemoveAllChildrenWithXPathResult
- XmlRemoveWithXPathResult
- XmlReplaceWithXPathResult
- XmlSetValueWithXPathResult
- XxeThreatDetectionResult
- ZipDirectory
- ZipEncryptionAdvancedRequest
- ZipExtractResponse
- ZipFile
Documentation For Authorization
Apikey
- Type: API key
Example
auth := context.WithValue(context.Background(), sw.ContextAPIKey, sw.APIKey{
Key: "APIKEY",
Prefix: "Bearer", // Omit if not necessary.
})
r, err := client.Service.Operation(auth, args)
Author
# Functions
CacheExpires helper function to determine remaining time before repeating a request.
NewAPIClient creates a new API client.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ContextAccessToken takes a string oauth2 access token as authentication for the request.
ContextAPIKey takes an APIKey as authentication for the request.
ContextBasicAuth takes BasicAuth as authentication for the request.
ContextOAuth2 takes a oauth2.TokenSource as authentication for the request.
# Structs
Request to add annotations to a PDF.
Alternate file format possibility.
APIClient manages communication with the convertapi API vv1 In most cases there should be only one, shared, APIClient.
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
No description provided by the author
Input to a Append-Row request.
Result of running an Append-Row command.
Document validation result.
Result of an autodetect/get-info operation.
Result of converting a Autodetected Document input to a JPG array.
Result of converting an autodetected input to a PNG array.
Result of converting an entire document to an array of PNG thumbnails.
Request to decode content from Base 64 into binary.
Result of base 64 decoding.
Request to detect if input content is base 64 encoded.
Result of base 64 detection.
Request to encode content to Base 64.
Result of base 64 encoding.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
Result of performing a change line ending operation.
Input to a Clear Cell in XLSX Worksheet request.
Result of running a Clear XLSX Cell command.
Input to a Clear-Row request.
Result of running a Clear-Row command.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Result of performing a convert documentbatch job operation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Result of performing a batch job operation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A single converted page.
A single converted page.
A single converted page.
No description provided by the author
No description provided by the author
Input to a Create Blank Word Document request.
Result of creating a blank Word document.
Input to a Create Blank Spreadsheet request.
Result of creating a blank worksheet.
Input to Create a new Spreadsheet request.
Result of creating a new worksheet from rows and cells.
Request to create a Zip Archive.
Collection of CSV Files.
CSV file result.
Input to a delete DOCX table row range request.
Result of running an Delete Table Row Range command.
Input to a delete DOCX table row request.
Result of running an Delete Table Row command.
Result of base 64 decoding.
Input to a Disable Shared Workbook request.
Result of running a Disable Shared Workbook command.
Input array of documents to be processed for a merge operation.
Active document editing session result.
Object representing one document.
Active document editing session result.
Validation error found in document.
Document validation result.
No description provided by the author
Style in an Excel spreadsheet.
Comment in a Word Document.
Content Control instance.
Footer in a Word Document (DOCX).
Header of a Word Document (DOCX).
No description provided by the author
Input to a Insert Comment on Paragraph request.
Input to set-footer command.
Result of running a set-footer command.
Name and value pair for a custom-defined DOCX metadata property.
One page in a Word Document DOCX.
A paragraph in a Word Document (DOCX) file; there is where text, content and formatting are stored - similar to the paragraph tag in HTML.
Input to a Insert Paragraph request.
Result of running an Remove-Object command.
A content run in a Word Document (DOCX) file.
Section of a Word Document (DOCX).
Request to set Word custom metadata properties.
Input to set-footer/add-page-number command.
Input to set-footer command.
Result of running a set-footer command.
Request for DocxSetFormFields operation.
Input to a set-header command.
Result of running a set-header command.
Style in a DOCX Word Document.
A table in a Word Document (DOCX) file.
A cell in a Word Document (DOCX) file.
A row in a Word Document (DOCX) file.
Single table fill request in a multi-table fill operation.
Request to update data in a table in a Word DOCX Document.
Request to update data in a table in a Word DOCX Document.
Cell data to fill in to the DOCX Table.
Row data to fill in to the DOCX Table.
Word DOCX template application request.
No description provided by the author
Unit of text content in a Word Document (DOCX) file.
Result of converting a DOCX input to a JPG array.
Top-level Comment in a Word Document.
Result of converting a DOCX input to a PNG array.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Result of performing an edit PDF batch job operation.
No description provided by the author
No description provided by the author
No description provided by the author
Result of performing a batch job operation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
An EML file attachment.
Result of converting an EML file to HTML string.
Result of converting an EML input to a JPG array.
Result of converting an EML input to a PNG array.
Input to a Enabled Shared Workbook request.
Result of running a Enable Shared Workbook command.
EXIF tag and value.
Handlebar style form fields to fill in; form field that is handlebar style, such as \"{{FieldName}}\".
Input to a request to find matching paragraphs in a Word DOCX document.
Result of performing a find matching paragraphs operation on a Word Document.
Individual regular expression match result of finding a target regex in a longer text string.
Individual match result of finding a target string in a longer text string.
Request to find a string in a string.
Result of finding a string.
Request to find a string in a string.
Result of finding a string.
Input to a Finish Editing request.
GenericSwaggerError Provides access to the body, error and model on returned errors.
Input to a Get Body request.
Result of running a Get-Body command.
Result of getting comments hierarchically from a Word Document DOCX.
Result of getting comments from a Word Document DOCX.
Result of running a DocxGetContentControls command.
Input to a Get Word DOCX Document comments hierarchically request.
Input to a Get Word DOCX Document comments request.
Result of running a DocxGetFormFields command.
Input to a Get Tables request.
Result of running a Get-Tables command.
Input to a Get Images request.
Result of running a Get-Images command.
Result of running a DocxGetMetadataProperties command.
Input to a Get Word DOCX Document Pages request.
Result of getting pages from a Word Document DOCX.
Input to a Get Sections request.
Result of running a Get-Sections command.
Input to a Get Tables request.
Result of running a Get-Tables command.
Input to a Get Tables by Index request.
Result of running a Get-Tables by Index command.
Input to a get DOCX table row request.
Result of running an Get Table Row command.
Input to a Get Tables request.
Result of running a Get-Tables command.
Result of getting a file type icon from a file extension.
Result of running a get-info operation on an image.
Result of running a Get Macro Information command.
Result of retrieving annotations from a PDF document.
Input to a Get Cell by cell identifier request.
Result of running a Get-Cell command.
Input to a Get Cell request.
Result of running a Get-Cell command.
Input to a Get Columns request.
Result of running a Get-Columns command.
Input to a Get Images request.
Result of running a Get-Images command.
Input to a Get Worksheets request.
Result of running a Get-Worksheets command.
Input to a Get-Specific-Row request.
Result of running a Get-Specific-Row command.
Input to a Get Worksheets request.
Result of running a Get-Worksheets command.
Input to a Get Worksheets request.
Result of running a Get-Worksheets command.
Instance of a form field that is handlebar style, such as \"{{FieldName}}\".
Result of getting the language of the input HTML document.
Result of extracting links from an HTML file.
Result of getting the canonical URL of the input HTML document.
Result of getting the sitemap URL of the input HTML document.
Individual hyperlink in an HTML File.
Result from converting a Markdown file to HTML.
HTML SSRF validation result.
HTML template application request.
Response from an HTML template application.
No description provided by the author
Threat assessment for a hyperlink URL.
Details of the HTML to Office request.
Details of the HTML to PDF request.
Details of the HTML to PNG request.
Details of the HTML to Text request.
Result of running the HTML to Text operation.
Result of running an Insert-Comment-on-Paragraph command.
Input to a Insert Paragraph request.
Result of running an Insert-Paragraph command.
Input to a Insert Table Row request.
Result of running an Insert-Table Row command.
Input to a Insert Tables request.
Result of running an Insert-Tables command.
Input to a Insert Worksheets request.
Result of running a insert worksheet command.
Result of performing a batch job operation.
Result of converting a Keynote input to a JPG array.
Result of converting a Keynote input to a PNG array.
Result of performing a merge document batch job.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Result of performing a batch job operation.
An MSG file attachment.
Result of converting an MSG file to HTML string.
Result of converting a MSG input to a JPG array.
Result of converting a MSG input to a PNG array.
Result of converting a multi-page image into individual pages with a different format.
Input to a multiple string replacement request.
Result of converting an ODP input to a JPG array.
Result of converting an ODP input to a PNG array.
Result of converting an ODS input to a JPG array.
Result of converting an ODS input to a PNG array.
Result of converting an ODT input to a JPG array.
Result of converting an ODT input to a PNG array.
Converted page as an image.
PDF Annotation details.
A single PDF file corresponding to one page in the original document.
Field definition and value in the form.
Result of retrieving PDF form fields.
Result of an autodetect/get-info operation.
Text of a single page of a PDF.
Text of the PDF, broken down by page.
Result of converting a PDF input to a JPG array.
Result of converting a PDF to a PNG array.
Result of converting a PDF to a PNG array.
Result of getting the page layout information of a PowerPoint PPTX presentation.
Request to split a PowerPoint presentation.
Result of splitting a single PowerPoint Presentation PPTX into Separate Presentations.
Result of converting a PPTX input to a PNG array.
A single PowerPoint PPTX file corresponding to one worksheet (tab) in the original spreadsheet.
A single PowerPoint PPTX file corresponding to one slide in the original presentation.
Input to a Remove Headers and Footers request.
Result of running a Remove Headers and Footers command.
Input to a Remove Word DOCX Document Pages request.
Request to remove HTML from a string.
Result of removing HTML from a string.
Input to a Remove PowerPoint PPTX Presentation Slides request.
Request to remove whitespace from a string.
Result of removing whitespace from a string.
Input to a Remove Excel XLSX Spreadsheet worksheet request.
Input to a Rename-Worksheet request.
Result of running a Rename-Worksheet command.
Input to a request to replace matching paragraphs in a Word DOCX document.
Result of performing a replace matching paragraphs operation on a Word Document.
Request to replace a regex string in a string.
Result of replacing a regex string.
Input to a string replacement request.
Request to replace a string in a string.
Result of replacing a string.
Result of converting a RTF input to a JPG array.
Result of converting a RTF input to a PNG array.
Details of the screenshot request.
Individual field value to set in a PDF form.
Request to set the fields in a PDF form.
Request to set PDF metadata.
Input to a Set Cell by identifier in XLSX Worksheets request.
Result of running a Set Cell by identifier in XLSX Worksheets command.
Input to a Set Cell in XLSX Worksheets request.
Result of running a Set Cell in XLSX Worksheets command.
A single string replacement request.
Result of performing a split document batch job.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A single Word DOCX file corresponding to one page in the original document.
No description provided by the author
No description provided by the author
The result of splitting a Word document into individual Word DOCX pages.
Result of performing a PDF file split operation.
The result of splitting a presentation into individual PowerPoint PPTX slides.
The result of splitting a Text document into separate lines.
The result of splitting a Text document into separate elements.
The result of splitting a spreadsheet into individual Excel XLSX worksheets.
Text conversion result from converting a document to Plain Text (TXT) format.
A single element of a Text document.
A single line of a Text document.
Result of detecting text encoding.
Result of converting a single document page to a PNG thumbnail.
No description provided by the author
No description provided by the author
No description provided by the author
Input to a Update Table Cell request.
Result of running an Update Table Cell command.
Input to a Update Table Row request.
Result of running an Update Table Row command.
Request to convert a URL to a PDF file.
Details of the URL website to Text request.
Result of running the URL website to Text operation.
No description provided by the author
Result of creating a viewer.
No description provided by the author
A single Excel XLSX file corresponding to one worksheet (tab) in the original spreadsheet.
No description provided by the author
Cell in an Excel Spreadsheet worksheet.
Column in an Excel spreadsheet worksheet.
Row in an Excel spreadsheet worksheet.
Result of converting an XLSX input to a PNG array.
A worksheet (tab) in an Excel (XLSX) spreadsheet.
Result of performing a add attribute node operation on XML input using XPath.
Result of performing a add child node operation on XML input using XPath.
Result of performing a filter operation on XML input using XPath.
Result of performing an XQuery operation on multiple XML documents.
Result of performing an XQuery operation on an XML document.
Result of performing a remove all child nodes operation on XML input using XPath.
Result of performing a filter operation on XML input using XPath.
Result of performing a replace node operation on XML input using XPath.
Result of performing a set value operation on XML input using XPath.
Result of performing an XXE threat detection operation.
No description provided by the author
No description provided by the author
No description provided by the author
Representation of a directory in a zip file.
Request to encrypt an existing Zip Archive file and protect it with a password.
Result of performing a zip extract operation.
Representation of a file in a zip file.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author