cloudmersive-convert-api-client 2.0.6 → 2.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +7 -0
- data/README.md +597 -0
- data/Rakefile +8 -0
- data/cloudmersive-convert-api-client.gemspec +45 -0
- data/docs/AddPdfAnnotationRequest.md +9 -0
- data/docs/AlternateFileFormatCandidate.md +10 -0
- data/docs/AppendXlsxRowRequest.md +11 -0
- data/docs/AppendXlsxRowResponse.md +9 -0
- data/docs/AutodetectDocumentValidationResult.md +12 -0
- data/docs/AutodetectGetInfoResult.md +14 -0
- data/docs/AutodetectToJpgResult.md +9 -0
- data/docs/AutodetectToPngResult.md +9 -0
- data/docs/AutodetectToThumbnailsResult.md +9 -0
- data/docs/Base64DecodeRequest.md +8 -0
- data/docs/Base64DecodeResponse.md +9 -0
- data/docs/Base64DetectRequest.md +8 -0
- data/docs/Base64DetectResponse.md +9 -0
- data/docs/Base64EncodeRequest.md +8 -0
- data/docs/Base64EncodeResponse.md +9 -0
- data/docs/ChangeLineEndingResponse.md +9 -0
- data/docs/ClearXlsxCellRequest.md +12 -0
- data/docs/ClearXlsxCellResponse.md +9 -0
- data/docs/ClearXlsxRowRequest.md +11 -0
- data/docs/ClearXlsxRowResponse.md +9 -0
- data/docs/CompareDocumentApi.md +66 -0
- data/docs/ConvertDataApi.md +1016 -0
- data/docs/ConvertDocumentApi.md +4503 -0
- data/docs/ConvertImageApi.md +243 -0
- data/docs/ConvertTemplateApi.md +122 -0
- data/docs/ConvertWebApi.md +448 -0
- data/docs/ConvertedJpgPage.md +9 -0
- data/docs/ConvertedPngPage.md +9 -0
- data/docs/CreateBlankDocxRequest.md +8 -0
- data/docs/CreateBlankDocxResponse.md +9 -0
- data/docs/CreateBlankSpreadsheetRequest.md +8 -0
- data/docs/CreateBlankSpreadsheetResponse.md +9 -0
- data/docs/CreateSpreadsheetFromDataRequest.md +9 -0
- data/docs/CreateSpreadsheetFromDataResponse.md +9 -0
- data/docs/CreateZipArchiveRequest.md +9 -0
- data/docs/CsvCollection.md +10 -0
- data/docs/CsvFileResult.md +9 -0
- data/docs/DeleteDocxTableRowRangeRequest.md +12 -0
- data/docs/DeleteDocxTableRowRangeResponse.md +9 -0
- data/docs/DeleteDocxTableRowRequest.md +11 -0
- data/docs/DeleteDocxTableRowResponse.md +9 -0
- data/docs/DetectLineEndingsResponse.md +11 -0
- data/docs/DisableSharedWorkbookRequest.md +9 -0
- data/docs/DisableSharedWorkbookResponse.md +9 -0
- data/docs/DocumentValidationError.md +11 -0
- data/docs/DocumentValidationResult.md +12 -0
- data/docs/DocxBody.md +10 -0
- data/docs/DocxCellStyle.md +11 -0
- data/docs/DocxComment.md +16 -0
- data/docs/DocxFooter.md +10 -0
- data/docs/DocxHeader.md +10 -0
- data/docs/DocxImage.md +20 -0
- data/docs/DocxInsertCommentOnParagraphRequest.md +11 -0
- data/docs/DocxInsertImageRequest.md +16 -0
- data/docs/DocxInsertImageResponse.md +9 -0
- data/docs/DocxPage.md +9 -0
- data/docs/DocxParagraph.md +11 -0
- data/docs/DocxRemoveObjectRequest.md +10 -0
- data/docs/DocxRemoveObjectResponse.md +9 -0
- data/docs/DocxRun.md +15 -0
- data/docs/DocxSection.md +9 -0
- data/docs/DocxSetFooterAddPageNumberRequest.md +10 -0
- data/docs/DocxSetFooterRequest.md +10 -0
- data/docs/DocxSetFooterResponse.md +9 -0
- data/docs/DocxSetHeaderRequest.md +10 -0
- data/docs/DocxSetHeaderResponse.md +9 -0
- data/docs/DocxStyle.md +14 -0
- data/docs/DocxTable.md +46 -0
- data/docs/DocxTableCell.md +15 -0
- data/docs/DocxTableRow.md +10 -0
- data/docs/DocxTemplateApplicationRequest.md +8 -0
- data/docs/DocxTemplateOperation.md +10 -0
- data/docs/DocxText.md +10 -0
- data/docs/DocxToJpgResult.md +9 -0
- data/docs/DocxToPngResult.md +9 -0
- data/docs/DocxTopLevelComment.md +14 -0
- data/docs/EditDocumentApi.md +3253 -0
- data/docs/EditHtmlApi.md +329 -0
- data/docs/EditPdfApi.md +1310 -0
- data/docs/EditTextApi.md +726 -0
- data/docs/EmlAttachment.md +9 -0
- data/docs/EmlToHtmlResult.md +16 -0
- data/docs/EmlToJpgResult.md +9 -0
- data/docs/EmlToPngResult.md +9 -0
- data/docs/EnableSharedWorkbookRequest.md +9 -0
- data/docs/EnableSharedWorkbookResponse.md +9 -0
- data/docs/ExifValue.md +10 -0
- data/docs/FindDocxParagraphRequest.md +11 -0
- data/docs/FindDocxParagraphResponse.md +10 -0
- data/docs/FindRegexMatch.md +12 -0
- data/docs/FindStringMatch.md +10 -0
- data/docs/FindStringRegexRequest.md +10 -0
- data/docs/FindStringRegexResponse.md +10 -0
- data/docs/FindStringSimpleRequest.md +9 -0
- data/docs/FindStringSimpleResponse.md +10 -0
- data/docs/FinishEditingRequest.md +8 -0
- data/docs/GetDocxBodyRequest.md +9 -0
- data/docs/GetDocxBodyResponse.md +9 -0
- data/docs/GetDocxCommentsHierarchicalResponse.md +10 -0
- data/docs/GetDocxCommentsResponse.md +10 -0
- data/docs/GetDocxGetCommentsHierarchicalRequest.md +9 -0
- data/docs/GetDocxGetCommentsRequest.md +9 -0
- data/docs/GetDocxHeadersAndFootersRequest.md +9 -0
- data/docs/GetDocxHeadersAndFootersResponse.md +10 -0
- data/docs/GetDocxImagesRequest.md +9 -0
- data/docs/GetDocxImagesResponse.md +9 -0
- data/docs/GetDocxPagesRequest.md +10 -0
- data/docs/GetDocxPagesResponse.md +10 -0
- data/docs/GetDocxSectionsRequest.md +9 -0
- data/docs/GetDocxSectionsResponse.md +9 -0
- data/docs/GetDocxStylesRequest.md +9 -0
- data/docs/GetDocxStylesResponse.md +9 -0
- data/docs/GetDocxTableByIndexRequest.md +10 -0
- data/docs/GetDocxTableByIndexResponse.md +9 -0
- data/docs/GetDocxTableRowRequest.md +11 -0
- data/docs/GetDocxTableRowResponse.md +9 -0
- data/docs/GetDocxTablesRequest.md +9 -0
- data/docs/GetDocxTablesResponse.md +9 -0
- data/docs/GetFileTypeIconResult.md +10 -0
- data/docs/GetImageInfoResult.md +24 -0
- data/docs/GetPdfAnnotationsResult.md +9 -0
- data/docs/GetXlsxCellByIdentifierRequest.md +11 -0
- data/docs/GetXlsxCellByIdentifierResponse.md +9 -0
- data/docs/GetXlsxCellRequest.md +12 -0
- data/docs/GetXlsxCellResponse.md +9 -0
- data/docs/GetXlsxColumnsRequest.md +10 -0
- data/docs/GetXlsxColumnsResponse.md +9 -0
- data/docs/GetXlsxImagesRequest.md +10 -0
- data/docs/GetXlsxImagesResponse.md +9 -0
- data/docs/GetXlsxRowsAndCellsRequest.md +10 -0
- data/docs/GetXlsxRowsAndCellsResponse.md +9 -0
- data/docs/GetXlsxSpecificRowRequest.md +11 -0
- data/docs/GetXlsxSpecificRowResponse.md +9 -0
- data/docs/GetXlsxStylesRequest.md +9 -0
- data/docs/GetXlsxStylesResponse.md +9 -0
- data/docs/GetXlsxWorksheetsRequest.md +9 -0
- data/docs/GetXlsxWorksheetsResponse.md +9 -0
- data/docs/HtmlMdResult.md +9 -0
- data/docs/HtmlTemplateApplicationRequest.md +10 -0
- data/docs/HtmlTemplateApplicationResponse.md +9 -0
- data/docs/HtmlTemplateOperation.md +10 -0
- data/docs/HtmlToOfficeRequest.md +8 -0
- data/docs/HtmlToPdfRequest.md +11 -0
- data/docs/HtmlToPngRequest.md +11 -0
- data/docs/HtmlToTextRequest.md +8 -0
- data/docs/HtmlToTextResponse.md +9 -0
- data/docs/InsertDocxCommentOnParagraphResponse.md +9 -0
- data/docs/InsertDocxInsertParagraphRequest.md +12 -0
- data/docs/InsertDocxInsertParagraphResponse.md +9 -0
- data/docs/InsertDocxTableRowRequest.md +12 -0
- data/docs/InsertDocxTableRowResponse.md +9 -0
- data/docs/InsertDocxTablesRequest.md +12 -0
- data/docs/InsertDocxTablesResponse.md +9 -0
- data/docs/InsertXlsxWorksheetRequest.md +10 -0
- data/docs/InsertXlsxWorksheetResponse.md +9 -0
- data/docs/KeynoteToJpgResult.md +9 -0
- data/docs/KeynoteToPngResult.md +9 -0
- data/docs/MergeDocumentApi.md +812 -0
- data/docs/MsgAttachment.md +9 -0
- data/docs/MsgToHtmlResult.md +16 -0
- data/docs/MsgToJpgResult.md +9 -0
- data/docs/MsgToPngResult.md +9 -0
- data/docs/MultiReplaceStringRequest.md +10 -0
- data/docs/MultipageImageFormatConversionResult.md +10 -0
- data/docs/OdpToJpgResult.md +9 -0
- data/docs/OdpToPngResult.md +9 -0
- data/docs/OdsToJpgResult.md +9 -0
- data/docs/OdsToPngResult.md +9 -0
- data/docs/OdtToJpgResult.md +9 -0
- data/docs/OdtToPngResult.md +9 -0
- data/docs/PageConversionResult.md +9 -0
- data/docs/PdfAnnotation.md +19 -0
- data/docs/PdfDocument.md +10 -0
- data/docs/PdfFormField.md +11 -0
- data/docs/PdfFormFields.md +9 -0
- data/docs/PdfMetadata.md +16 -0
- data/docs/PdfPageText.md +9 -0
- data/docs/PdfTextByPageResult.md +9 -0
- data/docs/PdfToJpgResult.md +9 -0
- data/docs/PdfToPngResult.md +9 -0
- data/docs/PptxToPngResult.md +9 -0
- data/docs/PresentationResult.md +10 -0
- data/docs/RemoveDocxHeadersAndFootersRequest.md +11 -0
- data/docs/RemoveDocxHeadersAndFootersResponse.md +9 -0
- data/docs/RemoveDocxPagesRequest.md +11 -0
- data/docs/RemoveHtmlFromTextRequest.md +8 -0
- data/docs/RemoveHtmlFromTextResponse.md +9 -0
- data/docs/RemovePptxSlidesRequest.md +11 -0
- data/docs/RemoveWhitespaceFromTextRequest.md +8 -0
- data/docs/RemoveWhitespaceFromTextResponse.md +9 -0
- data/docs/RemoveXlsxWorksheetRequest.md +10 -0
- data/docs/RenameXlsxWorksheetRequest.md +11 -0
- data/docs/RenameXlsxWorksheetResponse.md +9 -0
- data/docs/ReplaceDocxParagraphRequest.md +12 -0
- data/docs/ReplaceDocxParagraphResponse.md +9 -0
- data/docs/ReplaceStringRegexRequest.md +10 -0
- data/docs/ReplaceStringRegexResponse.md +9 -0
- data/docs/ReplaceStringRequest.md +12 -0
- data/docs/ReplaceStringSimpleRequest.md +10 -0
- data/docs/ReplaceStringSimpleResponse.md +9 -0
- data/docs/RtfToJpgResult.md +9 -0
- data/docs/RtfToPngResult.md +9 -0
- data/docs/ScreenshotRequest.md +11 -0
- data/docs/SetFormFieldValue.md +11 -0
- data/docs/SetPdfFormFieldsRequest.md +9 -0
- data/docs/SetPdfMetadataRequest.md +9 -0
- data/docs/SetXlsxCellByIdentifierRequest.md +12 -0
- data/docs/SetXlsxCellByIdentifierResponse.md +9 -0
- data/docs/SetXlsxCellRequest.md +13 -0
- data/docs/SetXlsxCellResponse.md +9 -0
- data/docs/SingleReplaceString.md +10 -0
- data/docs/SplitDocumentApi.md +361 -0
- data/docs/SplitDocumentResult.md +10 -0
- data/docs/SplitDocxDocumentResult.md +9 -0
- data/docs/SplitPdfResult.md +9 -0
- data/docs/SplitPptxPresentationResult.md +9 -0
- data/docs/SplitTextDocumentByLinesResult.md +10 -0
- data/docs/SplitTextDocumentByStringResult.md +10 -0
- data/docs/SplitXlsxWorksheetResult.md +9 -0
- data/docs/TextConversionResult.md +9 -0
- data/docs/TextDocumentElement.md +9 -0
- data/docs/TextDocumentLine.md +9 -0
- data/docs/TextEncodingDetectResponse.md +9 -0
- data/docs/Thumbnail.md +9 -0
- data/docs/TransformDocumentApi.md +140 -0
- data/docs/UpdateDocxTableCellRequest.md +13 -0
- data/docs/UpdateDocxTableCellResponse.md +9 -0
- data/docs/UpdateDocxTableRowRequest.md +12 -0
- data/docs/UpdateDocxTableRowResponse.md +9 -0
- data/docs/UrlToPdfRequest.md +11 -0
- data/docs/UrlToTextRequest.md +8 -0
- data/docs/UrlToTextResponse.md +9 -0
- data/docs/ValidateDocumentApi.md +998 -0
- data/docs/ViewerResponse.md +9 -0
- data/docs/ViewerToolsApi.md +69 -0
- data/docs/WorksheetResult.md +11 -0
- data/docs/XlsxImage.md +12 -0
- data/docs/XlsxSpreadsheetCell.md +12 -0
- data/docs/XlsxSpreadsheetColumn.md +9 -0
- data/docs/XlsxSpreadsheetRow.md +9 -0
- data/docs/XlsxToPngResult.md +9 -0
- data/docs/XlsxWorksheet.md +9 -0
- data/docs/XmlAddAttributeWithXPathResult.md +10 -0
- data/docs/XmlAddChildWithXPathResult.md +10 -0
- data/docs/XmlFilterWithXPathResult.md +10 -0
- data/docs/XmlQueryWithXQueryMultiResult.md +10 -0
- data/docs/XmlQueryWithXQueryResult.md +10 -0
- data/docs/XmlRemoveAllChildrenWithXPathResult.md +10 -0
- data/docs/XmlRemoveWithXPathResult.md +11 -0
- data/docs/XmlReplaceWithXPathResult.md +10 -0
- data/docs/XmlSetValueWithXPathResult.md +10 -0
- data/docs/ZipArchiveApi.md +386 -0
- data/docs/ZipDirectory.md +10 -0
- data/docs/ZipEncryptionAdvancedRequest.md +10 -0
- data/docs/ZipExtractResponse.md +10 -0
- data/docs/ZipFile.md +9 -0
- data/git_push.sh +55 -0
- data/lib/cloudmersive-convert-api-client.rb +295 -0
- data/lib/cloudmersive-convert-api-client/api/compare_document_api.rb +85 -0
- data/lib/cloudmersive-convert-api-client/api/convert_data_api.rb +1079 -0
- data/lib/cloudmersive-convert-api-client/api/convert_document_api.rb +4516 -0
- data/lib/cloudmersive-convert-api-client/api/convert_image_api.rb +273 -0
- data/lib/cloudmersive-convert-api-client/api/convert_template_api.rb +135 -0
- data/lib/cloudmersive-convert-api-client/api/convert_web_api.rb +456 -0
- data/lib/cloudmersive-convert-api-client/api/edit_document_api.rb +3214 -0
- data/lib/cloudmersive-convert-api-client/api/edit_html_api.rb +339 -0
- data/lib/cloudmersive-convert-api-client/api/edit_pdf_api.rb +1393 -0
- data/lib/cloudmersive-convert-api-client/api/edit_text_api.rb +735 -0
- data/lib/cloudmersive-convert-api-client/api/merge_document_api.rb +911 -0
- data/lib/cloudmersive-convert-api-client/api/split_document_api.rb +375 -0
- data/lib/cloudmersive-convert-api-client/api/transform_document_api.rb +161 -0
- data/lib/cloudmersive-convert-api-client/api/validate_document_api.rb +1013 -0
- data/lib/cloudmersive-convert-api-client/api/viewer_tools_api.rb +84 -0
- data/lib/cloudmersive-convert-api-client/api/zip_archive_api.rb +422 -0
- data/lib/cloudmersive-convert-api-client/api_client.rb +391 -0
- data/lib/cloudmersive-convert-api-client/api_error.rb +38 -0
- data/lib/cloudmersive-convert-api-client/configuration.rb +209 -0
- data/lib/cloudmersive-convert-api-client/models/add_pdf_annotation_request.rb +213 -0
- data/lib/cloudmersive-convert-api-client/models/alternate_file_format_candidate.rb +206 -0
- data/lib/cloudmersive-convert-api-client/models/append_xlsx_row_request.rb +231 -0
- data/lib/cloudmersive-convert-api-client/models/append_xlsx_row_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/autodetect_document_validation_result.rb +227 -0
- data/lib/cloudmersive-convert-api-client/models/autodetect_get_info_result.rb +248 -0
- data/lib/cloudmersive-convert-api-client/models/autodetect_to_jpg_result.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/autodetect_to_png_result.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/autodetect_to_thumbnails_result.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/base64_decode_request.rb +186 -0
- data/lib/cloudmersive-convert-api-client/models/base64_decode_response.rb +211 -0
- data/lib/cloudmersive-convert-api-client/models/base64_detect_request.rb +186 -0
- data/lib/cloudmersive-convert-api-client/models/base64_detect_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/base64_encode_request.rb +201 -0
- data/lib/cloudmersive-convert-api-client/models/base64_encode_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/change_line_ending_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/clear_xlsx_cell_request.rb +241 -0
- data/lib/cloudmersive-convert-api-client/models/clear_xlsx_cell_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/clear_xlsx_row_request.rb +231 -0
- data/lib/cloudmersive-convert-api-client/models/clear_xlsx_row_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/converted_jpg_page.rb +211 -0
- data/lib/cloudmersive-convert-api-client/models/converted_png_page.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/create_blank_docx_request.rb +186 -0
- data/lib/cloudmersive-convert-api-client/models/create_blank_docx_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/create_blank_spreadsheet_request.rb +186 -0
- data/lib/cloudmersive-convert-api-client/models/create_blank_spreadsheet_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/create_spreadsheet_from_data_request.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/create_spreadsheet_from_data_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/create_zip_archive_request.rb +200 -0
- data/lib/cloudmersive-convert-api-client/models/csv_collection.rb +208 -0
- data/lib/cloudmersive-convert-api-client/models/csv_file_result.rb +211 -0
- data/lib/cloudmersive-convert-api-client/models/delete_docx_table_row_range_request.rb +241 -0
- data/lib/cloudmersive-convert-api-client/models/delete_docx_table_row_range_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/delete_docx_table_row_request.rb +231 -0
- data/lib/cloudmersive-convert-api-client/models/delete_docx_table_row_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/detect_line_endings_response.rb +216 -0
- data/lib/cloudmersive-convert-api-client/models/disable_shared_workbook_request.rb +211 -0
- data/lib/cloudmersive-convert-api-client/models/disable_shared_workbook_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/document_validation_error.rb +216 -0
- data/lib/cloudmersive-convert-api-client/models/document_validation_result.rb +228 -0
- data/lib/cloudmersive-convert-api-client/models/docx_body.rb +209 -0
- data/lib/cloudmersive-convert-api-client/models/docx_cell_style.rb +216 -0
- data/lib/cloudmersive-convert-api-client/models/docx_comment.rb +266 -0
- data/lib/cloudmersive-convert-api-client/models/docx_footer.rb +210 -0
- data/lib/cloudmersive-convert-api-client/models/docx_header.rb +210 -0
- data/lib/cloudmersive-convert-api-client/models/docx_image.rb +305 -0
- data/lib/cloudmersive-convert-api-client/models/docx_insert_comment_on_paragraph_request.rb +231 -0
- data/lib/cloudmersive-convert-api-client/models/docx_insert_image_request.rb +296 -0
- data/lib/cloudmersive-convert-api-client/models/docx_insert_image_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/docx_page.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/docx_paragraph.rb +218 -0
- data/lib/cloudmersive-convert-api-client/models/docx_remove_object_request.rb +221 -0
- data/lib/cloudmersive-convert-api-client/models/docx_remove_object_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/docx_run.rb +258 -0
- data/lib/cloudmersive-convert-api-client/models/docx_section.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/docx_set_footer_add_page_number_request.rb +221 -0
- data/lib/cloudmersive-convert-api-client/models/docx_set_footer_request.rb +221 -0
- data/lib/cloudmersive-convert-api-client/models/docx_set_footer_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/docx_set_header_request.rb +221 -0
- data/lib/cloudmersive-convert-api-client/models/docx_set_header_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/docx_style.rb +246 -0
- data/lib/cloudmersive-convert-api-client/models/docx_table.rb +568 -0
- data/lib/cloudmersive-convert-api-client/models/docx_table_cell.rb +258 -0
- data/lib/cloudmersive-convert-api-client/models/docx_table_row.rb +208 -0
- data/lib/cloudmersive-convert-api-client/models/docx_template_application_request.rb +188 -0
- data/lib/cloudmersive-convert-api-client/models/docx_template_operation.rb +239 -0
- data/lib/cloudmersive-convert-api-client/models/docx_text.rb +206 -0
- data/lib/cloudmersive-convert-api-client/models/docx_to_jpg_result.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/docx_to_png_result.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/docx_top_level_comment.rb +248 -0
- data/lib/cloudmersive-convert-api-client/models/eml_attachment.rb +211 -0
- data/lib/cloudmersive-convert-api-client/models/eml_to_html_result.rb +268 -0
- data/lib/cloudmersive-convert-api-client/models/eml_to_jpg_result.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/eml_to_png_result.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/enable_shared_workbook_request.rb +211 -0
- data/lib/cloudmersive-convert-api-client/models/enable_shared_workbook_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/exif_value.rb +206 -0
- data/lib/cloudmersive-convert-api-client/models/find_docx_paragraph_request.rb +231 -0
- data/lib/cloudmersive-convert-api-client/models/find_docx_paragraph_response.rb +208 -0
- data/lib/cloudmersive-convert-api-client/models/find_regex_match.rb +228 -0
- data/lib/cloudmersive-convert-api-client/models/find_string_match.rb +206 -0
- data/lib/cloudmersive-convert-api-client/models/find_string_regex_request.rb +206 -0
- data/lib/cloudmersive-convert-api-client/models/find_string_regex_response.rb +208 -0
- data/lib/cloudmersive-convert-api-client/models/find_string_simple_request.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/find_string_simple_response.rb +208 -0
- data/lib/cloudmersive-convert-api-client/models/finish_editing_request.rb +186 -0
- data/lib/cloudmersive-convert-api-client/models/get_docx_body_request.rb +211 -0
- data/lib/cloudmersive-convert-api-client/models/get_docx_body_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/get_docx_comments_hierarchical_response.rb +208 -0
- data/lib/cloudmersive-convert-api-client/models/get_docx_comments_response.rb +208 -0
- data/lib/cloudmersive-convert-api-client/models/get_docx_get_comments_hierarchical_request.rb +211 -0
- data/lib/cloudmersive-convert-api-client/models/get_docx_get_comments_request.rb +211 -0
- data/lib/cloudmersive-convert-api-client/models/get_docx_headers_and_footers_request.rb +211 -0
- data/lib/cloudmersive-convert-api-client/models/get_docx_headers_and_footers_response.rb +208 -0
- data/lib/cloudmersive-convert-api-client/models/get_docx_images_request.rb +211 -0
- data/lib/cloudmersive-convert-api-client/models/get_docx_images_response.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/get_docx_pages_request.rb +221 -0
- data/lib/cloudmersive-convert-api-client/models/get_docx_pages_response.rb +208 -0
- data/lib/cloudmersive-convert-api-client/models/get_docx_sections_request.rb +211 -0
- data/lib/cloudmersive-convert-api-client/models/get_docx_sections_response.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/get_docx_styles_request.rb +211 -0
- data/lib/cloudmersive-convert-api-client/models/get_docx_styles_response.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/get_docx_table_by_index_request.rb +221 -0
- data/lib/cloudmersive-convert-api-client/models/get_docx_table_by_index_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/get_docx_table_row_request.rb +231 -0
- data/lib/cloudmersive-convert-api-client/models/get_docx_table_row_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/get_docx_tables_request.rb +211 -0
- data/lib/cloudmersive-convert-api-client/models/get_docx_tables_response.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/get_file_type_icon_result.rb +221 -0
- data/lib/cloudmersive-convert-api-client/models/get_image_info_result.rb +347 -0
- data/lib/cloudmersive-convert-api-client/models/get_pdf_annotations_result.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/get_xlsx_cell_by_identifier_request.rb +231 -0
- data/lib/cloudmersive-convert-api-client/models/get_xlsx_cell_by_identifier_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/get_xlsx_cell_request.rb +241 -0
- data/lib/cloudmersive-convert-api-client/models/get_xlsx_cell_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/get_xlsx_columns_request.rb +221 -0
- data/lib/cloudmersive-convert-api-client/models/get_xlsx_columns_response.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/get_xlsx_images_request.rb +221 -0
- data/lib/cloudmersive-convert-api-client/models/get_xlsx_images_response.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/get_xlsx_rows_and_cells_request.rb +221 -0
- data/lib/cloudmersive-convert-api-client/models/get_xlsx_rows_and_cells_response.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/get_xlsx_specific_row_request.rb +231 -0
- data/lib/cloudmersive-convert-api-client/models/get_xlsx_specific_row_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/get_xlsx_styles_request.rb +211 -0
- data/lib/cloudmersive-convert-api-client/models/get_xlsx_styles_response.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/get_xlsx_worksheets_request.rb +211 -0
- data/lib/cloudmersive-convert-api-client/models/get_xlsx_worksheets_response.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/html_md_result.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/html_template_application_request.rb +208 -0
- data/lib/cloudmersive-convert-api-client/models/html_template_application_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/html_template_operation.rb +239 -0
- data/lib/cloudmersive-convert-api-client/models/html_to_office_request.rb +186 -0
- data/lib/cloudmersive-convert-api-client/models/html_to_pdf_request.rb +216 -0
- data/lib/cloudmersive-convert-api-client/models/html_to_png_request.rb +216 -0
- data/lib/cloudmersive-convert-api-client/models/html_to_text_request.rb +186 -0
- data/lib/cloudmersive-convert-api-client/models/html_to_text_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/insert_docx_comment_on_paragraph_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/insert_docx_insert_paragraph_request.rb +241 -0
- data/lib/cloudmersive-convert-api-client/models/insert_docx_insert_paragraph_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/insert_docx_table_row_request.rb +241 -0
- data/lib/cloudmersive-convert-api-client/models/insert_docx_table_row_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/insert_docx_tables_request.rb +241 -0
- data/lib/cloudmersive-convert-api-client/models/insert_docx_tables_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/insert_xlsx_worksheet_request.rb +221 -0
- data/lib/cloudmersive-convert-api-client/models/insert_xlsx_worksheet_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/keynote_to_jpg_result.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/keynote_to_png_result.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/msg_attachment.rb +211 -0
- data/lib/cloudmersive-convert-api-client/models/msg_to_html_result.rb +268 -0
- data/lib/cloudmersive-convert-api-client/models/msg_to_jpg_result.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/msg_to_png_result.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/multi_replace_string_request.rb +223 -0
- data/lib/cloudmersive-convert-api-client/models/multipage_image_format_conversion_result.rb +208 -0
- data/lib/cloudmersive-convert-api-client/models/odp_to_jpg_result.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/odp_to_png_result.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/ods_to_jpg_result.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/ods_to_png_result.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/odt_to_jpg_result.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/odt_to_png_result.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/page_conversion_result.rb +211 -0
- data/lib/cloudmersive-convert-api-client/models/pdf_annotation.rb +296 -0
- data/lib/cloudmersive-convert-api-client/models/pdf_document.rb +221 -0
- data/lib/cloudmersive-convert-api-client/models/pdf_form_field.rb +216 -0
- data/lib/cloudmersive-convert-api-client/models/pdf_form_fields.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/pdf_metadata.rb +266 -0
- data/lib/cloudmersive-convert-api-client/models/pdf_page_text.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/pdf_text_by_page_result.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/pdf_to_jpg_result.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/pdf_to_png_result.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/pptx_to_png_result.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/presentation_result.rb +221 -0
- data/lib/cloudmersive-convert-api-client/models/remove_docx_headers_and_footers_request.rb +231 -0
- data/lib/cloudmersive-convert-api-client/models/remove_docx_headers_and_footers_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/remove_docx_pages_request.rb +231 -0
- data/lib/cloudmersive-convert-api-client/models/remove_html_from_text_request.rb +186 -0
- data/lib/cloudmersive-convert-api-client/models/remove_html_from_text_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/remove_pptx_slides_request.rb +231 -0
- data/lib/cloudmersive-convert-api-client/models/remove_whitespace_from_text_request.rb +186 -0
- data/lib/cloudmersive-convert-api-client/models/remove_whitespace_from_text_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/remove_xlsx_worksheet_request.rb +221 -0
- data/lib/cloudmersive-convert-api-client/models/rename_xlsx_worksheet_request.rb +231 -0
- data/lib/cloudmersive-convert-api-client/models/rename_xlsx_worksheet_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/replace_docx_paragraph_request.rb +241 -0
- data/lib/cloudmersive-convert-api-client/models/replace_docx_paragraph_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/replace_string_regex_request.rb +206 -0
- data/lib/cloudmersive-convert-api-client/models/replace_string_regex_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/replace_string_request.rb +241 -0
- data/lib/cloudmersive-convert-api-client/models/replace_string_simple_request.rb +206 -0
- data/lib/cloudmersive-convert-api-client/models/replace_string_simple_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/rtf_to_jpg_result.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/rtf_to_png_result.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/screenshot_request.rb +216 -0
- data/lib/cloudmersive-convert-api-client/models/set_form_field_value.rb +216 -0
- data/lib/cloudmersive-convert-api-client/models/set_pdf_form_fields_request.rb +213 -0
- data/lib/cloudmersive-convert-api-client/models/set_pdf_metadata_request.rb +211 -0
- data/lib/cloudmersive-convert-api-client/models/set_xlsx_cell_by_identifier_request.rb +241 -0
- data/lib/cloudmersive-convert-api-client/models/set_xlsx_cell_by_identifier_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/set_xlsx_cell_request.rb +251 -0
- data/lib/cloudmersive-convert-api-client/models/set_xlsx_cell_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/single_replace_string.rb +206 -0
- data/lib/cloudmersive-convert-api-client/models/split_document_result.rb +221 -0
- data/lib/cloudmersive-convert-api-client/models/split_docx_document_result.rb +197 -0
- data/lib/cloudmersive-convert-api-client/models/split_pdf_result.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/split_pptx_presentation_result.rb +197 -0
- data/lib/cloudmersive-convert-api-client/models/split_text_document_by_lines_result.rb +207 -0
- data/lib/cloudmersive-convert-api-client/models/split_text_document_by_string_result.rb +207 -0
- data/lib/cloudmersive-convert-api-client/models/split_xlsx_worksheet_result.rb +197 -0
- data/lib/cloudmersive-convert-api-client/models/text_conversion_result.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/text_document_element.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/text_document_line.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/text_encoding_detect_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/thumbnail.rb +211 -0
- data/lib/cloudmersive-convert-api-client/models/update_docx_table_cell_request.rb +251 -0
- data/lib/cloudmersive-convert-api-client/models/update_docx_table_cell_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/update_docx_table_row_request.rb +241 -0
- data/lib/cloudmersive-convert-api-client/models/update_docx_table_row_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/url_to_pdf_request.rb +216 -0
- data/lib/cloudmersive-convert-api-client/models/url_to_text_request.rb +186 -0
- data/lib/cloudmersive-convert-api-client/models/url_to_text_response.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/viewer_response.rb +194 -0
- data/lib/cloudmersive-convert-api-client/models/worksheet_result.rb +231 -0
- data/lib/cloudmersive-convert-api-client/models/xlsx_image.rb +225 -0
- data/lib/cloudmersive-convert-api-client/models/xlsx_spreadsheet_cell.rb +225 -0
- data/lib/cloudmersive-convert-api-client/models/xlsx_spreadsheet_column.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/xlsx_spreadsheet_row.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/xlsx_to_png_result.rb +198 -0
- data/lib/cloudmersive-convert-api-client/models/xlsx_worksheet.rb +196 -0
- data/lib/cloudmersive-convert-api-client/models/xml_add_attribute_with_x_path_result.rb +206 -0
- data/lib/cloudmersive-convert-api-client/models/xml_add_child_with_x_path_result.rb +206 -0
- data/lib/cloudmersive-convert-api-client/models/xml_filter_with_x_path_result.rb +208 -0
- data/lib/cloudmersive-convert-api-client/models/xml_query_with_x_query_multi_result.rb +206 -0
- data/lib/cloudmersive-convert-api-client/models/xml_query_with_x_query_result.rb +206 -0
- data/lib/cloudmersive-convert-api-client/models/xml_remove_all_children_with_x_path_result.rb +206 -0
- data/lib/cloudmersive-convert-api-client/models/xml_remove_with_x_path_result.rb +218 -0
- data/lib/cloudmersive-convert-api-client/models/xml_replace_with_x_path_result.rb +206 -0
- data/lib/cloudmersive-convert-api-client/models/xml_set_value_with_x_path_result.rb +206 -0
- data/lib/cloudmersive-convert-api-client/models/zip_directory.rb +210 -0
- data/lib/cloudmersive-convert-api-client/models/zip_encryption_advanced_request.rb +221 -0
- data/lib/cloudmersive-convert-api-client/models/zip_extract_response.rb +210 -0
- data/lib/cloudmersive-convert-api-client/models/zip_file.rb +211 -0
- data/lib/cloudmersive-convert-api-client/version.rb +15 -0
- data/spec/api/compare_document_api_spec.rb +48 -0
- data/spec/api/convert_data_api_spec.rb +265 -0
- data/spec/api/convert_document_api_spec.rb +1033 -0
- data/spec/api/convert_image_api_spec.rb +88 -0
- data/spec/api/convert_template_api_spec.rb +60 -0
- data/spec/api/convert_web_api_spec.rb +131 -0
- data/spec/api/edit_document_api_spec.rb +743 -0
- data/spec/api/edit_html_api_spec.rb +114 -0
- data/spec/api/edit_pdf_api_spec.rb +332 -0
- data/spec/api/edit_text_api_spec.rb +192 -0
- data/spec/api/merge_document_api_spec.rb +239 -0
- data/spec/api/split_document_api_spec.rb +113 -0
- data/spec/api/transform_document_api_spec.rb +67 -0
- data/spec/api/validate_document_api_spec.rb +251 -0
- data/spec/api/viewer_tools_api_spec.rb +49 -0
- data/spec/api/zip_archive_api_spec.rb +128 -0
- data/spec/api_client_spec.rb +243 -0
- data/spec/configuration_spec.rb +42 -0
- data/spec/models/add_pdf_annotation_request_spec.rb +47 -0
- data/spec/models/alternate_file_format_candidate_spec.rb +53 -0
- data/spec/models/append_xlsx_row_request_spec.rb +59 -0
- data/spec/models/append_xlsx_row_response_spec.rb +47 -0
- data/spec/models/autodetect_document_validation_result_spec.rb +65 -0
- data/spec/models/autodetect_get_info_result_spec.rb +77 -0
- data/spec/models/autodetect_to_jpg_result_spec.rb +47 -0
- data/spec/models/autodetect_to_png_result_spec.rb +47 -0
- data/spec/models/autodetect_to_thumbnails_result_spec.rb +47 -0
- data/spec/models/base64_decode_request_spec.rb +41 -0
- data/spec/models/base64_decode_response_spec.rb +47 -0
- data/spec/models/base64_detect_request_spec.rb +41 -0
- data/spec/models/base64_detect_response_spec.rb +47 -0
- data/spec/models/base64_encode_request_spec.rb +41 -0
- data/spec/models/base64_encode_response_spec.rb +47 -0
- data/spec/models/change_line_ending_response_spec.rb +47 -0
- data/spec/models/clear_xlsx_cell_request_spec.rb +65 -0
- data/spec/models/clear_xlsx_cell_response_spec.rb +47 -0
- data/spec/models/clear_xlsx_row_request_spec.rb +59 -0
- data/spec/models/clear_xlsx_row_response_spec.rb +47 -0
- data/spec/models/converted_jpg_page_spec.rb +47 -0
- data/spec/models/converted_png_page_spec.rb +47 -0
- data/spec/models/create_blank_docx_request_spec.rb +41 -0
- data/spec/models/create_blank_docx_response_spec.rb +47 -0
- data/spec/models/create_blank_spreadsheet_request_spec.rb +41 -0
- data/spec/models/create_blank_spreadsheet_response_spec.rb +47 -0
- data/spec/models/create_spreadsheet_from_data_request_spec.rb +47 -0
- data/spec/models/create_spreadsheet_from_data_response_spec.rb +47 -0
- data/spec/models/create_zip_archive_request_spec.rb +47 -0
- data/spec/models/csv_collection_spec.rb +53 -0
- data/spec/models/csv_file_result_spec.rb +47 -0
- data/spec/models/delete_docx_table_row_range_request_spec.rb +65 -0
- data/spec/models/delete_docx_table_row_range_response_spec.rb +47 -0
- data/spec/models/delete_docx_table_row_request_spec.rb +59 -0
- data/spec/models/delete_docx_table_row_response_spec.rb +47 -0
- data/spec/models/detect_line_endings_response_spec.rb +59 -0
- data/spec/models/disable_shared_workbook_request_spec.rb +47 -0
- data/spec/models/disable_shared_workbook_response_spec.rb +47 -0
- data/spec/models/document_validation_error_spec.rb +59 -0
- data/spec/models/document_validation_result_spec.rb +65 -0
- data/spec/models/docx_body_spec.rb +53 -0
- data/spec/models/docx_cell_style_spec.rb +59 -0
- data/spec/models/docx_comment_spec.rb +89 -0
- data/spec/models/docx_footer_spec.rb +53 -0
- data/spec/models/docx_header_spec.rb +53 -0
- data/spec/models/docx_image_spec.rb +113 -0
- data/spec/models/docx_insert_comment_on_paragraph_request_spec.rb +59 -0
- data/spec/models/docx_insert_image_request_spec.rb +89 -0
- data/spec/models/docx_insert_image_response_spec.rb +47 -0
- data/spec/models/docx_page_spec.rb +47 -0
- data/spec/models/docx_paragraph_spec.rb +59 -0
- data/spec/models/docx_remove_object_request_spec.rb +53 -0
- data/spec/models/docx_remove_object_response_spec.rb +47 -0
- data/spec/models/docx_run_spec.rb +83 -0
- data/spec/models/docx_section_spec.rb +47 -0
- data/spec/models/docx_set_footer_add_page_number_request_spec.rb +53 -0
- data/spec/models/docx_set_footer_request_spec.rb +53 -0
- data/spec/models/docx_set_footer_response_spec.rb +47 -0
- data/spec/models/docx_set_header_request_spec.rb +53 -0
- data/spec/models/docx_set_header_response_spec.rb +47 -0
- data/spec/models/docx_style_spec.rb +77 -0
- data/spec/models/docx_table_cell_spec.rb +83 -0
- data/spec/models/docx_table_row_spec.rb +53 -0
- data/spec/models/docx_table_spec.rb +269 -0
- data/spec/models/docx_template_application_request_spec.rb +41 -0
- data/spec/models/docx_template_operation_spec.rb +57 -0
- data/spec/models/docx_text_spec.rb +53 -0
- data/spec/models/docx_to_jpg_result_spec.rb +47 -0
- data/spec/models/docx_to_png_result_spec.rb +47 -0
- data/spec/models/docx_top_level_comment_spec.rb +77 -0
- data/spec/models/eml_attachment_spec.rb +47 -0
- data/spec/models/eml_to_html_result_spec.rb +89 -0
- data/spec/models/eml_to_jpg_result_spec.rb +47 -0
- data/spec/models/eml_to_png_result_spec.rb +47 -0
- data/spec/models/enable_shared_workbook_request_spec.rb +47 -0
- data/spec/models/enable_shared_workbook_response_spec.rb +47 -0
- data/spec/models/exif_value_spec.rb +53 -0
- data/spec/models/find_docx_paragraph_request_spec.rb +59 -0
- data/spec/models/find_docx_paragraph_response_spec.rb +53 -0
- data/spec/models/find_regex_match_spec.rb +65 -0
- data/spec/models/find_string_match_spec.rb +53 -0
- data/spec/models/find_string_regex_request_spec.rb +53 -0
- data/spec/models/find_string_regex_response_spec.rb +53 -0
- data/spec/models/find_string_simple_request_spec.rb +47 -0
- data/spec/models/find_string_simple_response_spec.rb +53 -0
- data/spec/models/finish_editing_request_spec.rb +41 -0
- data/spec/models/get_docx_body_request_spec.rb +47 -0
- data/spec/models/get_docx_body_response_spec.rb +47 -0
- data/spec/models/get_docx_comments_hierarchical_response_spec.rb +53 -0
- data/spec/models/get_docx_comments_response_spec.rb +53 -0
- data/spec/models/get_docx_get_comments_hierarchical_request_spec.rb +47 -0
- data/spec/models/get_docx_get_comments_request_spec.rb +47 -0
- data/spec/models/get_docx_headers_and_footers_request_spec.rb +47 -0
- data/spec/models/get_docx_headers_and_footers_response_spec.rb +53 -0
- data/spec/models/get_docx_images_request_spec.rb +47 -0
- data/spec/models/get_docx_images_response_spec.rb +47 -0
- data/spec/models/get_docx_pages_request_spec.rb +53 -0
- data/spec/models/get_docx_pages_response_spec.rb +53 -0
- data/spec/models/get_docx_sections_request_spec.rb +47 -0
- data/spec/models/get_docx_sections_response_spec.rb +47 -0
- data/spec/models/get_docx_styles_request_spec.rb +47 -0
- data/spec/models/get_docx_styles_response_spec.rb +47 -0
- data/spec/models/get_docx_table_by_index_request_spec.rb +53 -0
- data/spec/models/get_docx_table_by_index_response_spec.rb +47 -0
- data/spec/models/get_docx_table_row_request_spec.rb +59 -0
- data/spec/models/get_docx_table_row_response_spec.rb +47 -0
- data/spec/models/get_docx_tables_request_spec.rb +47 -0
- data/spec/models/get_docx_tables_response_spec.rb +47 -0
- data/spec/models/get_file_type_icon_result_spec.rb +53 -0
- data/spec/models/get_image_info_result_spec.rb +137 -0
- data/spec/models/get_pdf_annotations_result_spec.rb +47 -0
- data/spec/models/get_xlsx_cell_by_identifier_request_spec.rb +59 -0
- data/spec/models/get_xlsx_cell_by_identifier_response_spec.rb +47 -0
- data/spec/models/get_xlsx_cell_request_spec.rb +65 -0
- data/spec/models/get_xlsx_cell_response_spec.rb +47 -0
- data/spec/models/get_xlsx_columns_request_spec.rb +53 -0
- data/spec/models/get_xlsx_columns_response_spec.rb +47 -0
- data/spec/models/get_xlsx_images_request_spec.rb +53 -0
- data/spec/models/get_xlsx_images_response_spec.rb +47 -0
- data/spec/models/get_xlsx_rows_and_cells_request_spec.rb +53 -0
- data/spec/models/get_xlsx_rows_and_cells_response_spec.rb +47 -0
- data/spec/models/get_xlsx_specific_row_request_spec.rb +59 -0
- data/spec/models/get_xlsx_specific_row_response_spec.rb +47 -0
- data/spec/models/get_xlsx_styles_request_spec.rb +47 -0
- data/spec/models/get_xlsx_styles_response_spec.rb +47 -0
- data/spec/models/get_xlsx_worksheets_request_spec.rb +47 -0
- data/spec/models/get_xlsx_worksheets_response_spec.rb +47 -0
- data/spec/models/html_md_result_spec.rb +47 -0
- data/spec/models/html_template_application_request_spec.rb +53 -0
- data/spec/models/html_template_application_response_spec.rb +47 -0
- data/spec/models/html_template_operation_spec.rb +57 -0
- data/spec/models/html_to_office_request_spec.rb +41 -0
- data/spec/models/html_to_pdf_request_spec.rb +59 -0
- data/spec/models/html_to_png_request_spec.rb +59 -0
- data/spec/models/html_to_text_request_spec.rb +41 -0
- data/spec/models/html_to_text_response_spec.rb +47 -0
- data/spec/models/insert_docx_comment_on_paragraph_response_spec.rb +47 -0
- data/spec/models/insert_docx_insert_paragraph_request_spec.rb +65 -0
- data/spec/models/insert_docx_insert_paragraph_response_spec.rb +47 -0
- data/spec/models/insert_docx_table_row_request_spec.rb +65 -0
- data/spec/models/insert_docx_table_row_response_spec.rb +47 -0
- data/spec/models/insert_docx_tables_request_spec.rb +65 -0
- data/spec/models/insert_docx_tables_response_spec.rb +47 -0
- data/spec/models/insert_xlsx_worksheet_request_spec.rb +53 -0
- data/spec/models/insert_xlsx_worksheet_response_spec.rb +47 -0
- data/spec/models/keynote_to_jpg_result_spec.rb +47 -0
- data/spec/models/keynote_to_png_result_spec.rb +47 -0
- data/spec/models/msg_attachment_spec.rb +47 -0
- data/spec/models/msg_to_html_result_spec.rb +89 -0
- data/spec/models/msg_to_jpg_result_spec.rb +47 -0
- data/spec/models/msg_to_png_result_spec.rb +47 -0
- data/spec/models/multi_replace_string_request_spec.rb +53 -0
- data/spec/models/multipage_image_format_conversion_result_spec.rb +53 -0
- data/spec/models/odp_to_jpg_result_spec.rb +47 -0
- data/spec/models/odp_to_png_result_spec.rb +47 -0
- data/spec/models/ods_to_jpg_result_spec.rb +47 -0
- data/spec/models/ods_to_png_result_spec.rb +47 -0
- data/spec/models/odt_to_jpg_result_spec.rb +47 -0
- data/spec/models/odt_to_png_result_spec.rb +47 -0
- data/spec/models/page_conversion_result_spec.rb +47 -0
- data/spec/models/pdf_annotation_spec.rb +107 -0
- data/spec/models/pdf_document_spec.rb +53 -0
- data/spec/models/pdf_form_field_spec.rb +59 -0
- data/spec/models/pdf_form_fields_spec.rb +47 -0
- data/spec/models/pdf_metadata_spec.rb +89 -0
- data/spec/models/pdf_page_text_spec.rb +47 -0
- data/spec/models/pdf_text_by_page_result_spec.rb +47 -0
- data/spec/models/pdf_to_jpg_result_spec.rb +47 -0
- data/spec/models/pdf_to_png_result_spec.rb +47 -0
- data/spec/models/pptx_to_png_result_spec.rb +47 -0
- data/spec/models/presentation_result_spec.rb +53 -0
- data/spec/models/remove_docx_headers_and_footers_request_spec.rb +59 -0
- data/spec/models/remove_docx_headers_and_footers_response_spec.rb +47 -0
- data/spec/models/remove_docx_pages_request_spec.rb +59 -0
- data/spec/models/remove_html_from_text_request_spec.rb +41 -0
- data/spec/models/remove_html_from_text_response_spec.rb +47 -0
- data/spec/models/remove_pptx_slides_request_spec.rb +59 -0
- data/spec/models/remove_whitespace_from_text_request_spec.rb +41 -0
- data/spec/models/remove_whitespace_from_text_response_spec.rb +47 -0
- data/spec/models/remove_xlsx_worksheet_request_spec.rb +53 -0
- data/spec/models/rename_xlsx_worksheet_request_spec.rb +59 -0
- data/spec/models/rename_xlsx_worksheet_response_spec.rb +47 -0
- data/spec/models/replace_docx_paragraph_request_spec.rb +65 -0
- data/spec/models/replace_docx_paragraph_response_spec.rb +47 -0
- data/spec/models/replace_string_regex_request_spec.rb +53 -0
- data/spec/models/replace_string_regex_response_spec.rb +47 -0
- data/spec/models/replace_string_request_spec.rb +65 -0
- data/spec/models/replace_string_simple_request_spec.rb +53 -0
- data/spec/models/replace_string_simple_response_spec.rb +47 -0
- data/spec/models/rtf_to_jpg_result_spec.rb +47 -0
- data/spec/models/rtf_to_png_result_spec.rb +47 -0
- data/spec/models/screenshot_request_spec.rb +59 -0
- data/spec/models/set_form_field_value_spec.rb +59 -0
- data/spec/models/set_pdf_form_fields_request_spec.rb +47 -0
- data/spec/models/set_pdf_metadata_request_spec.rb +47 -0
- data/spec/models/set_xlsx_cell_by_identifier_request_spec.rb +65 -0
- data/spec/models/set_xlsx_cell_by_identifier_response_spec.rb +47 -0
- data/spec/models/set_xlsx_cell_request_spec.rb +71 -0
- data/spec/models/set_xlsx_cell_response_spec.rb +47 -0
- data/spec/models/single_replace_string_spec.rb +53 -0
- data/spec/models/split_document_result_spec.rb +53 -0
- data/spec/models/split_docx_document_result_spec.rb +47 -0
- data/spec/models/split_pdf_result_spec.rb +47 -0
- data/spec/models/split_pptx_presentation_result_spec.rb +47 -0
- data/spec/models/split_text_document_by_lines_result_spec.rb +53 -0
- data/spec/models/split_text_document_by_string_result_spec.rb +53 -0
- data/spec/models/split_xlsx_worksheet_result_spec.rb +47 -0
- data/spec/models/text_conversion_result_spec.rb +47 -0
- data/spec/models/text_document_element_spec.rb +47 -0
- data/spec/models/text_document_line_spec.rb +47 -0
- data/spec/models/text_encoding_detect_response_spec.rb +47 -0
- data/spec/models/thumbnail_spec.rb +47 -0
- data/spec/models/update_docx_table_cell_request_spec.rb +71 -0
- data/spec/models/update_docx_table_cell_response_spec.rb +47 -0
- data/spec/models/update_docx_table_row_request_spec.rb +65 -0
- data/spec/models/update_docx_table_row_response_spec.rb +47 -0
- data/spec/models/url_to_pdf_request_spec.rb +59 -0
- data/spec/models/url_to_text_request_spec.rb +41 -0
- data/spec/models/url_to_text_response_spec.rb +47 -0
- data/spec/models/viewer_response_spec.rb +47 -0
- data/spec/models/worksheet_result_spec.rb +59 -0
- data/spec/models/xlsx_image_spec.rb +65 -0
- data/spec/models/xlsx_spreadsheet_cell_spec.rb +65 -0
- data/spec/models/xlsx_spreadsheet_column_spec.rb +47 -0
- data/spec/models/xlsx_spreadsheet_row_spec.rb +47 -0
- data/spec/models/xlsx_to_png_result_spec.rb +47 -0
- data/spec/models/xlsx_worksheet_spec.rb +47 -0
- data/spec/models/xml_add_attribute_with_x_path_result_spec.rb +53 -0
- data/spec/models/xml_add_child_with_x_path_result_spec.rb +53 -0
- data/spec/models/xml_filter_with_x_path_result_spec.rb +53 -0
- data/spec/models/xml_query_with_x_query_multi_result_spec.rb +53 -0
- data/spec/models/xml_query_with_x_query_result_spec.rb +53 -0
- data/spec/models/xml_remove_all_children_with_x_path_result_spec.rb +53 -0
- data/spec/models/xml_remove_with_x_path_result_spec.rb +59 -0
- data/spec/models/xml_replace_with_x_path_result_spec.rb +53 -0
- data/spec/models/xml_set_value_with_x_path_result_spec.rb +53 -0
- data/spec/models/zip_directory_spec.rb +53 -0
- data/spec/models/zip_encryption_advanced_request_spec.rb +53 -0
- data/spec/models/zip_extract_response_spec.rb +53 -0
- data/spec/models/zip_file_spec.rb +47 -0
- data/spec/spec_helper.rb +111 -0
- metadata +785 -4
@@ -0,0 +1,10 @@
|
|
1
|
+
# CloudmersiveConvertApiClient::SplitDocumentResult
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**page_number** | **Integer** | Page number of the converted page, starting with 1 for the first page | [optional]
|
7
|
+
**url** | **String** | URL to the DOCX file of this slide; file is stored in an in-memory cache and will be deleted | [optional]
|
8
|
+
**document_contents** | **String** | Contents of the document in bytes | [optional]
|
9
|
+
|
10
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# CloudmersiveConvertApiClient::SplitDocxDocumentResult
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**result_documents** | [**Array<SplitDocumentResult>**](SplitDocumentResult.md) | | [optional]
|
7
|
+
**successful** | **BOOLEAN** | True if the operation was successful, false otherwise | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# CloudmersiveConvertApiClient::SplitPdfResult
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**successful** | **BOOLEAN** | True if the operation was successful, false otherwise | [optional]
|
7
|
+
**documents** | [**Array<PdfDocument>**](PdfDocument.md) | PDF documents as output | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# CloudmersiveConvertApiClient::SplitPptxPresentationResult
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**result_presentations** | [**Array<PresentationResult>**](PresentationResult.md) | | [optional]
|
7
|
+
**successful** | **BOOLEAN** | True if the operation was successful, false otherwise | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,10 @@
|
|
1
|
+
# CloudmersiveConvertApiClient::SplitTextDocumentByLinesResult
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**result_lines** | [**Array<TextDocumentLine>**](TextDocumentLine.md) | | [optional]
|
7
|
+
**successful** | **BOOLEAN** | True if the operation was successful, false otherwise | [optional]
|
8
|
+
**line_count** | **Integer** | The count of lines in the text file | [optional]
|
9
|
+
|
10
|
+
|
@@ -0,0 +1,10 @@
|
|
1
|
+
# CloudmersiveConvertApiClient::SplitTextDocumentByStringResult
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**result_elements** | [**Array<TextDocumentElement>**](TextDocumentElement.md) | | [optional]
|
7
|
+
**successful** | **BOOLEAN** | True if the operation was successful, false otherwise | [optional]
|
8
|
+
**element_count** | **Integer** | The count of elements in the text file | [optional]
|
9
|
+
|
10
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# CloudmersiveConvertApiClient::SplitXlsxWorksheetResult
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**result_worksheets** | [**Array<WorksheetResult>**](WorksheetResult.md) | | [optional]
|
7
|
+
**successful** | **BOOLEAN** | True if the operation was successful, false otherwise | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# CloudmersiveConvertApiClient::TextConversionResult
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**successful** | **BOOLEAN** | True if the operation was successful, false otherwise | [optional]
|
7
|
+
**text_result** | **String** | Plain Text (TXT) format conversion result of the input document. The text result is returned as a string. | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# CloudmersiveConvertApiClient::TextDocumentElement
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**element_number** | **Integer** | The 1-based line index of the element | [optional]
|
7
|
+
**element_contents** | **String** | The text contents of a single element of a text file | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# CloudmersiveConvertApiClient::TextDocumentLine
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**line_number** | **Integer** | The 1-based line index of the line | [optional]
|
7
|
+
**line_contents** | **String** | The text contents of a single line of a text file | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# CloudmersiveConvertApiClient::TextEncodingDetectResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**successful** | **BOOLEAN** | True if successful, false otherwise | [optional]
|
7
|
+
**text_encoding** | **String** | Text encoding used in file; possible values are ASCII, UTF7, UTF8, UTF16, BigEndianUnicode and UTF32 | [optional]
|
8
|
+
|
9
|
+
|
data/docs/Thumbnail.md
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
# CloudmersiveConvertApiClient::Thumbnail
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**index** | **Integer** | Index of this thumbnail | [optional]
|
7
|
+
**content** | **String** | A PNG thumbnail of the document page | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,140 @@
|
|
1
|
+
# CloudmersiveConvertApiClient::TransformDocumentApi
|
2
|
+
|
3
|
+
All URIs are relative to *https://api.cloudmersive.com*
|
4
|
+
|
5
|
+
Method | HTTP request | Description
|
6
|
+
------------- | ------------- | -------------
|
7
|
+
[**transform_document_docx_replace**](TransformDocumentApi.md#transform_document_docx_replace) | **POST** /convert/transform/docx/replace-all | Replace string in Word DOCX document
|
8
|
+
[**transform_document_pptx_replace**](TransformDocumentApi.md#transform_document_pptx_replace) | **POST** /convert/transform/pptx/replace-all | Replace string in PowerPoint PPTX presentation
|
9
|
+
|
10
|
+
|
11
|
+
# **transform_document_docx_replace**
|
12
|
+
> String transform_document_docx_replace(match_string, replace_string, opts)
|
13
|
+
|
14
|
+
Replace string in Word DOCX document
|
15
|
+
|
16
|
+
Replace all instances of a string in an Office Word Document (docx)
|
17
|
+
|
18
|
+
### Example
|
19
|
+
```ruby
|
20
|
+
# load the gem
|
21
|
+
require 'cloudmersive-convert-api-client'
|
22
|
+
# setup authorization
|
23
|
+
CloudmersiveConvertApiClient.configure do |config|
|
24
|
+
# Configure API key authorization: Apikey
|
25
|
+
config.api_key['Apikey'] = 'YOUR API KEY'
|
26
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
27
|
+
#config.api_key_prefix['Apikey'] = 'Bearer'
|
28
|
+
end
|
29
|
+
|
30
|
+
api_instance = CloudmersiveConvertApiClient::TransformDocumentApi.new
|
31
|
+
|
32
|
+
match_string = 'match_string_example' # String | String to search for and match against, to be replaced
|
33
|
+
|
34
|
+
replace_string = 'replace_string_example' # String | String to replace the matched values with
|
35
|
+
|
36
|
+
opts = {
|
37
|
+
input_file: File.new('/path/to/file.txt'), # File | Optional: Input file to perform the operation on.
|
38
|
+
input_file_url: 'input_file_url_example', # String | Optional: URL of a file to operate on as input. This can be a public URL, or you can also use the begin-editing API (part of EditDocumentApi) to upload a document and pass in the secure URL result from that operation as the URL here (this URL is not public).
|
39
|
+
match_case: true # BOOLEAN | Optional: True if the case should be matched, false for case insensitive match. Default is false.
|
40
|
+
}
|
41
|
+
|
42
|
+
begin
|
43
|
+
#Replace string in Word DOCX document
|
44
|
+
result = api_instance.transform_document_docx_replace(match_string, replace_string, opts)
|
45
|
+
p result
|
46
|
+
rescue CloudmersiveConvertApiClient::ApiError => e
|
47
|
+
puts "Exception when calling TransformDocumentApi->transform_document_docx_replace: #{e}"
|
48
|
+
end
|
49
|
+
```
|
50
|
+
|
51
|
+
### Parameters
|
52
|
+
|
53
|
+
Name | Type | Description | Notes
|
54
|
+
------------- | ------------- | ------------- | -------------
|
55
|
+
**match_string** | **String**| String to search for and match against, to be replaced |
|
56
|
+
**replace_string** | **String**| String to replace the matched values with |
|
57
|
+
**input_file** | **File**| Optional: Input file to perform the operation on. | [optional]
|
58
|
+
**input_file_url** | **String**| Optional: URL of a file to operate on as input. This can be a public URL, or you can also use the begin-editing API (part of EditDocumentApi) to upload a document and pass in the secure URL result from that operation as the URL here (this URL is not public). | [optional]
|
59
|
+
**match_case** | **BOOLEAN**| Optional: True if the case should be matched, false for case insensitive match. Default is false. | [optional]
|
60
|
+
|
61
|
+
### Return type
|
62
|
+
|
63
|
+
**String**
|
64
|
+
|
65
|
+
### Authorization
|
66
|
+
|
67
|
+
[Apikey](../README.md#Apikey)
|
68
|
+
|
69
|
+
### HTTP request headers
|
70
|
+
|
71
|
+
- **Content-Type**: Not defined
|
72
|
+
- **Accept**: application/octet-stream
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
# **transform_document_pptx_replace**
|
77
|
+
> String transform_document_pptx_replace(match_string, replace_string, opts)
|
78
|
+
|
79
|
+
Replace string in PowerPoint PPTX presentation
|
80
|
+
|
81
|
+
Replace all instances of a string in an Office PowerPoint Document (pptx)
|
82
|
+
|
83
|
+
### Example
|
84
|
+
```ruby
|
85
|
+
# load the gem
|
86
|
+
require 'cloudmersive-convert-api-client'
|
87
|
+
# setup authorization
|
88
|
+
CloudmersiveConvertApiClient.configure do |config|
|
89
|
+
# Configure API key authorization: Apikey
|
90
|
+
config.api_key['Apikey'] = 'YOUR API KEY'
|
91
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
92
|
+
#config.api_key_prefix['Apikey'] = 'Bearer'
|
93
|
+
end
|
94
|
+
|
95
|
+
api_instance = CloudmersiveConvertApiClient::TransformDocumentApi.new
|
96
|
+
|
97
|
+
match_string = 'match_string_example' # String | String to search for and match against, to be replaced
|
98
|
+
|
99
|
+
replace_string = 'replace_string_example' # String | String to replace the matched values with
|
100
|
+
|
101
|
+
opts = {
|
102
|
+
input_file: File.new('/path/to/file.txt'), # File | Optional: Input file to perform the operation on.
|
103
|
+
input_file_url: 'input_file_url_example', # String | Optional: URL of a file to operate on as input. This can be a public URL, or you can also use the begin-editing API (part of EditDocumentApi) to upload a document and pass in the secure URL result from that operation as the URL here (this URL is not public).
|
104
|
+
match_case: true # BOOLEAN | Optional: True if the case should be matched, false for case insensitive match. Default is false.
|
105
|
+
}
|
106
|
+
|
107
|
+
begin
|
108
|
+
#Replace string in PowerPoint PPTX presentation
|
109
|
+
result = api_instance.transform_document_pptx_replace(match_string, replace_string, opts)
|
110
|
+
p result
|
111
|
+
rescue CloudmersiveConvertApiClient::ApiError => e
|
112
|
+
puts "Exception when calling TransformDocumentApi->transform_document_pptx_replace: #{e}"
|
113
|
+
end
|
114
|
+
```
|
115
|
+
|
116
|
+
### Parameters
|
117
|
+
|
118
|
+
Name | Type | Description | Notes
|
119
|
+
------------- | ------------- | ------------- | -------------
|
120
|
+
**match_string** | **String**| String to search for and match against, to be replaced |
|
121
|
+
**replace_string** | **String**| String to replace the matched values with |
|
122
|
+
**input_file** | **File**| Optional: Input file to perform the operation on. | [optional]
|
123
|
+
**input_file_url** | **String**| Optional: URL of a file to operate on as input. This can be a public URL, or you can also use the begin-editing API (part of EditDocumentApi) to upload a document and pass in the secure URL result from that operation as the URL here (this URL is not public). | [optional]
|
124
|
+
**match_case** | **BOOLEAN**| Optional: True if the case should be matched, false for case insensitive match. Default is false. | [optional]
|
125
|
+
|
126
|
+
### Return type
|
127
|
+
|
128
|
+
**String**
|
129
|
+
|
130
|
+
### Authorization
|
131
|
+
|
132
|
+
[Apikey](../README.md#Apikey)
|
133
|
+
|
134
|
+
### HTTP request headers
|
135
|
+
|
136
|
+
- **Content-Type**: Not defined
|
137
|
+
- **Accept**: application/octet-stream
|
138
|
+
|
139
|
+
|
140
|
+
|
@@ -0,0 +1,13 @@
|
|
1
|
+
# CloudmersiveConvertApiClient::UpdateDocxTableCellRequest
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**input_file_bytes** | **String** | Optional: Bytes of the input file to operate on | [optional]
|
7
|
+
**input_file_url** | **String** | Optional: URL of a file to operate on as input. This can be a public URL, or you can also use the begin-editing API to upload a document and pass in the secure URL result from that operation as the URL here (this URL is not public). | [optional]
|
8
|
+
**cell_to_update** | [**DocxTableCell**](DocxTableCell.md) | Table cell contents you would like to update the cell with | [optional]
|
9
|
+
**table_row_index** | **Integer** | 0-based index of the Table Row to update | [optional]
|
10
|
+
**table_cell_index** | **Integer** | 0-based index of the Table Cell (within the row) to update | [optional]
|
11
|
+
**existing_table_path** | **String** | Required; the path to the existing table to modify | [optional]
|
12
|
+
|
13
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# CloudmersiveConvertApiClient::UpdateDocxTableCellResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**successful** | **BOOLEAN** | True if successful, false otherwise | [optional]
|
7
|
+
**edited_document_url** | **String** | URL to the edited DOCX file; file is stored in an in-memory cache and will be deleted. Call Finish-Editing to get the result document contents. | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,12 @@
|
|
1
|
+
# CloudmersiveConvertApiClient::UpdateDocxTableRowRequest
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**input_file_bytes** | **String** | Optional: Bytes of the input file to operate on | [optional]
|
7
|
+
**input_file_url** | **String** | Optional: URL of a file to operate on as input. This can be a public URL, or you can also use the begin-editing API to upload a document and pass in the secure URL result from that operation as the URL here (this URL is not public). | [optional]
|
8
|
+
**row_to_update** | [**DocxTableRow**](DocxTableRow.md) | Table row contents you would like to update the row with | [optional]
|
9
|
+
**table_row_index** | **Integer** | 0-based index of the Table Row to update | [optional]
|
10
|
+
**existing_table_path** | **String** | Required; the path to the existing table to modify | [optional]
|
11
|
+
|
12
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# CloudmersiveConvertApiClient::UpdateDocxTableRowResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**successful** | **BOOLEAN** | True if successful, false otherwise | [optional]
|
7
|
+
**edited_document_url** | **String** | URL to the edited DOCX file; file is stored in an in-memory cache and will be deleted. Call Finish-Editing to get the result document contents. | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,11 @@
|
|
1
|
+
# CloudmersiveConvertApiClient::UrlToPdfRequest
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**url** | **String** | URL address of the website to screenshot. HTTP and HTTPS are both supported, as are custom ports. | [optional]
|
7
|
+
**extra_loading_wait** | **Integer** | Optional: Additional number of milliseconds to wait once the web page has finished loading before taking the screenshot. Can be helpful for highly asynchronous websites. Provide a value of 0 for the default of 5000 milliseconds (5 seconds). Maximum is 20000 milliseconds (20 seconds). | [optional]
|
8
|
+
**include_background_graphics** | **BOOLEAN** | Optional: Set to true to include background graphics in the PDF, or false to not include. Default is true. | [optional]
|
9
|
+
**scale_factor** | **Integer** | Optional: Set to 100 to scale at 100%, set to 50% to scale down to 50% scale, set to 200% to scale up to 200% scale, etc. Default is 100%. Maximum is 1000% | [optional]
|
10
|
+
|
11
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# CloudmersiveConvertApiClient::UrlToTextResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**successful** | **BOOLEAN** | True if successful, false otherwise | [optional]
|
7
|
+
**text_content_result** | **String** | Text content result from the URL website input | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,998 @@
|
|
1
|
+
# CloudmersiveConvertApiClient::ValidateDocumentApi
|
2
|
+
|
3
|
+
All URIs are relative to *https://api.cloudmersive.com*
|
4
|
+
|
5
|
+
Method | HTTP request | Description
|
6
|
+
------------- | ------------- | -------------
|
7
|
+
[**validate_document_autodetect_validation**](ValidateDocumentApi.md#validate_document_autodetect_validation) | **POST** /convert/validate/autodetect | Autodetect content type and validate
|
8
|
+
[**validate_document_csv_validation**](ValidateDocumentApi.md#validate_document_csv_validation) | **POST** /convert/validate/csv | Validate a CSV file document (CSV)
|
9
|
+
[**validate_document_docx_validation**](ValidateDocumentApi.md#validate_document_docx_validation) | **POST** /convert/validate/docx | Validate a Word document (DOCX)
|
10
|
+
[**validate_document_eml_validation**](ValidateDocumentApi.md#validate_document_eml_validation) | **POST** /convert/validate/eml | Validate if an EML file is executable
|
11
|
+
[**validate_document_executable_validation**](ValidateDocumentApi.md#validate_document_executable_validation) | **POST** /convert/validate/executable | Validate if a file is executable
|
12
|
+
[**validate_document_g_zip_validation**](ValidateDocumentApi.md#validate_document_g_zip_validation) | **POST** /convert/validate/gzip | Validate a GZip Archive file (gzip or gz)
|
13
|
+
[**validate_document_html_validation**](ValidateDocumentApi.md#validate_document_html_validation) | **POST** /convert/validate/html | Validate an HTML file
|
14
|
+
[**validate_document_image_validation**](ValidateDocumentApi.md#validate_document_image_validation) | **POST** /convert/validate/image | Validate an Image File
|
15
|
+
[**validate_document_json_validation**](ValidateDocumentApi.md#validate_document_json_validation) | **POST** /convert/validate/json | Validate a JSON file
|
16
|
+
[**validate_document_msg_validation**](ValidateDocumentApi.md#validate_document_msg_validation) | **POST** /convert/validate/msg | Validate if an MSG file is executable
|
17
|
+
[**validate_document_pdf_validation**](ValidateDocumentApi.md#validate_document_pdf_validation) | **POST** /convert/validate/pdf | Validate a PDF document file
|
18
|
+
[**validate_document_pptx_validation**](ValidateDocumentApi.md#validate_document_pptx_validation) | **POST** /convert/validate/pptx | Validate a PowerPoint presentation (PPTX)
|
19
|
+
[**validate_document_rar_validation**](ValidateDocumentApi.md#validate_document_rar_validation) | **POST** /convert/validate/rar | Validate a RAR Archive file (RAR)
|
20
|
+
[**validate_document_tar_validation**](ValidateDocumentApi.md#validate_document_tar_validation) | **POST** /convert/validate/tar | Validate a TAR Tarball Archive file (TAR)
|
21
|
+
[**validate_document_txt_validation**](ValidateDocumentApi.md#validate_document_txt_validation) | **POST** /convert/validate/txt | Validate an TXT file
|
22
|
+
[**validate_document_xlsx_validation**](ValidateDocumentApi.md#validate_document_xlsx_validation) | **POST** /convert/validate/xlsx | Validate a Excel document (XLSX)
|
23
|
+
[**validate_document_xml_validation**](ValidateDocumentApi.md#validate_document_xml_validation) | **POST** /convert/validate/xml | Validate an XML file
|
24
|
+
[**validate_document_zip_validation**](ValidateDocumentApi.md#validate_document_zip_validation) | **POST** /convert/validate/zip | Validate a Zip Archive file (zip)
|
25
|
+
|
26
|
+
|
27
|
+
# **validate_document_autodetect_validation**
|
28
|
+
> AutodetectDocumentValidationResult validate_document_autodetect_validation(input_file)
|
29
|
+
|
30
|
+
Autodetect content type and validate
|
31
|
+
|
32
|
+
Automatically detect the type of content, verify and validate that the content is indeed fully valid at depth, and then report the validation result.
|
33
|
+
|
34
|
+
### Example
|
35
|
+
```ruby
|
36
|
+
# load the gem
|
37
|
+
require 'cloudmersive-convert-api-client'
|
38
|
+
# setup authorization
|
39
|
+
CloudmersiveConvertApiClient.configure do |config|
|
40
|
+
# Configure API key authorization: Apikey
|
41
|
+
config.api_key['Apikey'] = 'YOUR API KEY'
|
42
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
43
|
+
#config.api_key_prefix['Apikey'] = 'Bearer'
|
44
|
+
end
|
45
|
+
|
46
|
+
api_instance = CloudmersiveConvertApiClient::ValidateDocumentApi.new
|
47
|
+
|
48
|
+
input_file = File.new('/path/to/file.txt') # File | Input file to perform the operation on.
|
49
|
+
|
50
|
+
|
51
|
+
begin
|
52
|
+
#Autodetect content type and validate
|
53
|
+
result = api_instance.validate_document_autodetect_validation(input_file)
|
54
|
+
p result
|
55
|
+
rescue CloudmersiveConvertApiClient::ApiError => e
|
56
|
+
puts "Exception when calling ValidateDocumentApi->validate_document_autodetect_validation: #{e}"
|
57
|
+
end
|
58
|
+
```
|
59
|
+
|
60
|
+
### Parameters
|
61
|
+
|
62
|
+
Name | Type | Description | Notes
|
63
|
+
------------- | ------------- | ------------- | -------------
|
64
|
+
**input_file** | **File**| Input file to perform the operation on. |
|
65
|
+
|
66
|
+
### Return type
|
67
|
+
|
68
|
+
[**AutodetectDocumentValidationResult**](AutodetectDocumentValidationResult.md)
|
69
|
+
|
70
|
+
### Authorization
|
71
|
+
|
72
|
+
[Apikey](../README.md#Apikey)
|
73
|
+
|
74
|
+
### HTTP request headers
|
75
|
+
|
76
|
+
- **Content-Type**: multipart/form-data
|
77
|
+
- **Accept**: application/json, text/json, application/xml, text/xml
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
# **validate_document_csv_validation**
|
82
|
+
> DocumentValidationResult validate_document_csv_validation(input_file)
|
83
|
+
|
84
|
+
Validate a CSV file document (CSV)
|
85
|
+
|
86
|
+
Validate a CSV file document (CSV); if the document is not valid, identifies the errors in the document
|
87
|
+
|
88
|
+
### Example
|
89
|
+
```ruby
|
90
|
+
# load the gem
|
91
|
+
require 'cloudmersive-convert-api-client'
|
92
|
+
# setup authorization
|
93
|
+
CloudmersiveConvertApiClient.configure do |config|
|
94
|
+
# Configure API key authorization: Apikey
|
95
|
+
config.api_key['Apikey'] = 'YOUR API KEY'
|
96
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
97
|
+
#config.api_key_prefix['Apikey'] = 'Bearer'
|
98
|
+
end
|
99
|
+
|
100
|
+
api_instance = CloudmersiveConvertApiClient::ValidateDocumentApi.new
|
101
|
+
|
102
|
+
input_file = File.new('/path/to/file.txt') # File | Input file to perform the operation on.
|
103
|
+
|
104
|
+
|
105
|
+
begin
|
106
|
+
#Validate a CSV file document (CSV)
|
107
|
+
result = api_instance.validate_document_csv_validation(input_file)
|
108
|
+
p result
|
109
|
+
rescue CloudmersiveConvertApiClient::ApiError => e
|
110
|
+
puts "Exception when calling ValidateDocumentApi->validate_document_csv_validation: #{e}"
|
111
|
+
end
|
112
|
+
```
|
113
|
+
|
114
|
+
### Parameters
|
115
|
+
|
116
|
+
Name | Type | Description | Notes
|
117
|
+
------------- | ------------- | ------------- | -------------
|
118
|
+
**input_file** | **File**| Input file to perform the operation on. |
|
119
|
+
|
120
|
+
### Return type
|
121
|
+
|
122
|
+
[**DocumentValidationResult**](DocumentValidationResult.md)
|
123
|
+
|
124
|
+
### Authorization
|
125
|
+
|
126
|
+
[Apikey](../README.md#Apikey)
|
127
|
+
|
128
|
+
### HTTP request headers
|
129
|
+
|
130
|
+
- **Content-Type**: multipart/form-data
|
131
|
+
- **Accept**: application/json, text/json, application/xml, text/xml
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
# **validate_document_docx_validation**
|
136
|
+
> DocumentValidationResult validate_document_docx_validation(input_file)
|
137
|
+
|
138
|
+
Validate a Word document (DOCX)
|
139
|
+
|
140
|
+
Validate a Word document (DOCX); if the document is not valid, identifies the errors in the document
|
141
|
+
|
142
|
+
### Example
|
143
|
+
```ruby
|
144
|
+
# load the gem
|
145
|
+
require 'cloudmersive-convert-api-client'
|
146
|
+
# setup authorization
|
147
|
+
CloudmersiveConvertApiClient.configure do |config|
|
148
|
+
# Configure API key authorization: Apikey
|
149
|
+
config.api_key['Apikey'] = 'YOUR API KEY'
|
150
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
151
|
+
#config.api_key_prefix['Apikey'] = 'Bearer'
|
152
|
+
end
|
153
|
+
|
154
|
+
api_instance = CloudmersiveConvertApiClient::ValidateDocumentApi.new
|
155
|
+
|
156
|
+
input_file = File.new('/path/to/file.txt') # File | Input file to perform the operation on.
|
157
|
+
|
158
|
+
|
159
|
+
begin
|
160
|
+
#Validate a Word document (DOCX)
|
161
|
+
result = api_instance.validate_document_docx_validation(input_file)
|
162
|
+
p result
|
163
|
+
rescue CloudmersiveConvertApiClient::ApiError => e
|
164
|
+
puts "Exception when calling ValidateDocumentApi->validate_document_docx_validation: #{e}"
|
165
|
+
end
|
166
|
+
```
|
167
|
+
|
168
|
+
### Parameters
|
169
|
+
|
170
|
+
Name | Type | Description | Notes
|
171
|
+
------------- | ------------- | ------------- | -------------
|
172
|
+
**input_file** | **File**| Input file to perform the operation on. |
|
173
|
+
|
174
|
+
### Return type
|
175
|
+
|
176
|
+
[**DocumentValidationResult**](DocumentValidationResult.md)
|
177
|
+
|
178
|
+
### Authorization
|
179
|
+
|
180
|
+
[Apikey](../README.md#Apikey)
|
181
|
+
|
182
|
+
### HTTP request headers
|
183
|
+
|
184
|
+
- **Content-Type**: multipart/form-data
|
185
|
+
- **Accept**: application/json, text/json, application/xml, text/xml
|
186
|
+
|
187
|
+
|
188
|
+
|
189
|
+
# **validate_document_eml_validation**
|
190
|
+
> DocumentValidationResult validate_document_eml_validation(input_file)
|
191
|
+
|
192
|
+
Validate if an EML file is executable
|
193
|
+
|
194
|
+
Validate if an input file is an EML email file; if the document is not valid
|
195
|
+
|
196
|
+
### Example
|
197
|
+
```ruby
|
198
|
+
# load the gem
|
199
|
+
require 'cloudmersive-convert-api-client'
|
200
|
+
# setup authorization
|
201
|
+
CloudmersiveConvertApiClient.configure do |config|
|
202
|
+
# Configure API key authorization: Apikey
|
203
|
+
config.api_key['Apikey'] = 'YOUR API KEY'
|
204
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
205
|
+
#config.api_key_prefix['Apikey'] = 'Bearer'
|
206
|
+
end
|
207
|
+
|
208
|
+
api_instance = CloudmersiveConvertApiClient::ValidateDocumentApi.new
|
209
|
+
|
210
|
+
input_file = File.new('/path/to/file.txt') # File | Input file to perform the operation on.
|
211
|
+
|
212
|
+
|
213
|
+
begin
|
214
|
+
#Validate if an EML file is executable
|
215
|
+
result = api_instance.validate_document_eml_validation(input_file)
|
216
|
+
p result
|
217
|
+
rescue CloudmersiveConvertApiClient::ApiError => e
|
218
|
+
puts "Exception when calling ValidateDocumentApi->validate_document_eml_validation: #{e}"
|
219
|
+
end
|
220
|
+
```
|
221
|
+
|
222
|
+
### Parameters
|
223
|
+
|
224
|
+
Name | Type | Description | Notes
|
225
|
+
------------- | ------------- | ------------- | -------------
|
226
|
+
**input_file** | **File**| Input file to perform the operation on. |
|
227
|
+
|
228
|
+
### Return type
|
229
|
+
|
230
|
+
[**DocumentValidationResult**](DocumentValidationResult.md)
|
231
|
+
|
232
|
+
### Authorization
|
233
|
+
|
234
|
+
[Apikey](../README.md#Apikey)
|
235
|
+
|
236
|
+
### HTTP request headers
|
237
|
+
|
238
|
+
- **Content-Type**: multipart/form-data
|
239
|
+
- **Accept**: application/json, text/json, application/xml, text/xml
|
240
|
+
|
241
|
+
|
242
|
+
|
243
|
+
# **validate_document_executable_validation**
|
244
|
+
> DocumentValidationResult validate_document_executable_validation(input_file)
|
245
|
+
|
246
|
+
Validate if a file is executable
|
247
|
+
|
248
|
+
Validate if an input file is a binary executable file; if the document is not valid
|
249
|
+
|
250
|
+
### Example
|
251
|
+
```ruby
|
252
|
+
# load the gem
|
253
|
+
require 'cloudmersive-convert-api-client'
|
254
|
+
# setup authorization
|
255
|
+
CloudmersiveConvertApiClient.configure do |config|
|
256
|
+
# Configure API key authorization: Apikey
|
257
|
+
config.api_key['Apikey'] = 'YOUR API KEY'
|
258
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
259
|
+
#config.api_key_prefix['Apikey'] = 'Bearer'
|
260
|
+
end
|
261
|
+
|
262
|
+
api_instance = CloudmersiveConvertApiClient::ValidateDocumentApi.new
|
263
|
+
|
264
|
+
input_file = File.new('/path/to/file.txt') # File | Input file to perform the operation on.
|
265
|
+
|
266
|
+
|
267
|
+
begin
|
268
|
+
#Validate if a file is executable
|
269
|
+
result = api_instance.validate_document_executable_validation(input_file)
|
270
|
+
p result
|
271
|
+
rescue CloudmersiveConvertApiClient::ApiError => e
|
272
|
+
puts "Exception when calling ValidateDocumentApi->validate_document_executable_validation: #{e}"
|
273
|
+
end
|
274
|
+
```
|
275
|
+
|
276
|
+
### Parameters
|
277
|
+
|
278
|
+
Name | Type | Description | Notes
|
279
|
+
------------- | ------------- | ------------- | -------------
|
280
|
+
**input_file** | **File**| Input file to perform the operation on. |
|
281
|
+
|
282
|
+
### Return type
|
283
|
+
|
284
|
+
[**DocumentValidationResult**](DocumentValidationResult.md)
|
285
|
+
|
286
|
+
### Authorization
|
287
|
+
|
288
|
+
[Apikey](../README.md#Apikey)
|
289
|
+
|
290
|
+
### HTTP request headers
|
291
|
+
|
292
|
+
- **Content-Type**: multipart/form-data
|
293
|
+
- **Accept**: application/json, text/json, application/xml, text/xml
|
294
|
+
|
295
|
+
|
296
|
+
|
297
|
+
# **validate_document_g_zip_validation**
|
298
|
+
> DocumentValidationResult validate_document_g_zip_validation(input_file)
|
299
|
+
|
300
|
+
Validate a GZip Archive file (gzip or gz)
|
301
|
+
|
302
|
+
Validate a GZip archive file (GZIP or GZ)
|
303
|
+
|
304
|
+
### Example
|
305
|
+
```ruby
|
306
|
+
# load the gem
|
307
|
+
require 'cloudmersive-convert-api-client'
|
308
|
+
# setup authorization
|
309
|
+
CloudmersiveConvertApiClient.configure do |config|
|
310
|
+
# Configure API key authorization: Apikey
|
311
|
+
config.api_key['Apikey'] = 'YOUR API KEY'
|
312
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
313
|
+
#config.api_key_prefix['Apikey'] = 'Bearer'
|
314
|
+
end
|
315
|
+
|
316
|
+
api_instance = CloudmersiveConvertApiClient::ValidateDocumentApi.new
|
317
|
+
|
318
|
+
input_file = File.new('/path/to/file.txt') # File | Input file to perform the operation on.
|
319
|
+
|
320
|
+
|
321
|
+
begin
|
322
|
+
#Validate a GZip Archive file (gzip or gz)
|
323
|
+
result = api_instance.validate_document_g_zip_validation(input_file)
|
324
|
+
p result
|
325
|
+
rescue CloudmersiveConvertApiClient::ApiError => e
|
326
|
+
puts "Exception when calling ValidateDocumentApi->validate_document_g_zip_validation: #{e}"
|
327
|
+
end
|
328
|
+
```
|
329
|
+
|
330
|
+
### Parameters
|
331
|
+
|
332
|
+
Name | Type | Description | Notes
|
333
|
+
------------- | ------------- | ------------- | -------------
|
334
|
+
**input_file** | **File**| Input file to perform the operation on. |
|
335
|
+
|
336
|
+
### Return type
|
337
|
+
|
338
|
+
[**DocumentValidationResult**](DocumentValidationResult.md)
|
339
|
+
|
340
|
+
### Authorization
|
341
|
+
|
342
|
+
[Apikey](../README.md#Apikey)
|
343
|
+
|
344
|
+
### HTTP request headers
|
345
|
+
|
346
|
+
- **Content-Type**: multipart/form-data
|
347
|
+
- **Accept**: application/json, text/json, application/xml, text/xml
|
348
|
+
|
349
|
+
|
350
|
+
|
351
|
+
# **validate_document_html_validation**
|
352
|
+
> DocumentValidationResult validate_document_html_validation(input_file)
|
353
|
+
|
354
|
+
Validate an HTML file
|
355
|
+
|
356
|
+
Validate an HTML document file; if the document is not valid, identifies the errors in the document
|
357
|
+
|
358
|
+
### Example
|
359
|
+
```ruby
|
360
|
+
# load the gem
|
361
|
+
require 'cloudmersive-convert-api-client'
|
362
|
+
# setup authorization
|
363
|
+
CloudmersiveConvertApiClient.configure do |config|
|
364
|
+
# Configure API key authorization: Apikey
|
365
|
+
config.api_key['Apikey'] = 'YOUR API KEY'
|
366
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
367
|
+
#config.api_key_prefix['Apikey'] = 'Bearer'
|
368
|
+
end
|
369
|
+
|
370
|
+
api_instance = CloudmersiveConvertApiClient::ValidateDocumentApi.new
|
371
|
+
|
372
|
+
input_file = File.new('/path/to/file.txt') # File | Input file to perform the operation on.
|
373
|
+
|
374
|
+
|
375
|
+
begin
|
376
|
+
#Validate an HTML file
|
377
|
+
result = api_instance.validate_document_html_validation(input_file)
|
378
|
+
p result
|
379
|
+
rescue CloudmersiveConvertApiClient::ApiError => e
|
380
|
+
puts "Exception when calling ValidateDocumentApi->validate_document_html_validation: #{e}"
|
381
|
+
end
|
382
|
+
```
|
383
|
+
|
384
|
+
### Parameters
|
385
|
+
|
386
|
+
Name | Type | Description | Notes
|
387
|
+
------------- | ------------- | ------------- | -------------
|
388
|
+
**input_file** | **File**| Input file to perform the operation on. |
|
389
|
+
|
390
|
+
### Return type
|
391
|
+
|
392
|
+
[**DocumentValidationResult**](DocumentValidationResult.md)
|
393
|
+
|
394
|
+
### Authorization
|
395
|
+
|
396
|
+
[Apikey](../README.md#Apikey)
|
397
|
+
|
398
|
+
### HTTP request headers
|
399
|
+
|
400
|
+
- **Content-Type**: multipart/form-data
|
401
|
+
- **Accept**: application/json, text/json, application/xml, text/xml
|
402
|
+
|
403
|
+
|
404
|
+
|
405
|
+
# **validate_document_image_validation**
|
406
|
+
> DocumentValidationResult validate_document_image_validation(input_file)
|
407
|
+
|
408
|
+
Validate an Image File
|
409
|
+
|
410
|
+
Validate an image file; if the document is not valid, identifies the errors in the document. Formats supported include AAI, ART, ARW, AVS, BPG, BMP, BMP2, BMP3, BRF, CALS, CGM, CIN, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DIB, DJVU, DNG, DOT, DPX, EMF, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EXR, FAX, FIG, FITS, FPX, GIF, GPLT, GRAY, HDR, HEIC, HPGL, HRZ, ICO, ISOBRL, ISBRL6, JBIG, JNG, JP2, JPT, J2C, J2K, JPEG/JPG, JXR, MAT, MONO, MNG, M2V, MRW, MTV, NEF, ORF, OTB, P7, PALM, PAM, PBM, PCD, PCDS, PCL, PCX, PDF, PEF, PES, PFA, PFB, PFM, PGM, PICON, PICT, PIX, PNG, PNG8, PNG00, PNG24, PNG32, PNG48, PNG64, PNM, PPM, PSB, PSD, PTIF, PWB, RAD, RAF, RGB, RGBA, RGF, RLA, RLE, SCT, SFW, SGI, SID, SUN, SVG, TGA, TIFF, TIM, UIL, VIFF, VICAR, VBMP, WDP, WEBP, WPG, X, XBM, XCF, XPM, XWD, X3F, YCbCr, YCbCrA, YUV.
|
411
|
+
|
412
|
+
### Example
|
413
|
+
```ruby
|
414
|
+
# load the gem
|
415
|
+
require 'cloudmersive-convert-api-client'
|
416
|
+
# setup authorization
|
417
|
+
CloudmersiveConvertApiClient.configure do |config|
|
418
|
+
# Configure API key authorization: Apikey
|
419
|
+
config.api_key['Apikey'] = 'YOUR API KEY'
|
420
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
421
|
+
#config.api_key_prefix['Apikey'] = 'Bearer'
|
422
|
+
end
|
423
|
+
|
424
|
+
api_instance = CloudmersiveConvertApiClient::ValidateDocumentApi.new
|
425
|
+
|
426
|
+
input_file = File.new('/path/to/file.txt') # File | Input file to perform the operation on.
|
427
|
+
|
428
|
+
|
429
|
+
begin
|
430
|
+
#Validate an Image File
|
431
|
+
result = api_instance.validate_document_image_validation(input_file)
|
432
|
+
p result
|
433
|
+
rescue CloudmersiveConvertApiClient::ApiError => e
|
434
|
+
puts "Exception when calling ValidateDocumentApi->validate_document_image_validation: #{e}"
|
435
|
+
end
|
436
|
+
```
|
437
|
+
|
438
|
+
### Parameters
|
439
|
+
|
440
|
+
Name | Type | Description | Notes
|
441
|
+
------------- | ------------- | ------------- | -------------
|
442
|
+
**input_file** | **File**| Input file to perform the operation on. |
|
443
|
+
|
444
|
+
### Return type
|
445
|
+
|
446
|
+
[**DocumentValidationResult**](DocumentValidationResult.md)
|
447
|
+
|
448
|
+
### Authorization
|
449
|
+
|
450
|
+
[Apikey](../README.md#Apikey)
|
451
|
+
|
452
|
+
### HTTP request headers
|
453
|
+
|
454
|
+
- **Content-Type**: multipart/form-data
|
455
|
+
- **Accept**: application/json, text/json, application/xml, text/xml
|
456
|
+
|
457
|
+
|
458
|
+
|
459
|
+
# **validate_document_json_validation**
|
460
|
+
> DocumentValidationResult validate_document_json_validation(input_file)
|
461
|
+
|
462
|
+
Validate a JSON file
|
463
|
+
|
464
|
+
Validate a JSON (JavaScript Object Notation) document file; if the document is not valid, identifies the errors in the document
|
465
|
+
|
466
|
+
### Example
|
467
|
+
```ruby
|
468
|
+
# load the gem
|
469
|
+
require 'cloudmersive-convert-api-client'
|
470
|
+
# setup authorization
|
471
|
+
CloudmersiveConvertApiClient.configure do |config|
|
472
|
+
# Configure API key authorization: Apikey
|
473
|
+
config.api_key['Apikey'] = 'YOUR API KEY'
|
474
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
475
|
+
#config.api_key_prefix['Apikey'] = 'Bearer'
|
476
|
+
end
|
477
|
+
|
478
|
+
api_instance = CloudmersiveConvertApiClient::ValidateDocumentApi.new
|
479
|
+
|
480
|
+
input_file = File.new('/path/to/file.txt') # File | Input file to perform the operation on.
|
481
|
+
|
482
|
+
|
483
|
+
begin
|
484
|
+
#Validate a JSON file
|
485
|
+
result = api_instance.validate_document_json_validation(input_file)
|
486
|
+
p result
|
487
|
+
rescue CloudmersiveConvertApiClient::ApiError => e
|
488
|
+
puts "Exception when calling ValidateDocumentApi->validate_document_json_validation: #{e}"
|
489
|
+
end
|
490
|
+
```
|
491
|
+
|
492
|
+
### Parameters
|
493
|
+
|
494
|
+
Name | Type | Description | Notes
|
495
|
+
------------- | ------------- | ------------- | -------------
|
496
|
+
**input_file** | **File**| Input file to perform the operation on. |
|
497
|
+
|
498
|
+
### Return type
|
499
|
+
|
500
|
+
[**DocumentValidationResult**](DocumentValidationResult.md)
|
501
|
+
|
502
|
+
### Authorization
|
503
|
+
|
504
|
+
[Apikey](../README.md#Apikey)
|
505
|
+
|
506
|
+
### HTTP request headers
|
507
|
+
|
508
|
+
- **Content-Type**: multipart/form-data
|
509
|
+
- **Accept**: application/json, text/json, application/xml, text/xml
|
510
|
+
|
511
|
+
|
512
|
+
|
513
|
+
# **validate_document_msg_validation**
|
514
|
+
> DocumentValidationResult validate_document_msg_validation(input_file)
|
515
|
+
|
516
|
+
Validate if an MSG file is executable
|
517
|
+
|
518
|
+
Validate if an input file is an MSG email file; if the document is not valid
|
519
|
+
|
520
|
+
### Example
|
521
|
+
```ruby
|
522
|
+
# load the gem
|
523
|
+
require 'cloudmersive-convert-api-client'
|
524
|
+
# setup authorization
|
525
|
+
CloudmersiveConvertApiClient.configure do |config|
|
526
|
+
# Configure API key authorization: Apikey
|
527
|
+
config.api_key['Apikey'] = 'YOUR API KEY'
|
528
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
529
|
+
#config.api_key_prefix['Apikey'] = 'Bearer'
|
530
|
+
end
|
531
|
+
|
532
|
+
api_instance = CloudmersiveConvertApiClient::ValidateDocumentApi.new
|
533
|
+
|
534
|
+
input_file = File.new('/path/to/file.txt') # File | Input file to perform the operation on.
|
535
|
+
|
536
|
+
|
537
|
+
begin
|
538
|
+
#Validate if an MSG file is executable
|
539
|
+
result = api_instance.validate_document_msg_validation(input_file)
|
540
|
+
p result
|
541
|
+
rescue CloudmersiveConvertApiClient::ApiError => e
|
542
|
+
puts "Exception when calling ValidateDocumentApi->validate_document_msg_validation: #{e}"
|
543
|
+
end
|
544
|
+
```
|
545
|
+
|
546
|
+
### Parameters
|
547
|
+
|
548
|
+
Name | Type | Description | Notes
|
549
|
+
------------- | ------------- | ------------- | -------------
|
550
|
+
**input_file** | **File**| Input file to perform the operation on. |
|
551
|
+
|
552
|
+
### Return type
|
553
|
+
|
554
|
+
[**DocumentValidationResult**](DocumentValidationResult.md)
|
555
|
+
|
556
|
+
### Authorization
|
557
|
+
|
558
|
+
[Apikey](../README.md#Apikey)
|
559
|
+
|
560
|
+
### HTTP request headers
|
561
|
+
|
562
|
+
- **Content-Type**: multipart/form-data
|
563
|
+
- **Accept**: application/json, text/json, application/xml, text/xml
|
564
|
+
|
565
|
+
|
566
|
+
|
567
|
+
# **validate_document_pdf_validation**
|
568
|
+
> DocumentValidationResult validate_document_pdf_validation(input_file)
|
569
|
+
|
570
|
+
Validate a PDF document file
|
571
|
+
|
572
|
+
Validate a PDF document; if the document is not valid, identifies the errors in the document. Also checks if the PDF is password protected.
|
573
|
+
|
574
|
+
### Example
|
575
|
+
```ruby
|
576
|
+
# load the gem
|
577
|
+
require 'cloudmersive-convert-api-client'
|
578
|
+
# setup authorization
|
579
|
+
CloudmersiveConvertApiClient.configure do |config|
|
580
|
+
# Configure API key authorization: Apikey
|
581
|
+
config.api_key['Apikey'] = 'YOUR API KEY'
|
582
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
583
|
+
#config.api_key_prefix['Apikey'] = 'Bearer'
|
584
|
+
end
|
585
|
+
|
586
|
+
api_instance = CloudmersiveConvertApiClient::ValidateDocumentApi.new
|
587
|
+
|
588
|
+
input_file = File.new('/path/to/file.txt') # File | Input file to perform the operation on.
|
589
|
+
|
590
|
+
|
591
|
+
begin
|
592
|
+
#Validate a PDF document file
|
593
|
+
result = api_instance.validate_document_pdf_validation(input_file)
|
594
|
+
p result
|
595
|
+
rescue CloudmersiveConvertApiClient::ApiError => e
|
596
|
+
puts "Exception when calling ValidateDocumentApi->validate_document_pdf_validation: #{e}"
|
597
|
+
end
|
598
|
+
```
|
599
|
+
|
600
|
+
### Parameters
|
601
|
+
|
602
|
+
Name | Type | Description | Notes
|
603
|
+
------------- | ------------- | ------------- | -------------
|
604
|
+
**input_file** | **File**| Input file to perform the operation on. |
|
605
|
+
|
606
|
+
### Return type
|
607
|
+
|
608
|
+
[**DocumentValidationResult**](DocumentValidationResult.md)
|
609
|
+
|
610
|
+
### Authorization
|
611
|
+
|
612
|
+
[Apikey](../README.md#Apikey)
|
613
|
+
|
614
|
+
### HTTP request headers
|
615
|
+
|
616
|
+
- **Content-Type**: multipart/form-data
|
617
|
+
- **Accept**: application/json, text/json, application/xml, text/xml
|
618
|
+
|
619
|
+
|
620
|
+
|
621
|
+
# **validate_document_pptx_validation**
|
622
|
+
> DocumentValidationResult validate_document_pptx_validation(input_file)
|
623
|
+
|
624
|
+
Validate a PowerPoint presentation (PPTX)
|
625
|
+
|
626
|
+
Validate a PowerPoint presentation (PPTX); if the document is not valid, identifies the errors in the document
|
627
|
+
|
628
|
+
### Example
|
629
|
+
```ruby
|
630
|
+
# load the gem
|
631
|
+
require 'cloudmersive-convert-api-client'
|
632
|
+
# setup authorization
|
633
|
+
CloudmersiveConvertApiClient.configure do |config|
|
634
|
+
# Configure API key authorization: Apikey
|
635
|
+
config.api_key['Apikey'] = 'YOUR API KEY'
|
636
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
637
|
+
#config.api_key_prefix['Apikey'] = 'Bearer'
|
638
|
+
end
|
639
|
+
|
640
|
+
api_instance = CloudmersiveConvertApiClient::ValidateDocumentApi.new
|
641
|
+
|
642
|
+
input_file = File.new('/path/to/file.txt') # File | Input file to perform the operation on.
|
643
|
+
|
644
|
+
|
645
|
+
begin
|
646
|
+
#Validate a PowerPoint presentation (PPTX)
|
647
|
+
result = api_instance.validate_document_pptx_validation(input_file)
|
648
|
+
p result
|
649
|
+
rescue CloudmersiveConvertApiClient::ApiError => e
|
650
|
+
puts "Exception when calling ValidateDocumentApi->validate_document_pptx_validation: #{e}"
|
651
|
+
end
|
652
|
+
```
|
653
|
+
|
654
|
+
### Parameters
|
655
|
+
|
656
|
+
Name | Type | Description | Notes
|
657
|
+
------------- | ------------- | ------------- | -------------
|
658
|
+
**input_file** | **File**| Input file to perform the operation on. |
|
659
|
+
|
660
|
+
### Return type
|
661
|
+
|
662
|
+
[**DocumentValidationResult**](DocumentValidationResult.md)
|
663
|
+
|
664
|
+
### Authorization
|
665
|
+
|
666
|
+
[Apikey](../README.md#Apikey)
|
667
|
+
|
668
|
+
### HTTP request headers
|
669
|
+
|
670
|
+
- **Content-Type**: multipart/form-data
|
671
|
+
- **Accept**: application/json, text/json, application/xml, text/xml
|
672
|
+
|
673
|
+
|
674
|
+
|
675
|
+
# **validate_document_rar_validation**
|
676
|
+
> DocumentValidationResult validate_document_rar_validation(input_file)
|
677
|
+
|
678
|
+
Validate a RAR Archive file (RAR)
|
679
|
+
|
680
|
+
Validate a RAR archive file (RAR)
|
681
|
+
|
682
|
+
### Example
|
683
|
+
```ruby
|
684
|
+
# load the gem
|
685
|
+
require 'cloudmersive-convert-api-client'
|
686
|
+
# setup authorization
|
687
|
+
CloudmersiveConvertApiClient.configure do |config|
|
688
|
+
# Configure API key authorization: Apikey
|
689
|
+
config.api_key['Apikey'] = 'YOUR API KEY'
|
690
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
691
|
+
#config.api_key_prefix['Apikey'] = 'Bearer'
|
692
|
+
end
|
693
|
+
|
694
|
+
api_instance = CloudmersiveConvertApiClient::ValidateDocumentApi.new
|
695
|
+
|
696
|
+
input_file = File.new('/path/to/file.txt') # File | Input file to perform the operation on.
|
697
|
+
|
698
|
+
|
699
|
+
begin
|
700
|
+
#Validate a RAR Archive file (RAR)
|
701
|
+
result = api_instance.validate_document_rar_validation(input_file)
|
702
|
+
p result
|
703
|
+
rescue CloudmersiveConvertApiClient::ApiError => e
|
704
|
+
puts "Exception when calling ValidateDocumentApi->validate_document_rar_validation: #{e}"
|
705
|
+
end
|
706
|
+
```
|
707
|
+
|
708
|
+
### Parameters
|
709
|
+
|
710
|
+
Name | Type | Description | Notes
|
711
|
+
------------- | ------------- | ------------- | -------------
|
712
|
+
**input_file** | **File**| Input file to perform the operation on. |
|
713
|
+
|
714
|
+
### Return type
|
715
|
+
|
716
|
+
[**DocumentValidationResult**](DocumentValidationResult.md)
|
717
|
+
|
718
|
+
### Authorization
|
719
|
+
|
720
|
+
[Apikey](../README.md#Apikey)
|
721
|
+
|
722
|
+
### HTTP request headers
|
723
|
+
|
724
|
+
- **Content-Type**: multipart/form-data
|
725
|
+
- **Accept**: application/json, text/json, application/xml, text/xml
|
726
|
+
|
727
|
+
|
728
|
+
|
729
|
+
# **validate_document_tar_validation**
|
730
|
+
> DocumentValidationResult validate_document_tar_validation(input_file)
|
731
|
+
|
732
|
+
Validate a TAR Tarball Archive file (TAR)
|
733
|
+
|
734
|
+
Validate a TAR tarball archive file (TAR)
|
735
|
+
|
736
|
+
### Example
|
737
|
+
```ruby
|
738
|
+
# load the gem
|
739
|
+
require 'cloudmersive-convert-api-client'
|
740
|
+
# setup authorization
|
741
|
+
CloudmersiveConvertApiClient.configure do |config|
|
742
|
+
# Configure API key authorization: Apikey
|
743
|
+
config.api_key['Apikey'] = 'YOUR API KEY'
|
744
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
745
|
+
#config.api_key_prefix['Apikey'] = 'Bearer'
|
746
|
+
end
|
747
|
+
|
748
|
+
api_instance = CloudmersiveConvertApiClient::ValidateDocumentApi.new
|
749
|
+
|
750
|
+
input_file = File.new('/path/to/file.txt') # File | Input file to perform the operation on.
|
751
|
+
|
752
|
+
|
753
|
+
begin
|
754
|
+
#Validate a TAR Tarball Archive file (TAR)
|
755
|
+
result = api_instance.validate_document_tar_validation(input_file)
|
756
|
+
p result
|
757
|
+
rescue CloudmersiveConvertApiClient::ApiError => e
|
758
|
+
puts "Exception when calling ValidateDocumentApi->validate_document_tar_validation: #{e}"
|
759
|
+
end
|
760
|
+
```
|
761
|
+
|
762
|
+
### Parameters
|
763
|
+
|
764
|
+
Name | Type | Description | Notes
|
765
|
+
------------- | ------------- | ------------- | -------------
|
766
|
+
**input_file** | **File**| Input file to perform the operation on. |
|
767
|
+
|
768
|
+
### Return type
|
769
|
+
|
770
|
+
[**DocumentValidationResult**](DocumentValidationResult.md)
|
771
|
+
|
772
|
+
### Authorization
|
773
|
+
|
774
|
+
[Apikey](../README.md#Apikey)
|
775
|
+
|
776
|
+
### HTTP request headers
|
777
|
+
|
778
|
+
- **Content-Type**: multipart/form-data
|
779
|
+
- **Accept**: application/json, text/json, application/xml, text/xml
|
780
|
+
|
781
|
+
|
782
|
+
|
783
|
+
# **validate_document_txt_validation**
|
784
|
+
> DocumentValidationResult validate_document_txt_validation(input_file)
|
785
|
+
|
786
|
+
Validate an TXT file
|
787
|
+
|
788
|
+
Validate an TXT document file; if the document is not valid, identifies the errors in the document
|
789
|
+
|
790
|
+
### Example
|
791
|
+
```ruby
|
792
|
+
# load the gem
|
793
|
+
require 'cloudmersive-convert-api-client'
|
794
|
+
# setup authorization
|
795
|
+
CloudmersiveConvertApiClient.configure do |config|
|
796
|
+
# Configure API key authorization: Apikey
|
797
|
+
config.api_key['Apikey'] = 'YOUR API KEY'
|
798
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
799
|
+
#config.api_key_prefix['Apikey'] = 'Bearer'
|
800
|
+
end
|
801
|
+
|
802
|
+
api_instance = CloudmersiveConvertApiClient::ValidateDocumentApi.new
|
803
|
+
|
804
|
+
input_file = File.new('/path/to/file.txt') # File | Input file to perform the operation on.
|
805
|
+
|
806
|
+
|
807
|
+
begin
|
808
|
+
#Validate an TXT file
|
809
|
+
result = api_instance.validate_document_txt_validation(input_file)
|
810
|
+
p result
|
811
|
+
rescue CloudmersiveConvertApiClient::ApiError => e
|
812
|
+
puts "Exception when calling ValidateDocumentApi->validate_document_txt_validation: #{e}"
|
813
|
+
end
|
814
|
+
```
|
815
|
+
|
816
|
+
### Parameters
|
817
|
+
|
818
|
+
Name | Type | Description | Notes
|
819
|
+
------------- | ------------- | ------------- | -------------
|
820
|
+
**input_file** | **File**| Input file to perform the operation on. |
|
821
|
+
|
822
|
+
### Return type
|
823
|
+
|
824
|
+
[**DocumentValidationResult**](DocumentValidationResult.md)
|
825
|
+
|
826
|
+
### Authorization
|
827
|
+
|
828
|
+
[Apikey](../README.md#Apikey)
|
829
|
+
|
830
|
+
### HTTP request headers
|
831
|
+
|
832
|
+
- **Content-Type**: multipart/form-data
|
833
|
+
- **Accept**: application/json, text/json, application/xml, text/xml
|
834
|
+
|
835
|
+
|
836
|
+
|
837
|
+
# **validate_document_xlsx_validation**
|
838
|
+
> DocumentValidationResult validate_document_xlsx_validation(input_file)
|
839
|
+
|
840
|
+
Validate a Excel document (XLSX)
|
841
|
+
|
842
|
+
Validate a Excel document (XLSX); if the document is not valid, identifies the errors in the document
|
843
|
+
|
844
|
+
### Example
|
845
|
+
```ruby
|
846
|
+
# load the gem
|
847
|
+
require 'cloudmersive-convert-api-client'
|
848
|
+
# setup authorization
|
849
|
+
CloudmersiveConvertApiClient.configure do |config|
|
850
|
+
# Configure API key authorization: Apikey
|
851
|
+
config.api_key['Apikey'] = 'YOUR API KEY'
|
852
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
853
|
+
#config.api_key_prefix['Apikey'] = 'Bearer'
|
854
|
+
end
|
855
|
+
|
856
|
+
api_instance = CloudmersiveConvertApiClient::ValidateDocumentApi.new
|
857
|
+
|
858
|
+
input_file = File.new('/path/to/file.txt') # File | Input file to perform the operation on.
|
859
|
+
|
860
|
+
|
861
|
+
begin
|
862
|
+
#Validate a Excel document (XLSX)
|
863
|
+
result = api_instance.validate_document_xlsx_validation(input_file)
|
864
|
+
p result
|
865
|
+
rescue CloudmersiveConvertApiClient::ApiError => e
|
866
|
+
puts "Exception when calling ValidateDocumentApi->validate_document_xlsx_validation: #{e}"
|
867
|
+
end
|
868
|
+
```
|
869
|
+
|
870
|
+
### Parameters
|
871
|
+
|
872
|
+
Name | Type | Description | Notes
|
873
|
+
------------- | ------------- | ------------- | -------------
|
874
|
+
**input_file** | **File**| Input file to perform the operation on. |
|
875
|
+
|
876
|
+
### Return type
|
877
|
+
|
878
|
+
[**DocumentValidationResult**](DocumentValidationResult.md)
|
879
|
+
|
880
|
+
### Authorization
|
881
|
+
|
882
|
+
[Apikey](../README.md#Apikey)
|
883
|
+
|
884
|
+
### HTTP request headers
|
885
|
+
|
886
|
+
- **Content-Type**: multipart/form-data
|
887
|
+
- **Accept**: application/json, text/json, application/xml, text/xml
|
888
|
+
|
889
|
+
|
890
|
+
|
891
|
+
# **validate_document_xml_validation**
|
892
|
+
> DocumentValidationResult validate_document_xml_validation(input_file)
|
893
|
+
|
894
|
+
Validate an XML file
|
895
|
+
|
896
|
+
Validate an XML document file; if the document is not valid, identifies the errors in the document
|
897
|
+
|
898
|
+
### Example
|
899
|
+
```ruby
|
900
|
+
# load the gem
|
901
|
+
require 'cloudmersive-convert-api-client'
|
902
|
+
# setup authorization
|
903
|
+
CloudmersiveConvertApiClient.configure do |config|
|
904
|
+
# Configure API key authorization: Apikey
|
905
|
+
config.api_key['Apikey'] = 'YOUR API KEY'
|
906
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
907
|
+
#config.api_key_prefix['Apikey'] = 'Bearer'
|
908
|
+
end
|
909
|
+
|
910
|
+
api_instance = CloudmersiveConvertApiClient::ValidateDocumentApi.new
|
911
|
+
|
912
|
+
input_file = File.new('/path/to/file.txt') # File | Input file to perform the operation on.
|
913
|
+
|
914
|
+
|
915
|
+
begin
|
916
|
+
#Validate an XML file
|
917
|
+
result = api_instance.validate_document_xml_validation(input_file)
|
918
|
+
p result
|
919
|
+
rescue CloudmersiveConvertApiClient::ApiError => e
|
920
|
+
puts "Exception when calling ValidateDocumentApi->validate_document_xml_validation: #{e}"
|
921
|
+
end
|
922
|
+
```
|
923
|
+
|
924
|
+
### Parameters
|
925
|
+
|
926
|
+
Name | Type | Description | Notes
|
927
|
+
------------- | ------------- | ------------- | -------------
|
928
|
+
**input_file** | **File**| Input file to perform the operation on. |
|
929
|
+
|
930
|
+
### Return type
|
931
|
+
|
932
|
+
[**DocumentValidationResult**](DocumentValidationResult.md)
|
933
|
+
|
934
|
+
### Authorization
|
935
|
+
|
936
|
+
[Apikey](../README.md#Apikey)
|
937
|
+
|
938
|
+
### HTTP request headers
|
939
|
+
|
940
|
+
- **Content-Type**: multipart/form-data
|
941
|
+
- **Accept**: application/json, text/json, application/xml, text/xml
|
942
|
+
|
943
|
+
|
944
|
+
|
945
|
+
# **validate_document_zip_validation**
|
946
|
+
> DocumentValidationResult validate_document_zip_validation(input_file)
|
947
|
+
|
948
|
+
Validate a Zip Archive file (zip)
|
949
|
+
|
950
|
+
Validate a Zip archive file (ZIP)
|
951
|
+
|
952
|
+
### Example
|
953
|
+
```ruby
|
954
|
+
# load the gem
|
955
|
+
require 'cloudmersive-convert-api-client'
|
956
|
+
# setup authorization
|
957
|
+
CloudmersiveConvertApiClient.configure do |config|
|
958
|
+
# Configure API key authorization: Apikey
|
959
|
+
config.api_key['Apikey'] = 'YOUR API KEY'
|
960
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
961
|
+
#config.api_key_prefix['Apikey'] = 'Bearer'
|
962
|
+
end
|
963
|
+
|
964
|
+
api_instance = CloudmersiveConvertApiClient::ValidateDocumentApi.new
|
965
|
+
|
966
|
+
input_file = File.new('/path/to/file.txt') # File | Input file to perform the operation on.
|
967
|
+
|
968
|
+
|
969
|
+
begin
|
970
|
+
#Validate a Zip Archive file (zip)
|
971
|
+
result = api_instance.validate_document_zip_validation(input_file)
|
972
|
+
p result
|
973
|
+
rescue CloudmersiveConvertApiClient::ApiError => e
|
974
|
+
puts "Exception when calling ValidateDocumentApi->validate_document_zip_validation: #{e}"
|
975
|
+
end
|
976
|
+
```
|
977
|
+
|
978
|
+
### Parameters
|
979
|
+
|
980
|
+
Name | Type | Description | Notes
|
981
|
+
------------- | ------------- | ------------- | -------------
|
982
|
+
**input_file** | **File**| Input file to perform the operation on. |
|
983
|
+
|
984
|
+
### Return type
|
985
|
+
|
986
|
+
[**DocumentValidationResult**](DocumentValidationResult.md)
|
987
|
+
|
988
|
+
### Authorization
|
989
|
+
|
990
|
+
[Apikey](../README.md#Apikey)
|
991
|
+
|
992
|
+
### HTTP request headers
|
993
|
+
|
994
|
+
- **Content-Type**: multipart/form-data
|
995
|
+
- **Accept**: application/json, text/json, application/xml, text/xml
|
996
|
+
|
997
|
+
|
998
|
+
|