cloudmersive-convert-api-client 2.0.5 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (783) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +7 -0
  3. data/README.md +596 -0
  4. data/Rakefile +8 -0
  5. data/cloudmersive-convert-api-client.gemspec +45 -0
  6. data/docs/AddPdfAnnotationRequest.md +9 -0
  7. data/docs/AlternateFileFormatCandidate.md +10 -0
  8. data/docs/AppendXlsxRowRequest.md +11 -0
  9. data/docs/AppendXlsxRowResponse.md +9 -0
  10. data/docs/AutodetectDocumentValidationResult.md +12 -0
  11. data/docs/AutodetectGetInfoResult.md +14 -0
  12. data/docs/AutodetectToJpgResult.md +9 -0
  13. data/docs/AutodetectToPngResult.md +9 -0
  14. data/docs/AutodetectToThumbnailsResult.md +9 -0
  15. data/docs/Base64DecodeRequest.md +8 -0
  16. data/docs/Base64DecodeResponse.md +9 -0
  17. data/docs/Base64DetectRequest.md +8 -0
  18. data/docs/Base64DetectResponse.md +9 -0
  19. data/docs/Base64EncodeRequest.md +8 -0
  20. data/docs/Base64EncodeResponse.md +9 -0
  21. data/docs/ChangeLineEndingResponse.md +9 -0
  22. data/docs/ClearXlsxCellRequest.md +12 -0
  23. data/docs/ClearXlsxCellResponse.md +9 -0
  24. data/docs/ClearXlsxRowRequest.md +11 -0
  25. data/docs/ClearXlsxRowResponse.md +9 -0
  26. data/docs/CompareDocumentApi.md +66 -0
  27. data/docs/ConvertDataApi.md +1016 -0
  28. data/docs/ConvertDocumentApi.md +4503 -0
  29. data/docs/ConvertImageApi.md +243 -0
  30. data/docs/ConvertTemplateApi.md +122 -0
  31. data/docs/ConvertWebApi.md +448 -0
  32. data/docs/ConvertedJpgPage.md +9 -0
  33. data/docs/ConvertedPngPage.md +9 -0
  34. data/docs/CreateBlankDocxRequest.md +8 -0
  35. data/docs/CreateBlankDocxResponse.md +9 -0
  36. data/docs/CreateBlankSpreadsheetRequest.md +8 -0
  37. data/docs/CreateBlankSpreadsheetResponse.md +9 -0
  38. data/docs/CreateSpreadsheetFromDataRequest.md +9 -0
  39. data/docs/CreateSpreadsheetFromDataResponse.md +9 -0
  40. data/docs/CreateZipArchiveRequest.md +9 -0
  41. data/docs/CsvCollection.md +10 -0
  42. data/docs/CsvFileResult.md +9 -0
  43. data/docs/DeleteDocxTableRowRangeRequest.md +12 -0
  44. data/docs/DeleteDocxTableRowRangeResponse.md +9 -0
  45. data/docs/DeleteDocxTableRowRequest.md +11 -0
  46. data/docs/DeleteDocxTableRowResponse.md +9 -0
  47. data/docs/DetectLineEndingsResponse.md +11 -0
  48. data/docs/DisableSharedWorkbookRequest.md +9 -0
  49. data/docs/DisableSharedWorkbookResponse.md +9 -0
  50. data/docs/DocumentValidationError.md +11 -0
  51. data/docs/DocumentValidationResult.md +12 -0
  52. data/docs/DocxBody.md +10 -0
  53. data/docs/DocxCellStyle.md +11 -0
  54. data/docs/DocxComment.md +16 -0
  55. data/docs/DocxFooter.md +10 -0
  56. data/docs/DocxHeader.md +10 -0
  57. data/docs/DocxImage.md +20 -0
  58. data/docs/DocxInsertCommentOnParagraphRequest.md +11 -0
  59. data/docs/DocxInsertImageRequest.md +16 -0
  60. data/docs/DocxInsertImageResponse.md +9 -0
  61. data/docs/DocxPage.md +9 -0
  62. data/docs/DocxParagraph.md +11 -0
  63. data/docs/DocxRemoveObjectRequest.md +10 -0
  64. data/docs/DocxRemoveObjectResponse.md +9 -0
  65. data/docs/DocxRun.md +15 -0
  66. data/docs/DocxSection.md +9 -0
  67. data/docs/DocxSetFooterAddPageNumberRequest.md +10 -0
  68. data/docs/DocxSetFooterRequest.md +10 -0
  69. data/docs/DocxSetFooterResponse.md +9 -0
  70. data/docs/DocxSetHeaderRequest.md +10 -0
  71. data/docs/DocxSetHeaderResponse.md +9 -0
  72. data/docs/DocxStyle.md +14 -0
  73. data/docs/DocxTable.md +46 -0
  74. data/docs/DocxTableCell.md +15 -0
  75. data/docs/DocxTableRow.md +10 -0
  76. data/docs/DocxTemplateApplicationRequest.md +8 -0
  77. data/docs/DocxTemplateOperation.md +10 -0
  78. data/docs/DocxText.md +10 -0
  79. data/docs/DocxToJpgResult.md +9 -0
  80. data/docs/DocxToPngResult.md +9 -0
  81. data/docs/DocxTopLevelComment.md +14 -0
  82. data/docs/EditDocumentApi.md +3253 -0
  83. data/docs/EditHtmlApi.md +329 -0
  84. data/docs/EditPdfApi.md +1310 -0
  85. data/docs/EditTextApi.md +726 -0
  86. data/docs/EmlAttachment.md +9 -0
  87. data/docs/EmlToHtmlResult.md +16 -0
  88. data/docs/EmlToJpgResult.md +9 -0
  89. data/docs/EmlToPngResult.md +9 -0
  90. data/docs/EnableSharedWorkbookRequest.md +9 -0
  91. data/docs/EnableSharedWorkbookResponse.md +9 -0
  92. data/docs/ExifValue.md +10 -0
  93. data/docs/FindDocxParagraphRequest.md +11 -0
  94. data/docs/FindDocxParagraphResponse.md +10 -0
  95. data/docs/FindRegexMatch.md +12 -0
  96. data/docs/FindStringMatch.md +10 -0
  97. data/docs/FindStringRegexRequest.md +10 -0
  98. data/docs/FindStringRegexResponse.md +10 -0
  99. data/docs/FindStringSimpleRequest.md +9 -0
  100. data/docs/FindStringSimpleResponse.md +10 -0
  101. data/docs/FinishEditingRequest.md +8 -0
  102. data/docs/GetDocxBodyRequest.md +9 -0
  103. data/docs/GetDocxBodyResponse.md +9 -0
  104. data/docs/GetDocxCommentsHierarchicalResponse.md +10 -0
  105. data/docs/GetDocxCommentsResponse.md +10 -0
  106. data/docs/GetDocxGetCommentsHierarchicalRequest.md +9 -0
  107. data/docs/GetDocxGetCommentsRequest.md +9 -0
  108. data/docs/GetDocxHeadersAndFootersRequest.md +9 -0
  109. data/docs/GetDocxHeadersAndFootersResponse.md +10 -0
  110. data/docs/GetDocxImagesRequest.md +9 -0
  111. data/docs/GetDocxImagesResponse.md +9 -0
  112. data/docs/GetDocxPagesRequest.md +10 -0
  113. data/docs/GetDocxPagesResponse.md +10 -0
  114. data/docs/GetDocxSectionsRequest.md +9 -0
  115. data/docs/GetDocxSectionsResponse.md +9 -0
  116. data/docs/GetDocxStylesRequest.md +9 -0
  117. data/docs/GetDocxStylesResponse.md +9 -0
  118. data/docs/GetDocxTableByIndexRequest.md +10 -0
  119. data/docs/GetDocxTableByIndexResponse.md +9 -0
  120. data/docs/GetDocxTableRowRequest.md +11 -0
  121. data/docs/GetDocxTableRowResponse.md +9 -0
  122. data/docs/GetDocxTablesRequest.md +9 -0
  123. data/docs/GetDocxTablesResponse.md +9 -0
  124. data/docs/GetFileTypeIconResult.md +10 -0
  125. data/docs/GetImageInfoResult.md +24 -0
  126. data/docs/GetPdfAnnotationsResult.md +9 -0
  127. data/docs/GetXlsxCellByIdentifierRequest.md +11 -0
  128. data/docs/GetXlsxCellByIdentifierResponse.md +9 -0
  129. data/docs/GetXlsxCellRequest.md +12 -0
  130. data/docs/GetXlsxCellResponse.md +9 -0
  131. data/docs/GetXlsxColumnsRequest.md +10 -0
  132. data/docs/GetXlsxColumnsResponse.md +9 -0
  133. data/docs/GetXlsxImagesRequest.md +10 -0
  134. data/docs/GetXlsxImagesResponse.md +9 -0
  135. data/docs/GetXlsxRowsAndCellsRequest.md +10 -0
  136. data/docs/GetXlsxRowsAndCellsResponse.md +9 -0
  137. data/docs/GetXlsxSpecificRowRequest.md +11 -0
  138. data/docs/GetXlsxSpecificRowResponse.md +9 -0
  139. data/docs/GetXlsxStylesRequest.md +9 -0
  140. data/docs/GetXlsxStylesResponse.md +9 -0
  141. data/docs/GetXlsxWorksheetsRequest.md +9 -0
  142. data/docs/GetXlsxWorksheetsResponse.md +9 -0
  143. data/docs/HtmlMdResult.md +9 -0
  144. data/docs/HtmlTemplateApplicationRequest.md +10 -0
  145. data/docs/HtmlTemplateApplicationResponse.md +9 -0
  146. data/docs/HtmlTemplateOperation.md +10 -0
  147. data/docs/HtmlToOfficeRequest.md +8 -0
  148. data/docs/HtmlToPdfRequest.md +11 -0
  149. data/docs/HtmlToPngRequest.md +11 -0
  150. data/docs/HtmlToTextRequest.md +8 -0
  151. data/docs/HtmlToTextResponse.md +9 -0
  152. data/docs/InsertDocxCommentOnParagraphResponse.md +9 -0
  153. data/docs/InsertDocxInsertParagraphRequest.md +12 -0
  154. data/docs/InsertDocxInsertParagraphResponse.md +9 -0
  155. data/docs/InsertDocxTableRowRequest.md +12 -0
  156. data/docs/InsertDocxTableRowResponse.md +9 -0
  157. data/docs/InsertDocxTablesRequest.md +12 -0
  158. data/docs/InsertDocxTablesResponse.md +9 -0
  159. data/docs/InsertXlsxWorksheetRequest.md +10 -0
  160. data/docs/InsertXlsxWorksheetResponse.md +9 -0
  161. data/docs/KeynoteToJpgResult.md +9 -0
  162. data/docs/KeynoteToPngResult.md +9 -0
  163. data/docs/MergeDocumentApi.md +812 -0
  164. data/docs/MsgAttachment.md +9 -0
  165. data/docs/MsgToHtmlResult.md +16 -0
  166. data/docs/MsgToJpgResult.md +9 -0
  167. data/docs/MsgToPngResult.md +9 -0
  168. data/docs/MultiReplaceStringRequest.md +10 -0
  169. data/docs/MultipageImageFormatConversionResult.md +10 -0
  170. data/docs/OdpToJpgResult.md +9 -0
  171. data/docs/OdpToPngResult.md +9 -0
  172. data/docs/OdsToJpgResult.md +9 -0
  173. data/docs/OdsToPngResult.md +9 -0
  174. data/docs/OdtToJpgResult.md +9 -0
  175. data/docs/OdtToPngResult.md +9 -0
  176. data/docs/PageConversionResult.md +9 -0
  177. data/docs/PdfAnnotation.md +19 -0
  178. data/docs/PdfDocument.md +10 -0
  179. data/docs/PdfFormField.md +11 -0
  180. data/docs/PdfFormFields.md +9 -0
  181. data/docs/PdfMetadata.md +16 -0
  182. data/docs/PdfPageText.md +9 -0
  183. data/docs/PdfTextByPageResult.md +9 -0
  184. data/docs/PdfToJpgResult.md +9 -0
  185. data/docs/PdfToPngResult.md +9 -0
  186. data/docs/PptxToPngResult.md +9 -0
  187. data/docs/PresentationResult.md +10 -0
  188. data/docs/RemoveDocxHeadersAndFootersRequest.md +11 -0
  189. data/docs/RemoveDocxHeadersAndFootersResponse.md +9 -0
  190. data/docs/RemoveDocxPagesRequest.md +11 -0
  191. data/docs/RemoveHtmlFromTextRequest.md +8 -0
  192. data/docs/RemoveHtmlFromTextResponse.md +9 -0
  193. data/docs/RemovePptxSlidesRequest.md +11 -0
  194. data/docs/RemoveWhitespaceFromTextRequest.md +8 -0
  195. data/docs/RemoveWhitespaceFromTextResponse.md +9 -0
  196. data/docs/RemoveXlsxWorksheetRequest.md +10 -0
  197. data/docs/RenameXlsxWorksheetRequest.md +11 -0
  198. data/docs/RenameXlsxWorksheetResponse.md +9 -0
  199. data/docs/ReplaceDocxParagraphRequest.md +12 -0
  200. data/docs/ReplaceDocxParagraphResponse.md +9 -0
  201. data/docs/ReplaceStringRegexRequest.md +10 -0
  202. data/docs/ReplaceStringRegexResponse.md +9 -0
  203. data/docs/ReplaceStringRequest.md +12 -0
  204. data/docs/ReplaceStringSimpleRequest.md +10 -0
  205. data/docs/ReplaceStringSimpleResponse.md +9 -0
  206. data/docs/RtfToJpgResult.md +9 -0
  207. data/docs/RtfToPngResult.md +9 -0
  208. data/docs/ScreenshotRequest.md +11 -0
  209. data/docs/SetFormFieldValue.md +11 -0
  210. data/docs/SetPdfFormFieldsRequest.md +9 -0
  211. data/docs/SetPdfMetadataRequest.md +9 -0
  212. data/docs/SetXlsxCellByIdentifierRequest.md +12 -0
  213. data/docs/SetXlsxCellByIdentifierResponse.md +9 -0
  214. data/docs/SetXlsxCellRequest.md +13 -0
  215. data/docs/SetXlsxCellResponse.md +9 -0
  216. data/docs/SingleReplaceString.md +10 -0
  217. data/docs/SplitDocumentApi.md +361 -0
  218. data/docs/SplitDocumentResult.md +10 -0
  219. data/docs/SplitDocxDocumentResult.md +9 -0
  220. data/docs/SplitPdfResult.md +9 -0
  221. data/docs/SplitPptxPresentationResult.md +9 -0
  222. data/docs/SplitTextDocumentByLinesResult.md +10 -0
  223. data/docs/SplitTextDocumentByStringResult.md +10 -0
  224. data/docs/SplitXlsxWorksheetResult.md +9 -0
  225. data/docs/TextConversionResult.md +9 -0
  226. data/docs/TextDocumentElement.md +9 -0
  227. data/docs/TextDocumentLine.md +9 -0
  228. data/docs/TextEncodingDetectResponse.md +9 -0
  229. data/docs/Thumbnail.md +9 -0
  230. data/docs/TransformDocumentApi.md +140 -0
  231. data/docs/UpdateDocxTableCellRequest.md +13 -0
  232. data/docs/UpdateDocxTableCellResponse.md +9 -0
  233. data/docs/UpdateDocxTableRowRequest.md +12 -0
  234. data/docs/UpdateDocxTableRowResponse.md +9 -0
  235. data/docs/UrlToPdfRequest.md +11 -0
  236. data/docs/UrlToTextRequest.md +8 -0
  237. data/docs/UrlToTextResponse.md +9 -0
  238. data/docs/ValidateDocumentApi.md +943 -0
  239. data/docs/ViewerResponse.md +9 -0
  240. data/docs/ViewerToolsApi.md +63 -0
  241. data/docs/WorksheetResult.md +11 -0
  242. data/docs/XlsxImage.md +12 -0
  243. data/docs/XlsxSpreadsheetCell.md +12 -0
  244. data/docs/XlsxSpreadsheetColumn.md +9 -0
  245. data/docs/XlsxSpreadsheetRow.md +9 -0
  246. data/docs/XlsxToPngResult.md +9 -0
  247. data/docs/XlsxWorksheet.md +9 -0
  248. data/docs/XmlAddAttributeWithXPathResult.md +10 -0
  249. data/docs/XmlAddChildWithXPathResult.md +10 -0
  250. data/docs/XmlFilterWithXPathResult.md +10 -0
  251. data/docs/XmlQueryWithXQueryMultiResult.md +10 -0
  252. data/docs/XmlQueryWithXQueryResult.md +10 -0
  253. data/docs/XmlRemoveAllChildrenWithXPathResult.md +10 -0
  254. data/docs/XmlRemoveWithXPathResult.md +11 -0
  255. data/docs/XmlReplaceWithXPathResult.md +10 -0
  256. data/docs/XmlSetValueWithXPathResult.md +10 -0
  257. data/docs/ZipArchiveApi.md +386 -0
  258. data/docs/ZipDirectory.md +10 -0
  259. data/docs/ZipEncryptionAdvancedRequest.md +10 -0
  260. data/docs/ZipExtractResponse.md +10 -0
  261. data/docs/ZipFile.md +9 -0
  262. data/git_push.sh +55 -0
  263. data/lib/cloudmersive-convert-api-client.rb +295 -0
  264. data/lib/cloudmersive-convert-api-client/api/compare_document_api.rb +85 -0
  265. data/lib/cloudmersive-convert-api-client/api/convert_data_api.rb +1079 -0
  266. data/lib/cloudmersive-convert-api-client/api/convert_document_api.rb +4516 -0
  267. data/lib/cloudmersive-convert-api-client/api/convert_image_api.rb +273 -0
  268. data/lib/cloudmersive-convert-api-client/api/convert_template_api.rb +135 -0
  269. data/lib/cloudmersive-convert-api-client/api/convert_web_api.rb +456 -0
  270. data/lib/cloudmersive-convert-api-client/api/edit_document_api.rb +3214 -0
  271. data/lib/cloudmersive-convert-api-client/api/edit_html_api.rb +339 -0
  272. data/lib/cloudmersive-convert-api-client/api/edit_pdf_api.rb +1393 -0
  273. data/lib/cloudmersive-convert-api-client/api/edit_text_api.rb +735 -0
  274. data/lib/cloudmersive-convert-api-client/api/merge_document_api.rb +911 -0
  275. data/lib/cloudmersive-convert-api-client/api/split_document_api.rb +375 -0
  276. data/lib/cloudmersive-convert-api-client/api/transform_document_api.rb +161 -0
  277. data/lib/cloudmersive-convert-api-client/api/validate_document_api.rb +958 -0
  278. data/lib/cloudmersive-convert-api-client/api/viewer_tools_api.rb +78 -0
  279. data/lib/cloudmersive-convert-api-client/api/zip_archive_api.rb +422 -0
  280. data/lib/cloudmersive-convert-api-client/api_client.rb +391 -0
  281. data/lib/cloudmersive-convert-api-client/api_error.rb +38 -0
  282. data/lib/cloudmersive-convert-api-client/configuration.rb +209 -0
  283. data/lib/cloudmersive-convert-api-client/models/add_pdf_annotation_request.rb +213 -0
  284. data/lib/cloudmersive-convert-api-client/models/alternate_file_format_candidate.rb +206 -0
  285. data/lib/cloudmersive-convert-api-client/models/append_xlsx_row_request.rb +231 -0
  286. data/lib/cloudmersive-convert-api-client/models/append_xlsx_row_response.rb +196 -0
  287. data/lib/cloudmersive-convert-api-client/models/autodetect_document_validation_result.rb +227 -0
  288. data/lib/cloudmersive-convert-api-client/models/autodetect_get_info_result.rb +248 -0
  289. data/lib/cloudmersive-convert-api-client/models/autodetect_to_jpg_result.rb +198 -0
  290. data/lib/cloudmersive-convert-api-client/models/autodetect_to_png_result.rb +198 -0
  291. data/lib/cloudmersive-convert-api-client/models/autodetect_to_thumbnails_result.rb +198 -0
  292. data/lib/cloudmersive-convert-api-client/models/base64_decode_request.rb +186 -0
  293. data/lib/cloudmersive-convert-api-client/models/base64_decode_response.rb +211 -0
  294. data/lib/cloudmersive-convert-api-client/models/base64_detect_request.rb +186 -0
  295. data/lib/cloudmersive-convert-api-client/models/base64_detect_response.rb +196 -0
  296. data/lib/cloudmersive-convert-api-client/models/base64_encode_request.rb +201 -0
  297. data/lib/cloudmersive-convert-api-client/models/base64_encode_response.rb +196 -0
  298. data/lib/cloudmersive-convert-api-client/models/change_line_ending_response.rb +196 -0
  299. data/lib/cloudmersive-convert-api-client/models/clear_xlsx_cell_request.rb +241 -0
  300. data/lib/cloudmersive-convert-api-client/models/clear_xlsx_cell_response.rb +196 -0
  301. data/lib/cloudmersive-convert-api-client/models/clear_xlsx_row_request.rb +231 -0
  302. data/lib/cloudmersive-convert-api-client/models/clear_xlsx_row_response.rb +196 -0
  303. data/lib/cloudmersive-convert-api-client/models/converted_jpg_page.rb +211 -0
  304. data/lib/cloudmersive-convert-api-client/models/converted_png_page.rb +196 -0
  305. data/lib/cloudmersive-convert-api-client/models/create_blank_docx_request.rb +186 -0
  306. data/lib/cloudmersive-convert-api-client/models/create_blank_docx_response.rb +196 -0
  307. data/lib/cloudmersive-convert-api-client/models/create_blank_spreadsheet_request.rb +186 -0
  308. data/lib/cloudmersive-convert-api-client/models/create_blank_spreadsheet_response.rb +196 -0
  309. data/lib/cloudmersive-convert-api-client/models/create_spreadsheet_from_data_request.rb +198 -0
  310. data/lib/cloudmersive-convert-api-client/models/create_spreadsheet_from_data_response.rb +196 -0
  311. data/lib/cloudmersive-convert-api-client/models/create_zip_archive_request.rb +200 -0
  312. data/lib/cloudmersive-convert-api-client/models/csv_collection.rb +208 -0
  313. data/lib/cloudmersive-convert-api-client/models/csv_file_result.rb +211 -0
  314. data/lib/cloudmersive-convert-api-client/models/delete_docx_table_row_range_request.rb +241 -0
  315. data/lib/cloudmersive-convert-api-client/models/delete_docx_table_row_range_response.rb +196 -0
  316. data/lib/cloudmersive-convert-api-client/models/delete_docx_table_row_request.rb +231 -0
  317. data/lib/cloudmersive-convert-api-client/models/delete_docx_table_row_response.rb +196 -0
  318. data/lib/cloudmersive-convert-api-client/models/detect_line_endings_response.rb +216 -0
  319. data/lib/cloudmersive-convert-api-client/models/disable_shared_workbook_request.rb +211 -0
  320. data/lib/cloudmersive-convert-api-client/models/disable_shared_workbook_response.rb +196 -0
  321. data/lib/cloudmersive-convert-api-client/models/document_validation_error.rb +216 -0
  322. data/lib/cloudmersive-convert-api-client/models/document_validation_result.rb +228 -0
  323. data/lib/cloudmersive-convert-api-client/models/docx_body.rb +209 -0
  324. data/lib/cloudmersive-convert-api-client/models/docx_cell_style.rb +216 -0
  325. data/lib/cloudmersive-convert-api-client/models/docx_comment.rb +266 -0
  326. data/lib/cloudmersive-convert-api-client/models/docx_footer.rb +210 -0
  327. data/lib/cloudmersive-convert-api-client/models/docx_header.rb +210 -0
  328. data/lib/cloudmersive-convert-api-client/models/docx_image.rb +305 -0
  329. data/lib/cloudmersive-convert-api-client/models/docx_insert_comment_on_paragraph_request.rb +231 -0
  330. data/lib/cloudmersive-convert-api-client/models/docx_insert_image_request.rb +296 -0
  331. data/lib/cloudmersive-convert-api-client/models/docx_insert_image_response.rb +196 -0
  332. data/lib/cloudmersive-convert-api-client/models/docx_page.rb +198 -0
  333. data/lib/cloudmersive-convert-api-client/models/docx_paragraph.rb +218 -0
  334. data/lib/cloudmersive-convert-api-client/models/docx_remove_object_request.rb +221 -0
  335. data/lib/cloudmersive-convert-api-client/models/docx_remove_object_response.rb +196 -0
  336. data/lib/cloudmersive-convert-api-client/models/docx_run.rb +258 -0
  337. data/lib/cloudmersive-convert-api-client/models/docx_section.rb +198 -0
  338. data/lib/cloudmersive-convert-api-client/models/docx_set_footer_add_page_number_request.rb +221 -0
  339. data/lib/cloudmersive-convert-api-client/models/docx_set_footer_request.rb +221 -0
  340. data/lib/cloudmersive-convert-api-client/models/docx_set_footer_response.rb +196 -0
  341. data/lib/cloudmersive-convert-api-client/models/docx_set_header_request.rb +221 -0
  342. data/lib/cloudmersive-convert-api-client/models/docx_set_header_response.rb +196 -0
  343. data/lib/cloudmersive-convert-api-client/models/docx_style.rb +246 -0
  344. data/lib/cloudmersive-convert-api-client/models/docx_table.rb +568 -0
  345. data/lib/cloudmersive-convert-api-client/models/docx_table_cell.rb +258 -0
  346. data/lib/cloudmersive-convert-api-client/models/docx_table_row.rb +208 -0
  347. data/lib/cloudmersive-convert-api-client/models/docx_template_application_request.rb +188 -0
  348. data/lib/cloudmersive-convert-api-client/models/docx_template_operation.rb +239 -0
  349. data/lib/cloudmersive-convert-api-client/models/docx_text.rb +206 -0
  350. data/lib/cloudmersive-convert-api-client/models/docx_to_jpg_result.rb +198 -0
  351. data/lib/cloudmersive-convert-api-client/models/docx_to_png_result.rb +198 -0
  352. data/lib/cloudmersive-convert-api-client/models/docx_top_level_comment.rb +248 -0
  353. data/lib/cloudmersive-convert-api-client/models/eml_attachment.rb +211 -0
  354. data/lib/cloudmersive-convert-api-client/models/eml_to_html_result.rb +268 -0
  355. data/lib/cloudmersive-convert-api-client/models/eml_to_jpg_result.rb +198 -0
  356. data/lib/cloudmersive-convert-api-client/models/eml_to_png_result.rb +198 -0
  357. data/lib/cloudmersive-convert-api-client/models/enable_shared_workbook_request.rb +211 -0
  358. data/lib/cloudmersive-convert-api-client/models/enable_shared_workbook_response.rb +196 -0
  359. data/lib/cloudmersive-convert-api-client/models/exif_value.rb +206 -0
  360. data/lib/cloudmersive-convert-api-client/models/find_docx_paragraph_request.rb +231 -0
  361. data/lib/cloudmersive-convert-api-client/models/find_docx_paragraph_response.rb +208 -0
  362. data/lib/cloudmersive-convert-api-client/models/find_regex_match.rb +228 -0
  363. data/lib/cloudmersive-convert-api-client/models/find_string_match.rb +206 -0
  364. data/lib/cloudmersive-convert-api-client/models/find_string_regex_request.rb +206 -0
  365. data/lib/cloudmersive-convert-api-client/models/find_string_regex_response.rb +208 -0
  366. data/lib/cloudmersive-convert-api-client/models/find_string_simple_request.rb +196 -0
  367. data/lib/cloudmersive-convert-api-client/models/find_string_simple_response.rb +208 -0
  368. data/lib/cloudmersive-convert-api-client/models/finish_editing_request.rb +186 -0
  369. data/lib/cloudmersive-convert-api-client/models/get_docx_body_request.rb +211 -0
  370. data/lib/cloudmersive-convert-api-client/models/get_docx_body_response.rb +196 -0
  371. data/lib/cloudmersive-convert-api-client/models/get_docx_comments_hierarchical_response.rb +208 -0
  372. data/lib/cloudmersive-convert-api-client/models/get_docx_comments_response.rb +208 -0
  373. data/lib/cloudmersive-convert-api-client/models/get_docx_get_comments_hierarchical_request.rb +211 -0
  374. data/lib/cloudmersive-convert-api-client/models/get_docx_get_comments_request.rb +211 -0
  375. data/lib/cloudmersive-convert-api-client/models/get_docx_headers_and_footers_request.rb +211 -0
  376. data/lib/cloudmersive-convert-api-client/models/get_docx_headers_and_footers_response.rb +208 -0
  377. data/lib/cloudmersive-convert-api-client/models/get_docx_images_request.rb +211 -0
  378. data/lib/cloudmersive-convert-api-client/models/get_docx_images_response.rb +198 -0
  379. data/lib/cloudmersive-convert-api-client/models/get_docx_pages_request.rb +221 -0
  380. data/lib/cloudmersive-convert-api-client/models/get_docx_pages_response.rb +208 -0
  381. data/lib/cloudmersive-convert-api-client/models/get_docx_sections_request.rb +211 -0
  382. data/lib/cloudmersive-convert-api-client/models/get_docx_sections_response.rb +198 -0
  383. data/lib/cloudmersive-convert-api-client/models/get_docx_styles_request.rb +211 -0
  384. data/lib/cloudmersive-convert-api-client/models/get_docx_styles_response.rb +198 -0
  385. data/lib/cloudmersive-convert-api-client/models/get_docx_table_by_index_request.rb +221 -0
  386. data/lib/cloudmersive-convert-api-client/models/get_docx_table_by_index_response.rb +196 -0
  387. data/lib/cloudmersive-convert-api-client/models/get_docx_table_row_request.rb +231 -0
  388. data/lib/cloudmersive-convert-api-client/models/get_docx_table_row_response.rb +196 -0
  389. data/lib/cloudmersive-convert-api-client/models/get_docx_tables_request.rb +211 -0
  390. data/lib/cloudmersive-convert-api-client/models/get_docx_tables_response.rb +198 -0
  391. data/lib/cloudmersive-convert-api-client/models/get_file_type_icon_result.rb +221 -0
  392. data/lib/cloudmersive-convert-api-client/models/get_image_info_result.rb +347 -0
  393. data/lib/cloudmersive-convert-api-client/models/get_pdf_annotations_result.rb +198 -0
  394. data/lib/cloudmersive-convert-api-client/models/get_xlsx_cell_by_identifier_request.rb +231 -0
  395. data/lib/cloudmersive-convert-api-client/models/get_xlsx_cell_by_identifier_response.rb +196 -0
  396. data/lib/cloudmersive-convert-api-client/models/get_xlsx_cell_request.rb +241 -0
  397. data/lib/cloudmersive-convert-api-client/models/get_xlsx_cell_response.rb +196 -0
  398. data/lib/cloudmersive-convert-api-client/models/get_xlsx_columns_request.rb +221 -0
  399. data/lib/cloudmersive-convert-api-client/models/get_xlsx_columns_response.rb +198 -0
  400. data/lib/cloudmersive-convert-api-client/models/get_xlsx_images_request.rb +221 -0
  401. data/lib/cloudmersive-convert-api-client/models/get_xlsx_images_response.rb +198 -0
  402. data/lib/cloudmersive-convert-api-client/models/get_xlsx_rows_and_cells_request.rb +221 -0
  403. data/lib/cloudmersive-convert-api-client/models/get_xlsx_rows_and_cells_response.rb +198 -0
  404. data/lib/cloudmersive-convert-api-client/models/get_xlsx_specific_row_request.rb +231 -0
  405. data/lib/cloudmersive-convert-api-client/models/get_xlsx_specific_row_response.rb +196 -0
  406. data/lib/cloudmersive-convert-api-client/models/get_xlsx_styles_request.rb +211 -0
  407. data/lib/cloudmersive-convert-api-client/models/get_xlsx_styles_response.rb +198 -0
  408. data/lib/cloudmersive-convert-api-client/models/get_xlsx_worksheets_request.rb +211 -0
  409. data/lib/cloudmersive-convert-api-client/models/get_xlsx_worksheets_response.rb +198 -0
  410. data/lib/cloudmersive-convert-api-client/models/html_md_result.rb +196 -0
  411. data/lib/cloudmersive-convert-api-client/models/html_template_application_request.rb +208 -0
  412. data/lib/cloudmersive-convert-api-client/models/html_template_application_response.rb +196 -0
  413. data/lib/cloudmersive-convert-api-client/models/html_template_operation.rb +239 -0
  414. data/lib/cloudmersive-convert-api-client/models/html_to_office_request.rb +186 -0
  415. data/lib/cloudmersive-convert-api-client/models/html_to_pdf_request.rb +216 -0
  416. data/lib/cloudmersive-convert-api-client/models/html_to_png_request.rb +216 -0
  417. data/lib/cloudmersive-convert-api-client/models/html_to_text_request.rb +186 -0
  418. data/lib/cloudmersive-convert-api-client/models/html_to_text_response.rb +196 -0
  419. data/lib/cloudmersive-convert-api-client/models/insert_docx_comment_on_paragraph_response.rb +196 -0
  420. data/lib/cloudmersive-convert-api-client/models/insert_docx_insert_paragraph_request.rb +241 -0
  421. data/lib/cloudmersive-convert-api-client/models/insert_docx_insert_paragraph_response.rb +196 -0
  422. data/lib/cloudmersive-convert-api-client/models/insert_docx_table_row_request.rb +241 -0
  423. data/lib/cloudmersive-convert-api-client/models/insert_docx_table_row_response.rb +196 -0
  424. data/lib/cloudmersive-convert-api-client/models/insert_docx_tables_request.rb +241 -0
  425. data/lib/cloudmersive-convert-api-client/models/insert_docx_tables_response.rb +196 -0
  426. data/lib/cloudmersive-convert-api-client/models/insert_xlsx_worksheet_request.rb +221 -0
  427. data/lib/cloudmersive-convert-api-client/models/insert_xlsx_worksheet_response.rb +196 -0
  428. data/lib/cloudmersive-convert-api-client/models/keynote_to_jpg_result.rb +198 -0
  429. data/lib/cloudmersive-convert-api-client/models/keynote_to_png_result.rb +198 -0
  430. data/lib/cloudmersive-convert-api-client/models/msg_attachment.rb +211 -0
  431. data/lib/cloudmersive-convert-api-client/models/msg_to_html_result.rb +268 -0
  432. data/lib/cloudmersive-convert-api-client/models/msg_to_jpg_result.rb +198 -0
  433. data/lib/cloudmersive-convert-api-client/models/msg_to_png_result.rb +198 -0
  434. data/lib/cloudmersive-convert-api-client/models/multi_replace_string_request.rb +223 -0
  435. data/lib/cloudmersive-convert-api-client/models/multipage_image_format_conversion_result.rb +208 -0
  436. data/lib/cloudmersive-convert-api-client/models/odp_to_jpg_result.rb +198 -0
  437. data/lib/cloudmersive-convert-api-client/models/odp_to_png_result.rb +198 -0
  438. data/lib/cloudmersive-convert-api-client/models/ods_to_jpg_result.rb +198 -0
  439. data/lib/cloudmersive-convert-api-client/models/ods_to_png_result.rb +198 -0
  440. data/lib/cloudmersive-convert-api-client/models/odt_to_jpg_result.rb +198 -0
  441. data/lib/cloudmersive-convert-api-client/models/odt_to_png_result.rb +198 -0
  442. data/lib/cloudmersive-convert-api-client/models/page_conversion_result.rb +211 -0
  443. data/lib/cloudmersive-convert-api-client/models/pdf_annotation.rb +296 -0
  444. data/lib/cloudmersive-convert-api-client/models/pdf_document.rb +221 -0
  445. data/lib/cloudmersive-convert-api-client/models/pdf_form_field.rb +216 -0
  446. data/lib/cloudmersive-convert-api-client/models/pdf_form_fields.rb +198 -0
  447. data/lib/cloudmersive-convert-api-client/models/pdf_metadata.rb +266 -0
  448. data/lib/cloudmersive-convert-api-client/models/pdf_page_text.rb +196 -0
  449. data/lib/cloudmersive-convert-api-client/models/pdf_text_by_page_result.rb +198 -0
  450. data/lib/cloudmersive-convert-api-client/models/pdf_to_jpg_result.rb +198 -0
  451. data/lib/cloudmersive-convert-api-client/models/pdf_to_png_result.rb +198 -0
  452. data/lib/cloudmersive-convert-api-client/models/pptx_to_png_result.rb +198 -0
  453. data/lib/cloudmersive-convert-api-client/models/presentation_result.rb +221 -0
  454. data/lib/cloudmersive-convert-api-client/models/remove_docx_headers_and_footers_request.rb +231 -0
  455. data/lib/cloudmersive-convert-api-client/models/remove_docx_headers_and_footers_response.rb +196 -0
  456. data/lib/cloudmersive-convert-api-client/models/remove_docx_pages_request.rb +231 -0
  457. data/lib/cloudmersive-convert-api-client/models/remove_html_from_text_request.rb +186 -0
  458. data/lib/cloudmersive-convert-api-client/models/remove_html_from_text_response.rb +196 -0
  459. data/lib/cloudmersive-convert-api-client/models/remove_pptx_slides_request.rb +231 -0
  460. data/lib/cloudmersive-convert-api-client/models/remove_whitespace_from_text_request.rb +186 -0
  461. data/lib/cloudmersive-convert-api-client/models/remove_whitespace_from_text_response.rb +196 -0
  462. data/lib/cloudmersive-convert-api-client/models/remove_xlsx_worksheet_request.rb +221 -0
  463. data/lib/cloudmersive-convert-api-client/models/rename_xlsx_worksheet_request.rb +231 -0
  464. data/lib/cloudmersive-convert-api-client/models/rename_xlsx_worksheet_response.rb +196 -0
  465. data/lib/cloudmersive-convert-api-client/models/replace_docx_paragraph_request.rb +241 -0
  466. data/lib/cloudmersive-convert-api-client/models/replace_docx_paragraph_response.rb +196 -0
  467. data/lib/cloudmersive-convert-api-client/models/replace_string_regex_request.rb +206 -0
  468. data/lib/cloudmersive-convert-api-client/models/replace_string_regex_response.rb +196 -0
  469. data/lib/cloudmersive-convert-api-client/models/replace_string_request.rb +241 -0
  470. data/lib/cloudmersive-convert-api-client/models/replace_string_simple_request.rb +206 -0
  471. data/lib/cloudmersive-convert-api-client/models/replace_string_simple_response.rb +196 -0
  472. data/lib/cloudmersive-convert-api-client/models/rtf_to_jpg_result.rb +198 -0
  473. data/lib/cloudmersive-convert-api-client/models/rtf_to_png_result.rb +198 -0
  474. data/lib/cloudmersive-convert-api-client/models/screenshot_request.rb +216 -0
  475. data/lib/cloudmersive-convert-api-client/models/set_form_field_value.rb +216 -0
  476. data/lib/cloudmersive-convert-api-client/models/set_pdf_form_fields_request.rb +213 -0
  477. data/lib/cloudmersive-convert-api-client/models/set_pdf_metadata_request.rb +211 -0
  478. data/lib/cloudmersive-convert-api-client/models/set_xlsx_cell_by_identifier_request.rb +241 -0
  479. data/lib/cloudmersive-convert-api-client/models/set_xlsx_cell_by_identifier_response.rb +196 -0
  480. data/lib/cloudmersive-convert-api-client/models/set_xlsx_cell_request.rb +251 -0
  481. data/lib/cloudmersive-convert-api-client/models/set_xlsx_cell_response.rb +196 -0
  482. data/lib/cloudmersive-convert-api-client/models/single_replace_string.rb +206 -0
  483. data/lib/cloudmersive-convert-api-client/models/split_document_result.rb +221 -0
  484. data/lib/cloudmersive-convert-api-client/models/split_docx_document_result.rb +197 -0
  485. data/lib/cloudmersive-convert-api-client/models/split_pdf_result.rb +198 -0
  486. data/lib/cloudmersive-convert-api-client/models/split_pptx_presentation_result.rb +197 -0
  487. data/lib/cloudmersive-convert-api-client/models/split_text_document_by_lines_result.rb +207 -0
  488. data/lib/cloudmersive-convert-api-client/models/split_text_document_by_string_result.rb +207 -0
  489. data/lib/cloudmersive-convert-api-client/models/split_xlsx_worksheet_result.rb +197 -0
  490. data/lib/cloudmersive-convert-api-client/models/text_conversion_result.rb +196 -0
  491. data/lib/cloudmersive-convert-api-client/models/text_document_element.rb +196 -0
  492. data/lib/cloudmersive-convert-api-client/models/text_document_line.rb +196 -0
  493. data/lib/cloudmersive-convert-api-client/models/text_encoding_detect_response.rb +196 -0
  494. data/lib/cloudmersive-convert-api-client/models/thumbnail.rb +211 -0
  495. data/lib/cloudmersive-convert-api-client/models/update_docx_table_cell_request.rb +251 -0
  496. data/lib/cloudmersive-convert-api-client/models/update_docx_table_cell_response.rb +196 -0
  497. data/lib/cloudmersive-convert-api-client/models/update_docx_table_row_request.rb +241 -0
  498. data/lib/cloudmersive-convert-api-client/models/update_docx_table_row_response.rb +196 -0
  499. data/lib/cloudmersive-convert-api-client/models/url_to_pdf_request.rb +216 -0
  500. data/lib/cloudmersive-convert-api-client/models/url_to_text_request.rb +186 -0
  501. data/lib/cloudmersive-convert-api-client/models/url_to_text_response.rb +196 -0
  502. data/lib/cloudmersive-convert-api-client/models/viewer_response.rb +194 -0
  503. data/lib/cloudmersive-convert-api-client/models/worksheet_result.rb +231 -0
  504. data/lib/cloudmersive-convert-api-client/models/xlsx_image.rb +225 -0
  505. data/lib/cloudmersive-convert-api-client/models/xlsx_spreadsheet_cell.rb +225 -0
  506. data/lib/cloudmersive-convert-api-client/models/xlsx_spreadsheet_column.rb +196 -0
  507. data/lib/cloudmersive-convert-api-client/models/xlsx_spreadsheet_row.rb +198 -0
  508. data/lib/cloudmersive-convert-api-client/models/xlsx_to_png_result.rb +198 -0
  509. data/lib/cloudmersive-convert-api-client/models/xlsx_worksheet.rb +196 -0
  510. data/lib/cloudmersive-convert-api-client/models/xml_add_attribute_with_x_path_result.rb +206 -0
  511. data/lib/cloudmersive-convert-api-client/models/xml_add_child_with_x_path_result.rb +206 -0
  512. data/lib/cloudmersive-convert-api-client/models/xml_filter_with_x_path_result.rb +208 -0
  513. data/lib/cloudmersive-convert-api-client/models/xml_query_with_x_query_multi_result.rb +206 -0
  514. data/lib/cloudmersive-convert-api-client/models/xml_query_with_x_query_result.rb +206 -0
  515. data/lib/cloudmersive-convert-api-client/models/xml_remove_all_children_with_x_path_result.rb +206 -0
  516. data/lib/cloudmersive-convert-api-client/models/xml_remove_with_x_path_result.rb +218 -0
  517. data/lib/cloudmersive-convert-api-client/models/xml_replace_with_x_path_result.rb +206 -0
  518. data/lib/cloudmersive-convert-api-client/models/xml_set_value_with_x_path_result.rb +206 -0
  519. data/lib/cloudmersive-convert-api-client/models/zip_directory.rb +210 -0
  520. data/lib/cloudmersive-convert-api-client/models/zip_encryption_advanced_request.rb +221 -0
  521. data/lib/cloudmersive-convert-api-client/models/zip_extract_response.rb +210 -0
  522. data/lib/cloudmersive-convert-api-client/models/zip_file.rb +211 -0
  523. data/lib/cloudmersive-convert-api-client/version.rb +15 -0
  524. data/spec/api/compare_document_api_spec.rb +48 -0
  525. data/spec/api/convert_data_api_spec.rb +265 -0
  526. data/spec/api/convert_document_api_spec.rb +1033 -0
  527. data/spec/api/convert_image_api_spec.rb +88 -0
  528. data/spec/api/convert_template_api_spec.rb +60 -0
  529. data/spec/api/convert_web_api_spec.rb +131 -0
  530. data/spec/api/edit_document_api_spec.rb +743 -0
  531. data/spec/api/edit_html_api_spec.rb +114 -0
  532. data/spec/api/edit_pdf_api_spec.rb +332 -0
  533. data/spec/api/edit_text_api_spec.rb +192 -0
  534. data/spec/api/merge_document_api_spec.rb +239 -0
  535. data/spec/api/split_document_api_spec.rb +113 -0
  536. data/spec/api/transform_document_api_spec.rb +67 -0
  537. data/spec/api/validate_document_api_spec.rb +239 -0
  538. data/spec/api/viewer_tools_api_spec.rb +47 -0
  539. data/spec/api/zip_archive_api_spec.rb +128 -0
  540. data/spec/api_client_spec.rb +243 -0
  541. data/spec/configuration_spec.rb +42 -0
  542. data/spec/models/add_pdf_annotation_request_spec.rb +47 -0
  543. data/spec/models/alternate_file_format_candidate_spec.rb +53 -0
  544. data/spec/models/append_xlsx_row_request_spec.rb +59 -0
  545. data/spec/models/append_xlsx_row_response_spec.rb +47 -0
  546. data/spec/models/autodetect_document_validation_result_spec.rb +65 -0
  547. data/spec/models/autodetect_get_info_result_spec.rb +77 -0
  548. data/spec/models/autodetect_to_jpg_result_spec.rb +47 -0
  549. data/spec/models/autodetect_to_png_result_spec.rb +47 -0
  550. data/spec/models/autodetect_to_thumbnails_result_spec.rb +47 -0
  551. data/spec/models/base64_decode_request_spec.rb +41 -0
  552. data/spec/models/base64_decode_response_spec.rb +47 -0
  553. data/spec/models/base64_detect_request_spec.rb +41 -0
  554. data/spec/models/base64_detect_response_spec.rb +47 -0
  555. data/spec/models/base64_encode_request_spec.rb +41 -0
  556. data/spec/models/base64_encode_response_spec.rb +47 -0
  557. data/spec/models/change_line_ending_response_spec.rb +47 -0
  558. data/spec/models/clear_xlsx_cell_request_spec.rb +65 -0
  559. data/spec/models/clear_xlsx_cell_response_spec.rb +47 -0
  560. data/spec/models/clear_xlsx_row_request_spec.rb +59 -0
  561. data/spec/models/clear_xlsx_row_response_spec.rb +47 -0
  562. data/spec/models/converted_jpg_page_spec.rb +47 -0
  563. data/spec/models/converted_png_page_spec.rb +47 -0
  564. data/spec/models/create_blank_docx_request_spec.rb +41 -0
  565. data/spec/models/create_blank_docx_response_spec.rb +47 -0
  566. data/spec/models/create_blank_spreadsheet_request_spec.rb +41 -0
  567. data/spec/models/create_blank_spreadsheet_response_spec.rb +47 -0
  568. data/spec/models/create_spreadsheet_from_data_request_spec.rb +47 -0
  569. data/spec/models/create_spreadsheet_from_data_response_spec.rb +47 -0
  570. data/spec/models/create_zip_archive_request_spec.rb +47 -0
  571. data/spec/models/csv_collection_spec.rb +53 -0
  572. data/spec/models/csv_file_result_spec.rb +47 -0
  573. data/spec/models/delete_docx_table_row_range_request_spec.rb +65 -0
  574. data/spec/models/delete_docx_table_row_range_response_spec.rb +47 -0
  575. data/spec/models/delete_docx_table_row_request_spec.rb +59 -0
  576. data/spec/models/delete_docx_table_row_response_spec.rb +47 -0
  577. data/spec/models/detect_line_endings_response_spec.rb +59 -0
  578. data/spec/models/disable_shared_workbook_request_spec.rb +47 -0
  579. data/spec/models/disable_shared_workbook_response_spec.rb +47 -0
  580. data/spec/models/document_validation_error_spec.rb +59 -0
  581. data/spec/models/document_validation_result_spec.rb +65 -0
  582. data/spec/models/docx_body_spec.rb +53 -0
  583. data/spec/models/docx_cell_style_spec.rb +59 -0
  584. data/spec/models/docx_comment_spec.rb +89 -0
  585. data/spec/models/docx_footer_spec.rb +53 -0
  586. data/spec/models/docx_header_spec.rb +53 -0
  587. data/spec/models/docx_image_spec.rb +113 -0
  588. data/spec/models/docx_insert_comment_on_paragraph_request_spec.rb +59 -0
  589. data/spec/models/docx_insert_image_request_spec.rb +89 -0
  590. data/spec/models/docx_insert_image_response_spec.rb +47 -0
  591. data/spec/models/docx_page_spec.rb +47 -0
  592. data/spec/models/docx_paragraph_spec.rb +59 -0
  593. data/spec/models/docx_remove_object_request_spec.rb +53 -0
  594. data/spec/models/docx_remove_object_response_spec.rb +47 -0
  595. data/spec/models/docx_run_spec.rb +83 -0
  596. data/spec/models/docx_section_spec.rb +47 -0
  597. data/spec/models/docx_set_footer_add_page_number_request_spec.rb +53 -0
  598. data/spec/models/docx_set_footer_request_spec.rb +53 -0
  599. data/spec/models/docx_set_footer_response_spec.rb +47 -0
  600. data/spec/models/docx_set_header_request_spec.rb +53 -0
  601. data/spec/models/docx_set_header_response_spec.rb +47 -0
  602. data/spec/models/docx_style_spec.rb +77 -0
  603. data/spec/models/docx_table_cell_spec.rb +83 -0
  604. data/spec/models/docx_table_row_spec.rb +53 -0
  605. data/spec/models/docx_table_spec.rb +269 -0
  606. data/spec/models/docx_template_application_request_spec.rb +41 -0
  607. data/spec/models/docx_template_operation_spec.rb +57 -0
  608. data/spec/models/docx_text_spec.rb +53 -0
  609. data/spec/models/docx_to_jpg_result_spec.rb +47 -0
  610. data/spec/models/docx_to_png_result_spec.rb +47 -0
  611. data/spec/models/docx_top_level_comment_spec.rb +77 -0
  612. data/spec/models/eml_attachment_spec.rb +47 -0
  613. data/spec/models/eml_to_html_result_spec.rb +89 -0
  614. data/spec/models/eml_to_jpg_result_spec.rb +47 -0
  615. data/spec/models/eml_to_png_result_spec.rb +47 -0
  616. data/spec/models/enable_shared_workbook_request_spec.rb +47 -0
  617. data/spec/models/enable_shared_workbook_response_spec.rb +47 -0
  618. data/spec/models/exif_value_spec.rb +53 -0
  619. data/spec/models/find_docx_paragraph_request_spec.rb +59 -0
  620. data/spec/models/find_docx_paragraph_response_spec.rb +53 -0
  621. data/spec/models/find_regex_match_spec.rb +65 -0
  622. data/spec/models/find_string_match_spec.rb +53 -0
  623. data/spec/models/find_string_regex_request_spec.rb +53 -0
  624. data/spec/models/find_string_regex_response_spec.rb +53 -0
  625. data/spec/models/find_string_simple_request_spec.rb +47 -0
  626. data/spec/models/find_string_simple_response_spec.rb +53 -0
  627. data/spec/models/finish_editing_request_spec.rb +41 -0
  628. data/spec/models/get_docx_body_request_spec.rb +47 -0
  629. data/spec/models/get_docx_body_response_spec.rb +47 -0
  630. data/spec/models/get_docx_comments_hierarchical_response_spec.rb +53 -0
  631. data/spec/models/get_docx_comments_response_spec.rb +53 -0
  632. data/spec/models/get_docx_get_comments_hierarchical_request_spec.rb +47 -0
  633. data/spec/models/get_docx_get_comments_request_spec.rb +47 -0
  634. data/spec/models/get_docx_headers_and_footers_request_spec.rb +47 -0
  635. data/spec/models/get_docx_headers_and_footers_response_spec.rb +53 -0
  636. data/spec/models/get_docx_images_request_spec.rb +47 -0
  637. data/spec/models/get_docx_images_response_spec.rb +47 -0
  638. data/spec/models/get_docx_pages_request_spec.rb +53 -0
  639. data/spec/models/get_docx_pages_response_spec.rb +53 -0
  640. data/spec/models/get_docx_sections_request_spec.rb +47 -0
  641. data/spec/models/get_docx_sections_response_spec.rb +47 -0
  642. data/spec/models/get_docx_styles_request_spec.rb +47 -0
  643. data/spec/models/get_docx_styles_response_spec.rb +47 -0
  644. data/spec/models/get_docx_table_by_index_request_spec.rb +53 -0
  645. data/spec/models/get_docx_table_by_index_response_spec.rb +47 -0
  646. data/spec/models/get_docx_table_row_request_spec.rb +59 -0
  647. data/spec/models/get_docx_table_row_response_spec.rb +47 -0
  648. data/spec/models/get_docx_tables_request_spec.rb +47 -0
  649. data/spec/models/get_docx_tables_response_spec.rb +47 -0
  650. data/spec/models/get_file_type_icon_result_spec.rb +53 -0
  651. data/spec/models/get_image_info_result_spec.rb +137 -0
  652. data/spec/models/get_pdf_annotations_result_spec.rb +47 -0
  653. data/spec/models/get_xlsx_cell_by_identifier_request_spec.rb +59 -0
  654. data/spec/models/get_xlsx_cell_by_identifier_response_spec.rb +47 -0
  655. data/spec/models/get_xlsx_cell_request_spec.rb +65 -0
  656. data/spec/models/get_xlsx_cell_response_spec.rb +47 -0
  657. data/spec/models/get_xlsx_columns_request_spec.rb +53 -0
  658. data/spec/models/get_xlsx_columns_response_spec.rb +47 -0
  659. data/spec/models/get_xlsx_images_request_spec.rb +53 -0
  660. data/spec/models/get_xlsx_images_response_spec.rb +47 -0
  661. data/spec/models/get_xlsx_rows_and_cells_request_spec.rb +53 -0
  662. data/spec/models/get_xlsx_rows_and_cells_response_spec.rb +47 -0
  663. data/spec/models/get_xlsx_specific_row_request_spec.rb +59 -0
  664. data/spec/models/get_xlsx_specific_row_response_spec.rb +47 -0
  665. data/spec/models/get_xlsx_styles_request_spec.rb +47 -0
  666. data/spec/models/get_xlsx_styles_response_spec.rb +47 -0
  667. data/spec/models/get_xlsx_worksheets_request_spec.rb +47 -0
  668. data/spec/models/get_xlsx_worksheets_response_spec.rb +47 -0
  669. data/spec/models/html_md_result_spec.rb +47 -0
  670. data/spec/models/html_template_application_request_spec.rb +53 -0
  671. data/spec/models/html_template_application_response_spec.rb +47 -0
  672. data/spec/models/html_template_operation_spec.rb +57 -0
  673. data/spec/models/html_to_office_request_spec.rb +41 -0
  674. data/spec/models/html_to_pdf_request_spec.rb +59 -0
  675. data/spec/models/html_to_png_request_spec.rb +59 -0
  676. data/spec/models/html_to_text_request_spec.rb +41 -0
  677. data/spec/models/html_to_text_response_spec.rb +47 -0
  678. data/spec/models/insert_docx_comment_on_paragraph_response_spec.rb +47 -0
  679. data/spec/models/insert_docx_insert_paragraph_request_spec.rb +65 -0
  680. data/spec/models/insert_docx_insert_paragraph_response_spec.rb +47 -0
  681. data/spec/models/insert_docx_table_row_request_spec.rb +65 -0
  682. data/spec/models/insert_docx_table_row_response_spec.rb +47 -0
  683. data/spec/models/insert_docx_tables_request_spec.rb +65 -0
  684. data/spec/models/insert_docx_tables_response_spec.rb +47 -0
  685. data/spec/models/insert_xlsx_worksheet_request_spec.rb +53 -0
  686. data/spec/models/insert_xlsx_worksheet_response_spec.rb +47 -0
  687. data/spec/models/keynote_to_jpg_result_spec.rb +47 -0
  688. data/spec/models/keynote_to_png_result_spec.rb +47 -0
  689. data/spec/models/msg_attachment_spec.rb +47 -0
  690. data/spec/models/msg_to_html_result_spec.rb +89 -0
  691. data/spec/models/msg_to_jpg_result_spec.rb +47 -0
  692. data/spec/models/msg_to_png_result_spec.rb +47 -0
  693. data/spec/models/multi_replace_string_request_spec.rb +53 -0
  694. data/spec/models/multipage_image_format_conversion_result_spec.rb +53 -0
  695. data/spec/models/odp_to_jpg_result_spec.rb +47 -0
  696. data/spec/models/odp_to_png_result_spec.rb +47 -0
  697. data/spec/models/ods_to_jpg_result_spec.rb +47 -0
  698. data/spec/models/ods_to_png_result_spec.rb +47 -0
  699. data/spec/models/odt_to_jpg_result_spec.rb +47 -0
  700. data/spec/models/odt_to_png_result_spec.rb +47 -0
  701. data/spec/models/page_conversion_result_spec.rb +47 -0
  702. data/spec/models/pdf_annotation_spec.rb +107 -0
  703. data/spec/models/pdf_document_spec.rb +53 -0
  704. data/spec/models/pdf_form_field_spec.rb +59 -0
  705. data/spec/models/pdf_form_fields_spec.rb +47 -0
  706. data/spec/models/pdf_metadata_spec.rb +89 -0
  707. data/spec/models/pdf_page_text_spec.rb +47 -0
  708. data/spec/models/pdf_text_by_page_result_spec.rb +47 -0
  709. data/spec/models/pdf_to_jpg_result_spec.rb +47 -0
  710. data/spec/models/pdf_to_png_result_spec.rb +47 -0
  711. data/spec/models/pptx_to_png_result_spec.rb +47 -0
  712. data/spec/models/presentation_result_spec.rb +53 -0
  713. data/spec/models/remove_docx_headers_and_footers_request_spec.rb +59 -0
  714. data/spec/models/remove_docx_headers_and_footers_response_spec.rb +47 -0
  715. data/spec/models/remove_docx_pages_request_spec.rb +59 -0
  716. data/spec/models/remove_html_from_text_request_spec.rb +41 -0
  717. data/spec/models/remove_html_from_text_response_spec.rb +47 -0
  718. data/spec/models/remove_pptx_slides_request_spec.rb +59 -0
  719. data/spec/models/remove_whitespace_from_text_request_spec.rb +41 -0
  720. data/spec/models/remove_whitespace_from_text_response_spec.rb +47 -0
  721. data/spec/models/remove_xlsx_worksheet_request_spec.rb +53 -0
  722. data/spec/models/rename_xlsx_worksheet_request_spec.rb +59 -0
  723. data/spec/models/rename_xlsx_worksheet_response_spec.rb +47 -0
  724. data/spec/models/replace_docx_paragraph_request_spec.rb +65 -0
  725. data/spec/models/replace_docx_paragraph_response_spec.rb +47 -0
  726. data/spec/models/replace_string_regex_request_spec.rb +53 -0
  727. data/spec/models/replace_string_regex_response_spec.rb +47 -0
  728. data/spec/models/replace_string_request_spec.rb +65 -0
  729. data/spec/models/replace_string_simple_request_spec.rb +53 -0
  730. data/spec/models/replace_string_simple_response_spec.rb +47 -0
  731. data/spec/models/rtf_to_jpg_result_spec.rb +47 -0
  732. data/spec/models/rtf_to_png_result_spec.rb +47 -0
  733. data/spec/models/screenshot_request_spec.rb +59 -0
  734. data/spec/models/set_form_field_value_spec.rb +59 -0
  735. data/spec/models/set_pdf_form_fields_request_spec.rb +47 -0
  736. data/spec/models/set_pdf_metadata_request_spec.rb +47 -0
  737. data/spec/models/set_xlsx_cell_by_identifier_request_spec.rb +65 -0
  738. data/spec/models/set_xlsx_cell_by_identifier_response_spec.rb +47 -0
  739. data/spec/models/set_xlsx_cell_request_spec.rb +71 -0
  740. data/spec/models/set_xlsx_cell_response_spec.rb +47 -0
  741. data/spec/models/single_replace_string_spec.rb +53 -0
  742. data/spec/models/split_document_result_spec.rb +53 -0
  743. data/spec/models/split_docx_document_result_spec.rb +47 -0
  744. data/spec/models/split_pdf_result_spec.rb +47 -0
  745. data/spec/models/split_pptx_presentation_result_spec.rb +47 -0
  746. data/spec/models/split_text_document_by_lines_result_spec.rb +53 -0
  747. data/spec/models/split_text_document_by_string_result_spec.rb +53 -0
  748. data/spec/models/split_xlsx_worksheet_result_spec.rb +47 -0
  749. data/spec/models/text_conversion_result_spec.rb +47 -0
  750. data/spec/models/text_document_element_spec.rb +47 -0
  751. data/spec/models/text_document_line_spec.rb +47 -0
  752. data/spec/models/text_encoding_detect_response_spec.rb +47 -0
  753. data/spec/models/thumbnail_spec.rb +47 -0
  754. data/spec/models/update_docx_table_cell_request_spec.rb +71 -0
  755. data/spec/models/update_docx_table_cell_response_spec.rb +47 -0
  756. data/spec/models/update_docx_table_row_request_spec.rb +65 -0
  757. data/spec/models/update_docx_table_row_response_spec.rb +47 -0
  758. data/spec/models/url_to_pdf_request_spec.rb +59 -0
  759. data/spec/models/url_to_text_request_spec.rb +41 -0
  760. data/spec/models/url_to_text_response_spec.rb +47 -0
  761. data/spec/models/viewer_response_spec.rb +47 -0
  762. data/spec/models/worksheet_result_spec.rb +59 -0
  763. data/spec/models/xlsx_image_spec.rb +65 -0
  764. data/spec/models/xlsx_spreadsheet_cell_spec.rb +65 -0
  765. data/spec/models/xlsx_spreadsheet_column_spec.rb +47 -0
  766. data/spec/models/xlsx_spreadsheet_row_spec.rb +47 -0
  767. data/spec/models/xlsx_to_png_result_spec.rb +47 -0
  768. data/spec/models/xlsx_worksheet_spec.rb +47 -0
  769. data/spec/models/xml_add_attribute_with_x_path_result_spec.rb +53 -0
  770. data/spec/models/xml_add_child_with_x_path_result_spec.rb +53 -0
  771. data/spec/models/xml_filter_with_x_path_result_spec.rb +53 -0
  772. data/spec/models/xml_query_with_x_query_multi_result_spec.rb +53 -0
  773. data/spec/models/xml_query_with_x_query_result_spec.rb +53 -0
  774. data/spec/models/xml_remove_all_children_with_x_path_result_spec.rb +53 -0
  775. data/spec/models/xml_remove_with_x_path_result_spec.rb +59 -0
  776. data/spec/models/xml_replace_with_x_path_result_spec.rb +53 -0
  777. data/spec/models/xml_set_value_with_x_path_result_spec.rb +53 -0
  778. data/spec/models/zip_directory_spec.rb +53 -0
  779. data/spec/models/zip_encryption_advanced_request_spec.rb +53 -0
  780. data/spec/models/zip_extract_response_spec.rb +53 -0
  781. data/spec/models/zip_file_spec.rb +47 -0
  782. data/spec/spec_helper.rb +111 -0
  783. metadata +785 -4
@@ -0,0 +1,15 @@
1
+ =begin
2
+ #convertapi
3
+
4
+ #Convert API lets you effortlessly convert file formats and types.
5
+
6
+ OpenAPI spec version: v1
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.14
10
+
11
+ =end
12
+
13
+ module CloudmersiveConvertApiClient
14
+ VERSION = '2.1.1'
15
+ end
@@ -0,0 +1,48 @@
1
+ =begin
2
+ #convertapi
3
+
4
+ #Convert API lets you effortlessly convert file formats and types.
5
+
6
+ OpenAPI spec version: v1
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.14
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+
16
+ # Unit tests for CloudmersiveConvertApiClient::CompareDocumentApi
17
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
18
+ # Please update as you see appropriate
19
+ describe 'CompareDocumentApi' do
20
+ before do
21
+ # run before each test
22
+ @instance = CloudmersiveConvertApiClient::CompareDocumentApi.new
23
+ end
24
+
25
+ after do
26
+ # run after each test
27
+ end
28
+
29
+ describe 'test an instance of CompareDocumentApi' do
30
+ it 'should create an instance of CompareDocumentApi' do
31
+ expect(@instance).to be_instance_of(CloudmersiveConvertApiClient::CompareDocumentApi)
32
+ end
33
+ end
34
+
35
+ # unit tests for compare_document_docx
36
+ # Compare Two Word DOCX
37
+ # Compare two Office Word Documents (docx) files and highlight the differences
38
+ # @param input_file1 First input file to perform the operation on.
39
+ # @param input_file2 Second input file to perform the operation on (more than 2 can be supplied).
40
+ # @param [Hash] opts the optional parameters
41
+ # @return [String]
42
+ describe 'compare_document_docx test' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
45
+ end
46
+ end
47
+
48
+ end
@@ -0,0 +1,265 @@
1
+ =begin
2
+ #convertapi
3
+
4
+ #Convert API lets you effortlessly convert file formats and types.
5
+
6
+ OpenAPI spec version: v1
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.14
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+
16
+ # Unit tests for CloudmersiveConvertApiClient::ConvertDataApi
17
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
18
+ # Please update as you see appropriate
19
+ describe 'ConvertDataApi' do
20
+ before do
21
+ # run before each test
22
+ @instance = CloudmersiveConvertApiClient::ConvertDataApi.new
23
+ end
24
+
25
+ after do
26
+ # run after each test
27
+ end
28
+
29
+ describe 'test an instance of ConvertDataApi' do
30
+ it 'should create an instance of ConvertDataApi' do
31
+ expect(@instance).to be_instance_of(CloudmersiveConvertApiClient::ConvertDataApi)
32
+ end
33
+ end
34
+
35
+ # unit tests for convert_data_csv_to_json
36
+ # Convert CSV to JSON conversion
37
+ # Convert a CSV file to a JSON object array
38
+ # @param input_file Input file to perform the operation on.
39
+ # @param [Hash] opts the optional parameters
40
+ # @option opts [BOOLEAN] :column_names_from_first_row Optional; If true, the first row will be used as the labels for the columns; if false, columns will be named Column0, Column1, etc. Default is true. Set to false if you are not using column headings, or have an irregular column structure.
41
+ # @return [Object]
42
+ describe 'convert_data_csv_to_json test' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
45
+ end
46
+ end
47
+
48
+ # unit tests for convert_data_csv_to_xml
49
+ # Convert CSV to XML conversion
50
+ # Convert a CSV file to a XML file
51
+ # @param input_file Input file to perform the operation on.
52
+ # @param [Hash] opts the optional parameters
53
+ # @option opts [BOOLEAN] :column_names_from_first_row Optional; If true, the first row will be used as the labels for the columns; if false, columns will be named Column0, Column1, etc. Default is true. Set to false if you are not using column headings, or have an irregular column structure.
54
+ # @return [String]
55
+ describe 'convert_data_csv_to_xml test' do
56
+ it 'should work' do
57
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
58
+ end
59
+ end
60
+
61
+ # unit tests for convert_data_json_to_xml
62
+ # Convert JSON to XML conversion
63
+ # Convert a JSON object into XML
64
+ # @param json_object Input JSON to convert to XML
65
+ # @param [Hash] opts the optional parameters
66
+ # @return [String]
67
+ describe 'convert_data_json_to_xml test' do
68
+ it 'should work' do
69
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
70
+ end
71
+ end
72
+
73
+ # unit tests for convert_data_xls_to_json
74
+ # Convert Excel (97-2003) XLS to JSON conversion
75
+ # Convert an Excel (97-2003) XLS file to a JSON object array
76
+ # @param input_file Input file to perform the operation on.
77
+ # @param [Hash] opts the optional parameters
78
+ # @return [Object]
79
+ describe 'convert_data_xls_to_json test' do
80
+ it 'should work' do
81
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
82
+ end
83
+ end
84
+
85
+ # unit tests for convert_data_xlsx_to_json
86
+ # Convert Excel XLSX to JSON conversion
87
+ # Convert an Excel XLSX file to a JSON object array
88
+ # @param input_file Input file to perform the operation on.
89
+ # @param [Hash] opts the optional parameters
90
+ # @return [String]
91
+ describe 'convert_data_xlsx_to_json test' do
92
+ it 'should work' do
93
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
94
+ end
95
+ end
96
+
97
+ # unit tests for convert_data_xlsx_to_xml
98
+ # Convert Excel XLSX to XML conversion
99
+ # Convert an Excel XLSX file to a XML file
100
+ # @param input_file Input file to perform the operation on.
101
+ # @param [Hash] opts the optional parameters
102
+ # @return [String]
103
+ describe 'convert_data_xlsx_to_xml test' do
104
+ it 'should work' do
105
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
106
+ end
107
+ end
108
+
109
+ # unit tests for convert_data_xml_edit_add_attribute_with_x_path
110
+ # Adds an attribute to all XML nodes matching XPath expression
111
+ # Return the reuslts of editing an XML document by adding an attribute to all of the nodes that match an input XPath expression.
112
+ # @param input_file Input XML file to perform the operation on.
113
+ # @param x_path_expression Valid XML XPath query expression
114
+ # @param xml_attribute_name Name of the XML attribute to add
115
+ # @param xml_attribute_value Value of the XML attribute to add
116
+ # @param [Hash] opts the optional parameters
117
+ # @return [XmlAddAttributeWithXPathResult]
118
+ describe 'convert_data_xml_edit_add_attribute_with_x_path test' do
119
+ it 'should work' do
120
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
121
+ end
122
+ end
123
+
124
+ # unit tests for convert_data_xml_edit_add_child_with_x_path
125
+ # Adds an XML node as a child to XML nodes matching XPath expression
126
+ # Return the reuslts of editing an XML document by adding an XML node as a child to all of the nodes that match an input XPath expression.
127
+ # @param input_file Input XML file to perform the operation on.
128
+ # @param x_path_expression Valid XML XPath query expression
129
+ # @param xml_node_to_add XML Node to add as a child
130
+ # @param [Hash] opts the optional parameters
131
+ # @return [XmlAddChildWithXPathResult]
132
+ describe 'convert_data_xml_edit_add_child_with_x_path test' do
133
+ it 'should work' do
134
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
135
+ end
136
+ end
137
+
138
+ # unit tests for convert_data_xml_edit_remove_all_child_nodes_with_x_path
139
+ # Removes, deletes all children of nodes matching XPath expression, but does not remove the nodes
140
+ # Return the reuslts of editing an XML document by removing all child nodes of the nodes that match an input XPath expression.
141
+ # @param input_file Input XML file to perform the operation on.
142
+ # @param x_path_expression Valid XML XPath query expression
143
+ # @param [Hash] opts the optional parameters
144
+ # @return [XmlRemoveAllChildrenWithXPathResult]
145
+ describe 'convert_data_xml_edit_remove_all_child_nodes_with_x_path test' do
146
+ it 'should work' do
147
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
148
+ end
149
+ end
150
+
151
+ # unit tests for convert_data_xml_edit_replace_with_x_path
152
+ # Replaces XML nodes matching XPath expression with new node
153
+ # Return the reuslts of editing an XML document by replacing all of the nodes that match an input XPath expression with a new XML node expression.
154
+ # @param input_file Input XML file to perform the operation on.
155
+ # @param x_path_expression Valid XML XPath query expression
156
+ # @param xml_node_replacement XML Node replacement content
157
+ # @param [Hash] opts the optional parameters
158
+ # @return [XmlReplaceWithXPathResult]
159
+ describe 'convert_data_xml_edit_replace_with_x_path test' do
160
+ it 'should work' do
161
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
162
+ end
163
+ end
164
+
165
+ # unit tests for convert_data_xml_edit_set_value_with_x_path
166
+ # Sets the value contents of XML nodes matching XPath expression
167
+ # Return the reuslts of editing an XML document by setting the contents of all of the nodes that match an input XPath expression. Supports elements and attributes.
168
+ # @param input_file Input XML file to perform the operation on.
169
+ # @param x_path_expression Valid XML XPath query expression
170
+ # @param xml_value XML Value to set into the matching XML nodes
171
+ # @param [Hash] opts the optional parameters
172
+ # @return [XmlSetValueWithXPathResult]
173
+ describe 'convert_data_xml_edit_set_value_with_x_path test' do
174
+ it 'should work' do
175
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
176
+ end
177
+ end
178
+
179
+ # unit tests for convert_data_xml_filter_with_x_path
180
+ # Filter, select XML nodes using XPath expression, get results
181
+ # Return the reuslts of filtering, selecting an XML document with an XPath expression
182
+ # @param x_path_expression Valid XML XPath query expression
183
+ # @param input_file Input file to perform the operation on.
184
+ # @param [Hash] opts the optional parameters
185
+ # @return [XmlFilterWithXPathResult]
186
+ describe 'convert_data_xml_filter_with_x_path test' do
187
+ it 'should work' do
188
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
189
+ end
190
+ end
191
+
192
+ # unit tests for convert_data_xml_query_with_x_query
193
+ # Query an XML file using XQuery query, get results
194
+ # Return the reuslts of querying a single XML document with an XQuery expression. Supports XQuery 3.1 and earlier. This API is optimized for a single XML document as input. Provided XML document is automatically loaded as the default context; to access elements in the document, simply refer to them without a document reference, such as bookstore/book
195
+ # @param input_file Input XML file to perform the operation on.
196
+ # @param x_query Valid XML XQuery 3.1 or earlier query expression; multi-line expressions are supported
197
+ # @param [Hash] opts the optional parameters
198
+ # @return [XmlQueryWithXQueryResult]
199
+ describe 'convert_data_xml_query_with_x_query test' do
200
+ it 'should work' do
201
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
202
+ end
203
+ end
204
+
205
+ # unit tests for convert_data_xml_query_with_x_query_multi
206
+ # Query multiple XML files using XQuery query, get results
207
+ # Return the reuslts of querying an XML document with an XQuery expression. Supports XQuery 3.1 and earlier. This API is optimized for multiple XML documents as input. You can refer to the contents of a given document by name, for example doc(\"books.xml\") or doc(\"restaurants.xml\") if you included two input files named books.xml and restaurants.xml. If input files contain no file name, they will default to file names input1.xml, input2.xml and so on.
208
+ # @param input_file1 First input XML file to perform the operation on.
209
+ # @param x_query Valid XML XQuery 3.1 or earlier query expression; multi-line expressions are supported
210
+ # @param [Hash] opts the optional parameters
211
+ # @option opts [File] :input_file2 Second input XML file to perform the operation on.
212
+ # @option opts [File] :input_file3 Third input XML file to perform the operation on.
213
+ # @option opts [File] :input_file4 Fourth input XML file to perform the operation on.
214
+ # @option opts [File] :input_file5 Fifth input XML file to perform the operation on.
215
+ # @option opts [File] :input_file6 Sixth input XML file to perform the operation on.
216
+ # @option opts [File] :input_file7 Seventh input XML file to perform the operation on.
217
+ # @option opts [File] :input_file8 Eighth input XML file to perform the operation on.
218
+ # @option opts [File] :input_file9 Ninth input XML file to perform the operation on.
219
+ # @option opts [File] :input_file10 Tenth input XML file to perform the operation on.
220
+ # @return [XmlQueryWithXQueryMultiResult]
221
+ describe 'convert_data_xml_query_with_x_query_multi test' do
222
+ it 'should work' do
223
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
224
+ end
225
+ end
226
+
227
+ # unit tests for convert_data_xml_remove_with_x_path
228
+ # Remove, delete XML nodes and items matching XPath expression
229
+ # Return the reuslts of editing an XML document by removing all of the nodes that match an input XPath expression
230
+ # @param x_path_expression Valid XML XPath query expression
231
+ # @param input_file Input file to perform the operation on.
232
+ # @param [Hash] opts the optional parameters
233
+ # @return [XmlRemoveWithXPathResult]
234
+ describe 'convert_data_xml_remove_with_x_path test' do
235
+ it 'should work' do
236
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
237
+ end
238
+ end
239
+
240
+ # unit tests for convert_data_xml_to_json
241
+ # Convert XML to JSON conversion
242
+ # Convert an XML string or file into JSON
243
+ # @param input_file Input file to perform the operation on.
244
+ # @param [Hash] opts the optional parameters
245
+ # @return [Object]
246
+ describe 'convert_data_xml_to_json test' do
247
+ it 'should work' do
248
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
249
+ end
250
+ end
251
+
252
+ # unit tests for convert_data_xml_transform_with_xslt_to_xml
253
+ # Transform XML document file with XSLT into a new XML document
254
+ # Convert an XML string or file into JSON
255
+ # @param input_file Input XML file to perform the operation on.
256
+ # @param transform_file Input XSLT file to use to transform the input XML file.
257
+ # @param [Hash] opts the optional parameters
258
+ # @return [String]
259
+ describe 'convert_data_xml_transform_with_xslt_to_xml test' do
260
+ it 'should work' do
261
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
262
+ end
263
+ end
264
+
265
+ end
@@ -0,0 +1,1033 @@
1
+ =begin
2
+ #convertapi
3
+
4
+ #Convert API lets you effortlessly convert file formats and types.
5
+
6
+ OpenAPI spec version: v1
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.14
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+
16
+ # Unit tests for CloudmersiveConvertApiClient::ConvertDocumentApi
17
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
18
+ # Please update as you see appropriate
19
+ describe 'ConvertDocumentApi' do
20
+ before do
21
+ # run before each test
22
+ @instance = CloudmersiveConvertApiClient::ConvertDocumentApi.new
23
+ end
24
+
25
+ after do
26
+ # run after each test
27
+ end
28
+
29
+ describe 'test an instance of ConvertDocumentApi' do
30
+ it 'should create an instance of ConvertDocumentApi' do
31
+ expect(@instance).to be_instance_of(CloudmersiveConvertApiClient::ConvertDocumentApi)
32
+ end
33
+ end
34
+
35
+ # unit tests for convert_document_autodetect_get_info
36
+ # Get document type information
37
+ # Auto-detects a document's type information; does not require file extension. Analyzes file contents to confirm file type. Even if no file extension is present, the auto-detect system will reliably analyze the contents of the file and identify its file type. Supports over 100 image file formats, Office document file formats, PDF, and more.
38
+ # @param input_file Input file to perform the operation on.
39
+ # @param [Hash] opts the optional parameters
40
+ # @return [AutodetectGetInfoResult]
41
+ describe 'convert_document_autodetect_get_info test' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ # unit tests for convert_document_autodetect_to_jpg
48
+ # Convert Document to JPG/JPEG image array
49
+ # Automatically detect file type and convert it to an array of JPG/JPEG Images. Supports all of the major Office document file formats including Word (DOCX, DOC), Excel (XLSX, XLS), PowerPoint (PPTX, PPT), over 100 image formats, HTML files, and even multi-page TIFF files. Customize image quality using quality header.
50
+ # @param input_file Input file to perform the operation on.
51
+ # @param [Hash] opts the optional parameters
52
+ # @option opts [Integer] :quality Optional; Set the JPEG quality level; lowest quality is 1 (highest compression), highest quality (lowest compression) is 100; recommended value is 75. Default value is 75.
53
+ # @return [AutodetectToJpgResult]
54
+ describe 'convert_document_autodetect_to_jpg test' do
55
+ it 'should work' do
56
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
57
+ end
58
+ end
59
+
60
+ # unit tests for convert_document_autodetect_to_pdf
61
+ # Convert Document to PDF
62
+ # Automatically detect file type and convert it to PDF. Supports all of the major Office document file formats including Word (DOCX, DOC), Excel (XLSX, XLS), PowerPoint (PPTX, PPT), over 100 image formats, HTML files, and even multi-page TIFF files.
63
+ # @param input_file Input file to perform the operation on.
64
+ # @param [Hash] opts the optional parameters
65
+ # @return [String]
66
+ describe 'convert_document_autodetect_to_pdf test' do
67
+ it 'should work' do
68
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
69
+ end
70
+ end
71
+
72
+ # unit tests for convert_document_autodetect_to_png_array
73
+ # Convert Document to PNG array
74
+ # Automatically detect file type and convert it to an array of PNG images. Supports all of the major Office document file formats, over 100 image formats, and even multi-page TIFF files.
75
+ # @param input_file Input file to perform the operation on.
76
+ # @param [Hash] opts the optional parameters
77
+ # @return [AutodetectToPngResult]
78
+ describe 'convert_document_autodetect_to_png_array test' do
79
+ it 'should work' do
80
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
81
+ end
82
+ end
83
+
84
+ # unit tests for convert_document_autodetect_to_thumbnail
85
+ # Convert File to Thumbnail Image
86
+ # Automatically detect file type and convert it to a PNG thumbnail. Supports all of the major Office document file formats including Word (DOCX, DOC), Excel (XLSX, XLS), PowerPoint (PPTX, PPT), over 100 image formats, HTML files, and even multi-page TIFF files. Returns a generic PNG thumbnail for unsupported formats. Maximum thumbnail size is 2048x2048.
87
+ # @param input_file Input file to perform the operation on.
88
+ # @param [Hash] opts the optional parameters
89
+ # @option opts [Integer] :max_width Optional; Maximum width of the output thumbnail - final image will be as large as possible while less than or equal to this width. Default is 128.
90
+ # @option opts [Integer] :max_height Optional; Maximum height of the output thumbnail - final image will be as large as possible while less than or equal to this width. Default is 128.
91
+ # @option opts [String] :extension Optional; Specify the file extension of the inputFile. This will improve the response time in most cases. Also allows unsupported files without extensions to still return a corresponding generic icon.
92
+ # @return [String]
93
+ describe 'convert_document_autodetect_to_thumbnail test' do
94
+ it 'should work' do
95
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
96
+ end
97
+ end
98
+
99
+ # unit tests for convert_document_autodetect_to_thumbnails_advanced
100
+ # Convert File to Thumbnail Image Object
101
+ # Automatically detect file type and convert it to an array of PNG thumbnails, returned as an object. May specify the number of pages for multiple thumbnails; default is one thumbnail. Supports all of the major Office document file formats including Word (DOCX, DOC), Excel (XLSX, XLS), PowerPoint (PPTX, PPT), over 100 image formats, HTML files, and even multi-page TIFF files. Returns a generic PNG thumbnail for unsupported formats. Maximum thumbnail size is 2048x2048.
102
+ # @param input_file Input file to perform the operation on.
103
+ # @param [Hash] opts the optional parameters
104
+ # @option opts [Integer] :pages Optional; Specify how many pages of the document will be converted to thumbnails. Default is 1 page.
105
+ # @option opts [Integer] :max_width Optional; Maximum width of the output thumbnail - final image will be as large as possible while less than or equal to this width. Default is 128.
106
+ # @option opts [Integer] :max_height Optional; Maximum height of the output thumbnail - final image will be as large as possible while less than or equal to this width. Default is 128.
107
+ # @option opts [String] :extension Optional; Specify the file extension of the inputFile. This will improve the response time in most cases. Also allows unsupported files without extensions to still return a corresponding generic icon.
108
+ # @return [AutodetectToThumbnailsResult]
109
+ describe 'convert_document_autodetect_to_thumbnails_advanced test' do
110
+ it 'should work' do
111
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
112
+ end
113
+ end
114
+
115
+ # unit tests for convert_document_autodetect_to_txt
116
+ # Convert Document to Text (txt)
117
+ # Automatically detect file type and convert it to Text. Supports all of the major Office document file formats including Word (DOCX, DOC), Excel (XLSX, XLS), PowerPoint (PPTX, PPT) and PDF files. For spreadsheets, all worksheets will be included. If you wish to exclude certain pages, worksheets, slides, etc. use the Split document API first, or the delete pages/slides/worksheet APIs first to adjust the document to the target state prior to converting to text.
118
+ # @param input_file Input file to perform the operation on.
119
+ # @param [Hash] opts the optional parameters
120
+ # @option opts [String] :text_formatting_mode Optional; specify how whitespace should be handled when converting the document to text. Possible values are 'preserveWhitespace' which will attempt to preserve whitespace in the document and relative positioning of text within the document, and 'minimizeWhitespace' which will not insert additional spaces into the document in most cases. Default is 'preserveWhitespace'.
121
+ # @return [TextConversionResult]
122
+ describe 'convert_document_autodetect_to_txt test' do
123
+ it 'should work' do
124
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
125
+ end
126
+ end
127
+
128
+ # unit tests for convert_document_csv_multi_to_xlsx
129
+ # Convert Multiple CSV Files into a Single XLSX Spreadsheet
130
+ # Convert multiple Comma-Separated Values (CSV) files into a single Excel XLSX Spreadsheet, with one worksheet corresponding to each CSV file.
131
+ # @param input_file1 First input file to perform the operation on.
132
+ # @param input_file2 Second input file to perform the operation on.
133
+ # @param [Hash] opts the optional parameters
134
+ # @option opts [File] :input_file3 Third input file to perform the operation on.
135
+ # @option opts [File] :input_file4 Fourth input file to perform the operation on.
136
+ # @option opts [File] :input_file5 Fifth input file to perform the operation on.
137
+ # @option opts [File] :input_file6 Sixth input file to perform the operation on.
138
+ # @option opts [File] :input_file7 Seventh input file to perform the operation on.
139
+ # @option opts [File] :input_file8 Eighth input file to perform the operation on.
140
+ # @option opts [File] :input_file9 Ninth input file to perform the operation on.
141
+ # @option opts [File] :input_file10 Tenth input file to perform the operation on.
142
+ # @option opts [String] :worksheet_names Optional; Specify the name of each CSV's worksheet in order, separated with commas (e.g. \"worksheet1,worksheet2,worksheet3\"). Defaults to the names of the input CSV files. Recommended when inputting the files directly, without file names.
143
+ # @return [String]
144
+ describe 'convert_document_csv_multi_to_xlsx test' do
145
+ it 'should work' do
146
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
147
+ end
148
+ end
149
+
150
+ # unit tests for convert_document_csv_to_html
151
+ # Convert CSV to HTML document
152
+ # Convert Comma-Separated Values (CSV) file to HTML document.
153
+ # @param input_file Input file to perform the operation on.
154
+ # @param [Hash] opts the optional parameters
155
+ # @return [String]
156
+ describe 'convert_document_csv_to_html test' do
157
+ it 'should work' do
158
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
159
+ end
160
+ end
161
+
162
+ # unit tests for convert_document_csv_to_pdf
163
+ # Convert CSV to PDF document
164
+ # Convert Comma-Separated Values (CSV) file to PDF document.
165
+ # @param input_file Input file to perform the operation on.
166
+ # @param [Hash] opts the optional parameters
167
+ # @return [String]
168
+ describe 'convert_document_csv_to_pdf test' do
169
+ it 'should work' do
170
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
171
+ end
172
+ end
173
+
174
+ # unit tests for convert_document_csv_to_xlsx
175
+ # Convert CSV to Excel XLSX Spreadsheet
176
+ # Convert CSV file to Office Excel XLSX Workbooks file format.
177
+ # @param input_file Input file to perform the operation on.
178
+ # @param [Hash] opts the optional parameters
179
+ # @return [String]
180
+ describe 'convert_document_csv_to_xlsx test' do
181
+ it 'should work' do
182
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
183
+ end
184
+ end
185
+
186
+ # unit tests for convert_document_doc_to_docx
187
+ # Convert Word DOC (97-03) Document to DOCX
188
+ # Convert/upgrade Office Word (97-2003 Format) Documents (doc) to the modern DOCX format
189
+ # @param input_file Input file to perform the operation on.
190
+ # @param [Hash] opts the optional parameters
191
+ # @return [String]
192
+ describe 'convert_document_doc_to_docx test' do
193
+ it 'should work' do
194
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
195
+ end
196
+ end
197
+
198
+ # unit tests for convert_document_doc_to_pdf
199
+ # Convert Word DOC (97-03) Document to PDF
200
+ # Convert Office Word (97-2003 Format) Documents (doc) to standard PDF
201
+ # @param input_file Input file to perform the operation on.
202
+ # @param [Hash] opts the optional parameters
203
+ # @return [String]
204
+ describe 'convert_document_doc_to_pdf test' do
205
+ it 'should work' do
206
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
207
+ end
208
+ end
209
+
210
+ # unit tests for convert_document_doc_to_txt
211
+ # Convert Word DOC (97-03) Document to Text (txt)
212
+ # Convert Office Word DOC (97-03) Document (doc) to text
213
+ # @param input_file Input file to perform the operation on.
214
+ # @param [Hash] opts the optional parameters
215
+ # @return [TextConversionResult]
216
+ describe 'convert_document_doc_to_txt test' do
217
+ it 'should work' do
218
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
219
+ end
220
+ end
221
+
222
+ # unit tests for convert_document_docx_to_doc
223
+ # Convert Word DOCX Document to Legacy Word DOC (97-03)
224
+ # Convert/downgrade modern Office Word DOCX Documents (DOCX) to the legacy Word DOC (97-2003 Format) format
225
+ # @param input_file Input file to perform the operation on.
226
+ # @param [Hash] opts the optional parameters
227
+ # @return [String]
228
+ describe 'convert_document_docx_to_doc test' do
229
+ it 'should work' do
230
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
231
+ end
232
+ end
233
+
234
+ # unit tests for convert_document_docx_to_html
235
+ # Convert Word DOCX Document to HTML Document
236
+ # Convert Office Word Document (DOCX) to HTML Document
237
+ # @param input_file Input file to perform the operation on.
238
+ # @param [Hash] opts the optional parameters
239
+ # @return [String]
240
+ describe 'convert_document_docx_to_html test' do
241
+ it 'should work' do
242
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
243
+ end
244
+ end
245
+
246
+ # unit tests for convert_document_docx_to_jpg
247
+ # Convert Word DOCX Document to JPG/JPEG image array
248
+ # Converts an Office Word Document (DOCX) to an array of JPG/JPEG images, one for each page. Customize image quality using quality header.
249
+ # @param input_file Input file to perform the operation on.
250
+ # @param [Hash] opts the optional parameters
251
+ # @option opts [Integer] :quality Optional; Set the JPEG quality level; lowest quality is 1 (highest compression), highest quality (lowest compression) is 100; recommended value is 75. Default value is 75.
252
+ # @return [DocxToJpgResult]
253
+ describe 'convert_document_docx_to_jpg test' do
254
+ it 'should work' do
255
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
256
+ end
257
+ end
258
+
259
+ # unit tests for convert_document_docx_to_pdf
260
+ # Convert Word DOCX Document to PDF
261
+ # Convert Office Word Documents (docx) to standard PDF
262
+ # @param input_file Input file to perform the operation on.
263
+ # @param [Hash] opts the optional parameters
264
+ # @return [String]
265
+ describe 'convert_document_docx_to_pdf test' do
266
+ it 'should work' do
267
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
268
+ end
269
+ end
270
+
271
+ # unit tests for convert_document_docx_to_png
272
+ # Convert Word DOCX Document to PNG image array
273
+ # Converts an Office Word Document (DOCX) file to an array of PNG images, one for each page.
274
+ # @param input_file Input file to perform the operation on.
275
+ # @param [Hash] opts the optional parameters
276
+ # @return [DocxToPngResult]
277
+ describe 'convert_document_docx_to_png test' do
278
+ it 'should work' do
279
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
280
+ end
281
+ end
282
+
283
+ # unit tests for convert_document_docx_to_rtf
284
+ # Convert Word DOCX Document to RTF
285
+ # Convert an Office Word Document (DOCX) to Rich Text Format Document (RTF)
286
+ # @param input_file Input file to perform the operation on.
287
+ # @param [Hash] opts the optional parameters
288
+ # @return [String]
289
+ describe 'convert_document_docx_to_rtf test' do
290
+ it 'should work' do
291
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
292
+ end
293
+ end
294
+
295
+ # unit tests for convert_document_docx_to_txt
296
+ # Convert Word DOCX Document to Text (txt)
297
+ # Convert Office Word Documents (docx) to text
298
+ # @param input_file Input file to perform the operation on.
299
+ # @param [Hash] opts the optional parameters
300
+ # @option opts [String] :text_formatting_mode Optional; specify how whitespace should be handled when converting the document to text. Possible values are 'preserveWhitespace' which will attempt to preserve whitespace in the document and relative positioning of text within the document, and 'minimizeWhitespace' which will not insert additional spaces into the document in most cases. Default is 'minimizeWhitespace'.
301
+ # @return [TextConversionResult]
302
+ describe 'convert_document_docx_to_txt test' do
303
+ it 'should work' do
304
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
305
+ end
306
+ end
307
+
308
+ # unit tests for convert_document_eml_to_html
309
+ # Convert Email EML file to HTML string
310
+ # Convert Outlook Email EML file to HTML string and attachments. Supports images if they are base 64 inline.
311
+ # @param input_file Input file to perform the operation on.
312
+ # @param [Hash] opts the optional parameters
313
+ # @option opts [BOOLEAN] :body_only Optional; If true, the HTML string will only include the body of the email. Other information such as subject will still be given as properties in the response object. Default is false.
314
+ # @option opts [BOOLEAN] :include_attachments Optional; If false, the response object will not include any attachment files from the input file. Default is true.
315
+ # @return [EmlToHtmlResult]
316
+ describe 'convert_document_eml_to_html test' do
317
+ it 'should work' do
318
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
319
+ end
320
+ end
321
+
322
+ # unit tests for convert_document_eml_to_jpg
323
+ # Convert Email EML file to JPG/JPEG image array
324
+ # Converts an Outlook Email File (EML) to an array of JPG/JPEG images, one for each page. Customize image quality using quality header.
325
+ # @param input_file Input file to perform the operation on.
326
+ # @param [Hash] opts the optional parameters
327
+ # @option opts [Integer] :quality Optional; Set the JPEG quality level; lowest quality is 1 (highest compression), highest quality (lowest compression) is 100; recommended value is 75. Default value is 75.
328
+ # @return [EmlToJpgResult]
329
+ describe 'convert_document_eml_to_jpg test' do
330
+ it 'should work' do
331
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
332
+ end
333
+ end
334
+
335
+ # unit tests for convert_document_eml_to_pdf
336
+ # Convert Email EML file to PDF document
337
+ # Convert Outlook Email EML file to PDF document. Supports images if they are base 64 inline.
338
+ # @param input_file Input file to perform the operation on.
339
+ # @param [Hash] opts the optional parameters
340
+ # @option opts [BOOLEAN] :body_only Optional; If true, the HTML string will only include the body of the email. Other information such as subject will still be given as properties in the response object. Default is false.
341
+ # @return [String]
342
+ describe 'convert_document_eml_to_pdf test' do
343
+ it 'should work' do
344
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
345
+ end
346
+ end
347
+
348
+ # unit tests for convert_document_eml_to_png
349
+ # Convert Email EML file to PNG image array
350
+ # Converts an Outlook Email File (EML) to an array of PNG images, one for each page.
351
+ # @param input_file Input file to perform the operation on.
352
+ # @param [Hash] opts the optional parameters
353
+ # @return [EmlToPngResult]
354
+ describe 'convert_document_eml_to_png test' do
355
+ it 'should work' do
356
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
357
+ end
358
+ end
359
+
360
+ # unit tests for convert_document_get_file_type_icon
361
+ # Get PNG icon file for the file extension
362
+ # Returns a PNG icon for the given file format extension as a file for download. User may specify the icon size. Supports over 100 file formats, with a generic icon for unsupported formats.
363
+ # @param file_extension Required; The file extension to be used for the icon. Limited to 4 AlphaNumeric characters.
364
+ # @param [Hash] opts the optional parameters
365
+ # @option opts [Integer] :icon_size Optional; The desired width of the icon, preserving its aspect ratio.
366
+ # @return [String]
367
+ describe 'convert_document_get_file_type_icon test' do
368
+ it 'should work' do
369
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
370
+ end
371
+ end
372
+
373
+ # unit tests for convert_document_get_file_type_icon_advanced
374
+ # Get PNG icon byte array for the file extension
375
+ # Returns a PNG icon for the given file format extension directly as a byte array. User may specify the icon size. Supports over 100 file formats, with a generic icon for unsupported formats.
376
+ # @param file_extension Required; The file extension to be used for the icon. Limited to 4 AlphaNumeric characters.
377
+ # @param [Hash] opts the optional parameters
378
+ # @option opts [Integer] :icon_size Optional; The desired width of the icon, preserving its aspect ratio.
379
+ # @return [GetFileTypeIconResult]
380
+ describe 'convert_document_get_file_type_icon_advanced test' do
381
+ it 'should work' do
382
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
383
+ end
384
+ end
385
+
386
+ # unit tests for convert_document_html_to_pdf
387
+ # Convert HTML document file to PDF Document
388
+ # Convert standard HTML, with full support for CSS, JavaScript, Images, and other complex behavior to PDF. To use external files such as images, use an absolute URL to the file.
389
+ # @param input_file Input file to perform the operation on.
390
+ # @param [Hash] opts the optional parameters
391
+ # @option opts [BOOLEAN] :include_background_graphics Optional: Set to true to include background graphics in the PDF, or false to not include. Default is true.
392
+ # @option opts [Integer] :scale_factor 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%.
393
+ # @return [String]
394
+ describe 'convert_document_html_to_pdf test' do
395
+ it 'should work' do
396
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
397
+ end
398
+ end
399
+
400
+ # unit tests for convert_document_html_to_png
401
+ # Convert HTML document file to PNG image array
402
+ # Convert standard HTML, with full support for CSS, JavaScript, Images, and other complex behavior to an array of PNG images, one for each page. To use external files in your HTML such as images, use an absolute URL to the file.
403
+ # @param input_file Input file to perform the operation on.
404
+ # @param [Hash] opts the optional parameters
405
+ # @return [PdfToPngResult]
406
+ describe 'convert_document_html_to_png test' do
407
+ it 'should work' do
408
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
409
+ end
410
+ end
411
+
412
+ # unit tests for convert_document_html_to_txt
413
+ # HTML Document file to Text (txt)
414
+ # HTML document to text
415
+ # @param input_file Input file to perform the operation on.
416
+ # @param [Hash] opts the optional parameters
417
+ # @return [TextConversionResult]
418
+ describe 'convert_document_html_to_txt test' do
419
+ it 'should work' do
420
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
421
+ end
422
+ end
423
+
424
+ # unit tests for convert_document_keynote_to_jpg
425
+ # Convert Keynote Presentation (KEY) to JPG/JPEG image array
426
+ # Converts a Mac Keynote Presentation (KEY) to an array of JPG/JPEG images, one for each page. Customize image quality using quality header.
427
+ # @param input_file Input file to perform the operation on.
428
+ # @param [Hash] opts the optional parameters
429
+ # @option opts [Integer] :quality Optional; Set the JPEG quality level; lowest quality is 1 (highest compression), highest quality (lowest compression) is 100; recommended value is 75. Default value is 75.
430
+ # @return [KeynoteToJpgResult]
431
+ describe 'convert_document_keynote_to_jpg test' do
432
+ it 'should work' do
433
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
434
+ end
435
+ end
436
+
437
+ # unit tests for convert_document_keynote_to_pdf
438
+ # Convert Keynote Presentation (KEY) to PDF
439
+ # Convert Mac Keynote Presentation (KEY) to standard PDF
440
+ # @param input_file Input file to perform the operation on.
441
+ # @param [Hash] opts the optional parameters
442
+ # @return [String]
443
+ describe 'convert_document_keynote_to_pdf test' do
444
+ it 'should work' do
445
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
446
+ end
447
+ end
448
+
449
+ # unit tests for convert_document_keynote_to_png
450
+ # Convert Keynote Presentation (KEY) to PNG image array
451
+ # Converts a Mac Keynote Presentation (KEY) to an array of PNG images, one for each page.
452
+ # @param input_file Input file to perform the operation on.
453
+ # @param [Hash] opts the optional parameters
454
+ # @return [KeynoteToPngResult]
455
+ describe 'convert_document_keynote_to_png test' do
456
+ it 'should work' do
457
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
458
+ end
459
+ end
460
+
461
+ # unit tests for convert_document_keynote_to_pptx
462
+ # Convert Keynote Presentation (KEY) to PPTX
463
+ # Convert Mac Keynote Presentation (KEY) to PowerPoint Presentation (PPTX)
464
+ # @param input_file Input file to perform the operation on.
465
+ # @param [Hash] opts the optional parameters
466
+ # @return [String]
467
+ describe 'convert_document_keynote_to_pptx test' do
468
+ it 'should work' do
469
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
470
+ end
471
+ end
472
+
473
+ # unit tests for convert_document_msg_to_html
474
+ # Convert Email MSG file to HTML string
475
+ # Convert Outlook Email MSG file to HTML string and attachments. Supports images if they are base 64 inline. Supports most, but not all, RTF bodied MSG files.
476
+ # @param input_file Input file to perform the operation on.
477
+ # @param [Hash] opts the optional parameters
478
+ # @option opts [BOOLEAN] :body_only Optional; If true, the HTML string will only include the body of the MSG. Other information such as subject will still be given as properties in the response object. Default is false.
479
+ # @option opts [BOOLEAN] :include_attachments Optional; If false, the response object will not include any attachment files from the input file. Default is true.
480
+ # @return [MsgToHtmlResult]
481
+ describe 'convert_document_msg_to_html test' do
482
+ it 'should work' do
483
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
484
+ end
485
+ end
486
+
487
+ # unit tests for convert_document_msg_to_jpg
488
+ # Convert Email MSG file to JPG/JPEG image array
489
+ # Converts an Outlook Message File (MSG) to an array of JPG/JPEG images, one for each page. Customize image quality using quality header.
490
+ # @param input_file Input file to perform the operation on.
491
+ # @param [Hash] opts the optional parameters
492
+ # @option opts [Integer] :quality Optional; Set the JPEG quality level; lowest quality is 1 (highest compression), highest quality (lowest compression) is 100; recommended value is 75. Default value is 75.
493
+ # @return [MsgToJpgResult]
494
+ describe 'convert_document_msg_to_jpg test' do
495
+ it 'should work' do
496
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
497
+ end
498
+ end
499
+
500
+ # unit tests for convert_document_msg_to_pdf
501
+ # Convert Email MSG file to PDF document
502
+ # Convert Outlook Email MSG file to PDF document. Supports images if they are base 64 inline. Supports most, but not all, RTF bodied MSG files.
503
+ # @param input_file Input file to perform the operation on.
504
+ # @param [Hash] opts the optional parameters
505
+ # @option opts [BOOLEAN] :body_only Optional; If true, the HTML string will only include the body of the email. Other information such as subject will still be given as properties in the response object. Default is false.
506
+ # @return [String]
507
+ describe 'convert_document_msg_to_pdf test' do
508
+ it 'should work' do
509
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
510
+ end
511
+ end
512
+
513
+ # unit tests for convert_document_msg_to_png
514
+ # Convert Email MSG file to PNG image array
515
+ # Converts an Outlook Email Message File (MSG) to an array of PNG images, one for each page.
516
+ # @param input_file Input file to perform the operation on.
517
+ # @param [Hash] opts the optional parameters
518
+ # @return [MsgToPngResult]
519
+ describe 'convert_document_msg_to_png test' do
520
+ it 'should work' do
521
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
522
+ end
523
+ end
524
+
525
+ # unit tests for convert_document_odp_to_jpg
526
+ # Convert ODP Presentation to JPG/JPEG image array
527
+ # Converts an Open Document Presentation (ODP) to an array of JPG/JPEG images, one for each page. Customize image quality using quality header.
528
+ # @param input_file Input file to perform the operation on.
529
+ # @param [Hash] opts the optional parameters
530
+ # @option opts [Integer] :quality Optional; Set the JPEG quality level; lowest quality is 1 (highest compression), highest quality (lowest compression) is 100; recommended value is 75. Default value is 75.
531
+ # @return [OdpToJpgResult]
532
+ describe 'convert_document_odp_to_jpg test' do
533
+ it 'should work' do
534
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
535
+ end
536
+ end
537
+
538
+ # unit tests for convert_document_odp_to_pdf
539
+ # Convert ODP Presentation to PDF
540
+ # Convert Office Open Document Presentation (ODP) to standard PDF
541
+ # @param input_file Input file to perform the operation on.
542
+ # @param [Hash] opts the optional parameters
543
+ # @return [String]
544
+ describe 'convert_document_odp_to_pdf test' do
545
+ it 'should work' do
546
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
547
+ end
548
+ end
549
+
550
+ # unit tests for convert_document_odp_to_png
551
+ # Convert ODP Presentation to PNG image array
552
+ # Converts an Office Open Document Presentation (ODP) to an array of PNG images, one for each page.
553
+ # @param input_file Input file to perform the operation on.
554
+ # @param [Hash] opts the optional parameters
555
+ # @return [OdpToPngResult]
556
+ describe 'convert_document_odp_to_png test' do
557
+ it 'should work' do
558
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
559
+ end
560
+ end
561
+
562
+ # unit tests for convert_document_odp_to_pptx
563
+ # Convert ODP Presentation to PPTX
564
+ # Convert Office Open Document Presentation (ODP) to PowerPoint Presentation (PPTX)
565
+ # @param input_file Input file to perform the operation on.
566
+ # @param [Hash] opts the optional parameters
567
+ # @return [String]
568
+ describe 'convert_document_odp_to_pptx test' do
569
+ it 'should work' do
570
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
571
+ end
572
+ end
573
+
574
+ # unit tests for convert_document_ods_to_jpg
575
+ # Convert ODS Spreadsheet to JPG/JPEG image array
576
+ # Converts an Open Document Spreadsheet (ODS) to an array of JPG/JPEG images, one for each page. Customize image quality using quality header.
577
+ # @param input_file Input file to perform the operation on.
578
+ # @param [Hash] opts the optional parameters
579
+ # @option opts [Integer] :quality Optional; Set the JPEG quality level; lowest quality is 1 (highest compression), highest quality (lowest compression) is 100; recommended value is 75. Default value is 75.
580
+ # @return [OdsToJpgResult]
581
+ describe 'convert_document_ods_to_jpg test' do
582
+ it 'should work' do
583
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
584
+ end
585
+ end
586
+
587
+ # unit tests for convert_document_ods_to_pdf
588
+ # Convert ODS Spreadsheet to PDF
589
+ # Convert Office Open Document Spreadsheet (ODS) to standard PDF
590
+ # @param input_file Input file to perform the operation on.
591
+ # @param [Hash] opts the optional parameters
592
+ # @return [String]
593
+ describe 'convert_document_ods_to_pdf test' do
594
+ it 'should work' do
595
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
596
+ end
597
+ end
598
+
599
+ # unit tests for convert_document_ods_to_png
600
+ # Convert ODS Spreadsheet to PNG image array
601
+ # Converts an Office Open Document Spreadsheet (ODS) to an array of PNG images, one for each page.
602
+ # @param input_file Input file to perform the operation on.
603
+ # @param [Hash] opts the optional parameters
604
+ # @return [OdsToPngResult]
605
+ describe 'convert_document_ods_to_png test' do
606
+ it 'should work' do
607
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
608
+ end
609
+ end
610
+
611
+ # unit tests for convert_document_ods_to_xlsx
612
+ # Convert ODS Spreadsheet to XLSX
613
+ # Convert Office Open Document Spreadsheet (ODS) to Excel Spreadsheet (XLSX)
614
+ # @param input_file Input file to perform the operation on.
615
+ # @param [Hash] opts the optional parameters
616
+ # @return [String]
617
+ describe 'convert_document_ods_to_xlsx test' do
618
+ it 'should work' do
619
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
620
+ end
621
+ end
622
+
623
+ # unit tests for convert_document_odt_to_docx
624
+ # Convert ODT Text File to Word DOCX
625
+ # Convert Office Open Document Text File (ODT) to Word DOCX Document
626
+ # @param input_file Input file to perform the operation on.
627
+ # @param [Hash] opts the optional parameters
628
+ # @return [String]
629
+ describe 'convert_document_odt_to_docx test' do
630
+ it 'should work' do
631
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
632
+ end
633
+ end
634
+
635
+ # unit tests for convert_document_odt_to_jpg
636
+ # Convert ODT Text File to JPG/JPEG image array
637
+ # Converts an Open Document Text File (ODT) to an array of JPG/JPEG images, one for each page. Customize image quality using quality header.
638
+ # @param input_file Input file to perform the operation on.
639
+ # @param [Hash] opts the optional parameters
640
+ # @option opts [Integer] :quality Optional; Set the JPEG quality level; lowest quality is 1 (highest compression), highest quality (lowest compression) is 100; recommended value is 75. Default value is 75.
641
+ # @return [OdtToJpgResult]
642
+ describe 'convert_document_odt_to_jpg test' do
643
+ it 'should work' do
644
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
645
+ end
646
+ end
647
+
648
+ # unit tests for convert_document_odt_to_pdf
649
+ # Convert ODT Text File to PDF
650
+ # Convert Office Open Document Text File (ODT) to standard PDF
651
+ # @param input_file Input file to perform the operation on.
652
+ # @param [Hash] opts the optional parameters
653
+ # @return [String]
654
+ describe 'convert_document_odt_to_pdf test' do
655
+ it 'should work' do
656
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
657
+ end
658
+ end
659
+
660
+ # unit tests for convert_document_odt_to_png
661
+ # Convert ODT Text File to PNG image array
662
+ # Converts an Office Open Document Text File (ODT) to an array of PNG images, one for each page.
663
+ # @param input_file Input file to perform the operation on.
664
+ # @param [Hash] opts the optional parameters
665
+ # @return [OdtToPngResult]
666
+ describe 'convert_document_odt_to_png test' do
667
+ it 'should work' do
668
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
669
+ end
670
+ end
671
+
672
+ # unit tests for convert_document_pdf_to_docx
673
+ # Convert PDF to Word DOCX Document
674
+ # Convert standard PDF to Office Word Documents (docx). Converts a PDF at high fidelity into Word format, where it can be easily edited and processed.
675
+ # @param input_file Input file to perform the operation on.
676
+ # @param [Hash] opts the optional parameters
677
+ # @return [String]
678
+ describe 'convert_document_pdf_to_docx test' do
679
+ it 'should work' do
680
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
681
+ end
682
+ end
683
+
684
+ # unit tests for convert_document_pdf_to_docx_rasterize
685
+ # Convert PDF to Word DOCX Document based on rasterized version of the PDF
686
+ # Convert standard PDF to Office Word Documents (docx), but first rasterize the PDF. Converts a PDF at high fidelity into Word format.
687
+ # @param input_file Input file to perform the operation on.
688
+ # @param [Hash] opts the optional parameters
689
+ # @return [String]
690
+ describe 'convert_document_pdf_to_docx_rasterize test' do
691
+ it 'should work' do
692
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
693
+ end
694
+ end
695
+
696
+ # unit tests for convert_document_pdf_to_jpg
697
+ # Convert PDF to JPG/JPEG image array
698
+ # Converts a PDF Document to an array of JPG/JPEG images, one for each page. Customize image quality using quality header.
699
+ # @param input_file Input file to perform the operation on.
700
+ # @param [Hash] opts the optional parameters
701
+ # @option opts [Integer] :quality Optional; Set the JPEG quality level; lowest quality is 1 (highest compression), highest quality (lowest compression) is 100; recommended value is 75. Default value is 75.
702
+ # @return [PdfToJpgResult]
703
+ describe 'convert_document_pdf_to_jpg test' do
704
+ it 'should work' do
705
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
706
+ end
707
+ end
708
+
709
+ # unit tests for convert_document_pdf_to_png_array
710
+ # Convert PDF to PNG Image Array
711
+ # Convert PDF document to PNG array, one image per page.
712
+ # @param input_file Input file to perform the operation on.
713
+ # @param [Hash] opts the optional parameters
714
+ # @return [PdfToPngResult]
715
+ describe 'convert_document_pdf_to_png_array test' do
716
+ it 'should work' do
717
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
718
+ end
719
+ end
720
+
721
+ # unit tests for convert_document_pdf_to_png_single
722
+ # Convert PDF to Single PNG image
723
+ # Convert PDF document to a single tall PNG image, by stacking/concatenating the images vertically into a single \"tall\" image
724
+ # @param input_file Input file to perform the operation on.
725
+ # @param [Hash] opts the optional parameters
726
+ # @return [String]
727
+ describe 'convert_document_pdf_to_png_single test' do
728
+ it 'should work' do
729
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
730
+ end
731
+ end
732
+
733
+ # unit tests for convert_document_pdf_to_pptx
734
+ # Convert PDF to PowerPoint PPTX Presentation
735
+ # Convert standard PDF to Office PowerPoint Presentation (pptx). Converts a PDF file at high fidelity into PowerPoint format, where it can be easily edited and processed.
736
+ # @param input_file Input file to perform the operation on.
737
+ # @param [Hash] opts the optional parameters
738
+ # @return [String]
739
+ describe 'convert_document_pdf_to_pptx test' do
740
+ it 'should work' do
741
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
742
+ end
743
+ end
744
+
745
+ # unit tests for convert_document_pdf_to_txt
746
+ # Convert PDF Document to Text (txt)
747
+ # PDF document to text
748
+ # @param input_file Input file to perform the operation on.
749
+ # @param [Hash] opts the optional parameters
750
+ # @option opts [String] :text_formatting_mode Optional; specify how whitespace should be handled when converting PDF to text. Possible values are 'preserveWhitespace' which will attempt to preserve whitespace in the document and relative positioning of text within the document, and 'minimizeWhitespace' which will not insert additional spaces into the document in most cases. Default is 'preserveWhitespace'.
751
+ # @return [TextConversionResult]
752
+ describe 'convert_document_pdf_to_txt test' do
753
+ it 'should work' do
754
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
755
+ end
756
+ end
757
+
758
+ # unit tests for convert_document_png_array_to_pdf
759
+ # Convert PNG Array to PDF
760
+ # Convert an array of PNG images, one image per page, into a newly-created PDF. Supports images of different sizes as input.
761
+ # @param input_file1 First input file to perform the operation on.
762
+ # @param input_file2 Second input file to perform the operation on.
763
+ # @param [Hash] opts the optional parameters
764
+ # @option opts [File] :input_file3 Third input file to perform the operation on.
765
+ # @option opts [File] :input_file4 Fourth input file to perform the operation on.
766
+ # @option opts [File] :input_file5 Fifth input file to perform the operation on.
767
+ # @option opts [File] :input_file6 Sixth input file to perform the operation on.
768
+ # @option opts [File] :input_file7 Seventh input file to perform the operation on.
769
+ # @option opts [File] :input_file8 Eighth input file to perform the operation on.
770
+ # @option opts [File] :input_file9 Ninth input file to perform the operation on.
771
+ # @option opts [File] :input_file10 Tenth input file to perform the operation on.
772
+ # @return [String]
773
+ describe 'convert_document_png_array_to_pdf test' do
774
+ it 'should work' do
775
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
776
+ end
777
+ end
778
+
779
+ # unit tests for convert_document_ppt_to_pdf
780
+ # Convert PowerPoint PPT (97-03) Presentation to PDF
781
+ # Convert Office PowerPoint (97-2003) Documents (ppt) to standard PDF
782
+ # @param input_file Input file to perform the operation on.
783
+ # @param [Hash] opts the optional parameters
784
+ # @return [String]
785
+ describe 'convert_document_ppt_to_pdf test' do
786
+ it 'should work' do
787
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
788
+ end
789
+ end
790
+
791
+ # unit tests for convert_document_ppt_to_pptx
792
+ # Convert PowerPoint PPT (97-03) Presentation to PPTX
793
+ # Convert/upgrade Office PowerPoint (97-2003) Documents (ppt) to modern PPTX
794
+ # @param input_file Input file to perform the operation on.
795
+ # @param [Hash] opts the optional parameters
796
+ # @return [String]
797
+ describe 'convert_document_ppt_to_pptx test' do
798
+ it 'should work' do
799
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
800
+ end
801
+ end
802
+
803
+ # unit tests for convert_document_pptx_to_pdf
804
+ # Convert PowerPoint PPTX Presentation to PDF
805
+ # Convert Office PowerPoint Documents (pptx) to standard PDF
806
+ # @param input_file Input file to perform the operation on.
807
+ # @param [Hash] opts the optional parameters
808
+ # @return [String]
809
+ describe 'convert_document_pptx_to_pdf test' do
810
+ it 'should work' do
811
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
812
+ end
813
+ end
814
+
815
+ # unit tests for convert_document_pptx_to_png
816
+ # Convert PowerPoint PPTX to PNG image array
817
+ # Converts a PowerPoint Presentation (PPTX) file to an array of PNG images, one for each page.
818
+ # @param input_file Input file to perform the operation on.
819
+ # @param [Hash] opts the optional parameters
820
+ # @return [PptxToPngResult]
821
+ describe 'convert_document_pptx_to_png test' do
822
+ it 'should work' do
823
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
824
+ end
825
+ end
826
+
827
+ # unit tests for convert_document_pptx_to_ppt
828
+ # Convert PowerPoint PPTX presentation to Legacy PowerPoint PPT (97-03)
829
+ # Convert/downgrade modern Office PowerPoint PPTX Presentation to the legacy PowerPoint PPT (97-2003 Format) format
830
+ # @param [Hash] opts the optional parameters
831
+ # @return [Object]
832
+ describe 'convert_document_pptx_to_ppt test' do
833
+ it 'should work' do
834
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
835
+ end
836
+ end
837
+
838
+ # unit tests for convert_document_pptx_to_txt
839
+ # Convert PowerPoint PPTX Presentation to Text (txt)
840
+ # Convert Office PowerPoint Documents (pptx) to standard Text
841
+ # @param input_file Input file to perform the operation on.
842
+ # @param [Hash] opts the optional parameters
843
+ # @return [TextConversionResult]
844
+ describe 'convert_document_pptx_to_txt test' do
845
+ it 'should work' do
846
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
847
+ end
848
+ end
849
+
850
+ # unit tests for convert_document_rtf_to_docx
851
+ # Convert Rich Text Format RTF to DOCX Document
852
+ # Convert Rich Text Format Document (RTF) to Word DOCX Document
853
+ # @param input_file Input file to perform the operation on.
854
+ # @param [Hash] opts the optional parameters
855
+ # @return [String]
856
+ describe 'convert_document_rtf_to_docx test' do
857
+ it 'should work' do
858
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
859
+ end
860
+ end
861
+
862
+ # unit tests for convert_document_rtf_to_html
863
+ # Convert Rich Text Format RTF to HTML Document
864
+ # Convert Rich Text Format Document (RTF) to HTML Document
865
+ # @param input_file Input file to perform the operation on.
866
+ # @param [Hash] opts the optional parameters
867
+ # @return [String]
868
+ describe 'convert_document_rtf_to_html test' do
869
+ it 'should work' do
870
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
871
+ end
872
+ end
873
+
874
+ # unit tests for convert_document_rtf_to_jpg
875
+ # Convert Rich Text Format RTF to JPG/JPEG image array
876
+ # Converts a Rich Text Format Document (RTF) to an array of JPG/JPEG images, one for each page. Customize image quality using quality header.
877
+ # @param input_file Input file to perform the operation on.
878
+ # @param [Hash] opts the optional parameters
879
+ # @option opts [Integer] :quality Optional; Set the JPEG quality level; lowest quality is 1 (highest compression), highest quality (lowest compression) is 100; recommended value is 75. Default value is 75.
880
+ # @return [RtfToJpgResult]
881
+ describe 'convert_document_rtf_to_jpg test' do
882
+ it 'should work' do
883
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
884
+ end
885
+ end
886
+
887
+ # unit tests for convert_document_rtf_to_pdf
888
+ # Convert Rich Text Format RTF to PDF
889
+ # Convert Rich Text Format Document (RTF) to standard PDF
890
+ # @param input_file Input file to perform the operation on.
891
+ # @param [Hash] opts the optional parameters
892
+ # @return [String]
893
+ describe 'convert_document_rtf_to_pdf test' do
894
+ it 'should work' do
895
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
896
+ end
897
+ end
898
+
899
+ # unit tests for convert_document_rtf_to_png
900
+ # Convert Rich Text Format RTF to PNG image array
901
+ # Converts a Rich Text Format Document (RTF) to an array of PNG images, one for each page.
902
+ # @param input_file Input file to perform the operation on.
903
+ # @param [Hash] opts the optional parameters
904
+ # @return [RtfToPngResult]
905
+ describe 'convert_document_rtf_to_png test' do
906
+ it 'should work' do
907
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
908
+ end
909
+ end
910
+
911
+ # unit tests for convert_document_xls_to_csv
912
+ # Convert Excel XLS (97-03) Spreadsheet to CSV
913
+ # Convert/upgrade Office Excel (97-2003) Workbooks (xls) to standard CSV format.
914
+ # @param input_file Input file to perform the operation on.
915
+ # @param [Hash] opts the optional parameters
916
+ # @return [String]
917
+ describe 'convert_document_xls_to_csv test' do
918
+ it 'should work' do
919
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
920
+ end
921
+ end
922
+
923
+ # unit tests for convert_document_xls_to_pdf
924
+ # Convert Excel XLS (97-03) Spreadsheet to PDF
925
+ # Convert Office Excel (97-2003) Workbooks (xls) to standard PDF. Converts all worksheets in the workbook to PDF.
926
+ # @param input_file Input file to perform the operation on.
927
+ # @param [Hash] opts the optional parameters
928
+ # @return [String]
929
+ describe 'convert_document_xls_to_pdf test' do
930
+ it 'should work' do
931
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
932
+ end
933
+ end
934
+
935
+ # unit tests for convert_document_xls_to_xlsx
936
+ # Convert Excel XLS (97-03) Spreadsheet to XLSX
937
+ # Convert/upgrade Office Excel (97-2003) Workbooks (xls) to modern XLSX format.
938
+ # @param input_file Input file to perform the operation on.
939
+ # @param [Hash] opts the optional parameters
940
+ # @return [String]
941
+ describe 'convert_document_xls_to_xlsx test' do
942
+ it 'should work' do
943
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
944
+ end
945
+ end
946
+
947
+ # unit tests for convert_document_xlsx_to_csv
948
+ # Convert Excel XLSX Spreadsheet to CSV, Single Worksheet
949
+ # Convert Office Excel Workbooks (XLSX) to standard Comma-Separated Values (CSV) format. Supports both XLSX and XLSB file Excel formats. If the input file contains multiple worksheets, the first one is used. If you wish to convert all of the worksheets (not just the first one), be sure to use the xlsx/to/csv/multi API.
950
+ # @param input_file Input file to perform the operation on.
951
+ # @param [Hash] opts the optional parameters
952
+ # @option opts [String] :output_encoding Optional, set the output text encoding for the result; possible values are UTF-8, ASCII and UTF-32. Default is UTF-8.
953
+ # @return [String]
954
+ describe 'convert_document_xlsx_to_csv test' do
955
+ it 'should work' do
956
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
957
+ end
958
+ end
959
+
960
+ # unit tests for convert_document_xlsx_to_csv_multi
961
+ # Convert Excel XLSX Spreadsheet to CSV, Multiple Worksheets
962
+ # Convert Office Excel Workbooks (XLSX) to standard Comma-Separated Values (CSV) format, with support for multiple worksheets. Supports both XLSX and XLSB file Excel formats. Returns multiple CSV files, one for each worksheet (tab) in the spreadsheet.
963
+ # @param input_file Input file to perform the operation on.
964
+ # @param [Hash] opts the optional parameters
965
+ # @option opts [String] :output_encoding Optional, set the output text encoding for the result; possible values are UTF-8, ASCII and UTF-32. Default is UTF-8.
966
+ # @return [CsvCollection]
967
+ describe 'convert_document_xlsx_to_csv_multi test' do
968
+ it 'should work' do
969
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
970
+ end
971
+ end
972
+
973
+ # unit tests for convert_document_xlsx_to_html
974
+ # Convert Excel XLSX Spreadsheet to HTML Document
975
+ # Convert Office Excel Spreadsheet (XLSX) to HTML Document. Converts all worksheets to HTML. Supports both XLSX and XLSB Excel file formats.
976
+ # @param input_file Input file to perform the operation on.
977
+ # @param [Hash] opts the optional parameters
978
+ # @return [String]
979
+ describe 'convert_document_xlsx_to_html test' do
980
+ it 'should work' do
981
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
982
+ end
983
+ end
984
+
985
+ # unit tests for convert_document_xlsx_to_pdf
986
+ # Convert Excel XLSX Spreadsheet to PDF
987
+ # Convert Office Excel Workbooks (XLSX) to standard PDF. Converts all worksheets in the workbook to PDF. Supports both XLSX and XLSB Excel file formats.
988
+ # @param input_file Input file to perform the operation on.
989
+ # @param [Hash] opts the optional parameters
990
+ # @return [String]
991
+ describe 'convert_document_xlsx_to_pdf test' do
992
+ it 'should work' do
993
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
994
+ end
995
+ end
996
+
997
+ # unit tests for convert_document_xlsx_to_png
998
+ # Convert Excel XLSX spreadsheet to PNG image array
999
+ # Converts an Excel Spreadsheet (XLSX) file to an array of PNG images, one for each page.
1000
+ # @param input_file Input file to perform the operation on.
1001
+ # @param [Hash] opts the optional parameters
1002
+ # @return [XlsxToPngResult]
1003
+ describe 'convert_document_xlsx_to_png test' do
1004
+ it 'should work' do
1005
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1006
+ end
1007
+ end
1008
+
1009
+ # unit tests for convert_document_xlsx_to_txt
1010
+ # Convert Excel XLSX Spreadsheet to Text (txt)
1011
+ # Convert Office Excel Workbooks (XLSX) to standard Text. Converts all worksheets in the workbook to Text. Supports both XLSX and XLSB file formats. When a spreadsheet contains multiple worksheets, will export all of the text from all of the worksheets. If you wish to export the text from only one worksheet, try using the Split XLSX API to split the spreadsheet into multiple worksheet files, and then run XLSX to Text on the individual worksheet file that you need to extract the text from.
1012
+ # @param input_file Input file to perform the operation on.
1013
+ # @param [Hash] opts the optional parameters
1014
+ # @return [TextConversionResult]
1015
+ describe 'convert_document_xlsx_to_txt test' do
1016
+ it 'should work' do
1017
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1018
+ end
1019
+ end
1020
+
1021
+ # unit tests for convert_document_xlsx_to_xls
1022
+ # Convert Excel XLSX Spreadsheet to Legacy Excel XLS (97-03)
1023
+ # Convert/downgrade modern Office Excel XLSX Spreadsheet to the legacy Excel XLS (97-2003 Format) format
1024
+ # @param input_file Input file to perform the operation on.
1025
+ # @param [Hash] opts the optional parameters
1026
+ # @return [String]
1027
+ describe 'convert_document_xlsx_to_xls test' do
1028
+ it 'should work' do
1029
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1030
+ end
1031
+ end
1032
+
1033
+ end