cloudmersive-convert-api-client 1.2.8 → 1.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (269) hide show
  1. checksums.yaml +4 -4
  2. data/{client/Gemfile → Gemfile} +0 -0
  3. data/{client/README.md → README.md} +49 -4
  4. data/{client/Rakefile → Rakefile} +0 -0
  5. data/{client/cloudmersive-convert-api-client.gemspec → cloudmersive-convert-api-client.gemspec} +0 -0
  6. data/{client/docs → docs}/CompareDocumentApi.md +0 -0
  7. data/{client/docs → docs}/ConvertDataApi.md +0 -0
  8. data/{client/docs → docs}/ConvertDocumentApi.md +0 -0
  9. data/{client/docs → docs}/ConvertImageApi.md +113 -0
  10. data/{client/docs → docs}/ConvertTemplateApi.md +0 -0
  11. data/{client/docs → docs}/ConvertWebApi.md +0 -0
  12. data/{client/docs → docs}/ConvertedPngPage.md +0 -0
  13. data/{client/docs → docs}/DocumentValidationError.md +0 -0
  14. data/{client/docs → docs}/DocumentValidationResult.md +0 -0
  15. data/docs/DocxBody.md +10 -0
  16. data/docs/DocxCellStyle.md +11 -0
  17. data/{client/docs → docs}/DocxFooter.md +1 -0
  18. data/{client/docs → docs}/DocxHeader.md +1 -0
  19. data/docs/DocxImage.md +20 -0
  20. data/docs/DocxInsertImageRequest.md +14 -0
  21. data/{client/docs → docs}/DocxInsertImageResponse.md +0 -0
  22. data/{client/docs → docs}/DocxParagraph.md +1 -0
  23. data/docs/DocxRemoveObjectRequest.md +10 -0
  24. data/docs/DocxRemoveObjectResponse.md +9 -0
  25. data/{client/docs → docs}/DocxRun.md +1 -0
  26. data/{client/docs → docs}/DocxSection.md +1 -0
  27. data/{client/docs → docs}/DocxSetFooterRequest.md +0 -0
  28. data/{client/docs → docs}/DocxSetFooterResponse.md +0 -0
  29. data/{client/docs → docs}/DocxSetHeaderRequest.md +0 -0
  30. data/{client/docs → docs}/DocxSetHeaderResponse.md +0 -0
  31. data/{client/docs → docs}/DocxStyle.md +1 -0
  32. data/{client/docs → docs}/DocxTable.md +2 -1
  33. data/{client/docs → docs}/DocxTableCell.md +1 -0
  34. data/{client/docs → docs}/DocxTableRow.md +1 -0
  35. data/{client/docs → docs}/DocxText.md +1 -0
  36. data/{client/docs → docs}/EditDocumentApi.md +605 -0
  37. data/docs/ExifValue.md +10 -0
  38. data/{client/docs → docs}/FinishEditingRequest.md +0 -0
  39. data/docs/GetDocxBodyRequest.md +9 -0
  40. data/docs/GetDocxBodyResponse.md +9 -0
  41. data/{client/docs → docs}/GetDocxHeadersAndFootersRequest.md +0 -0
  42. data/{client/docs → docs}/GetDocxHeadersAndFootersResponse.md +0 -0
  43. data/docs/GetDocxImagesRequest.md +9 -0
  44. data/docs/GetDocxImagesResponse.md +9 -0
  45. data/docs/GetDocxSectionsRequest.md +9 -0
  46. data/docs/GetDocxSectionsResponse.md +9 -0
  47. data/{client/docs → docs}/GetDocxStylesRequest.md +0 -0
  48. data/{client/docs → docs}/GetDocxStylesResponse.md +0 -0
  49. data/{client/docs → docs}/GetDocxTablesRequest.md +0 -0
  50. data/{client/docs → docs}/GetDocxTablesResponse.md +0 -0
  51. data/docs/GetImageInfoResult.md +24 -0
  52. data/docs/GetXlsxColumnsRequest.md +10 -0
  53. data/docs/GetXlsxColumnsResponse.md +9 -0
  54. data/docs/GetXlsxImagesRequest.md +10 -0
  55. data/docs/GetXlsxImagesResponse.md +9 -0
  56. data/docs/GetXlsxRowsAndCellsRequest.md +10 -0
  57. data/docs/GetXlsxRowsAndCellsResponse.md +9 -0
  58. data/docs/GetXlsxStylesRequest.md +9 -0
  59. data/docs/GetXlsxStylesResponse.md +9 -0
  60. data/docs/GetXlsxWorksheetsRequest.md +9 -0
  61. data/docs/GetXlsxWorksheetsResponse.md +9 -0
  62. data/{client/docs → docs}/HtmlMdResult.md +0 -0
  63. data/{client/docs → docs}/HtmlTemplateApplicationRequest.md +0 -0
  64. data/{client/docs → docs}/HtmlTemplateApplicationResponse.md +0 -0
  65. data/{client/docs → docs}/HtmlTemplateOperation.md +0 -0
  66. data/{client/docs → docs}/HtmlToOfficeRequest.md +0 -0
  67. data/{client/docs → docs}/HtmlToPdfRequest.md +0 -0
  68. data/docs/InsertDocxInsertParagraphRequest.md +12 -0
  69. data/docs/InsertDocxInsertParagraphResponse.md +9 -0
  70. data/docs/InsertDocxTablesRequest.md +12 -0
  71. data/{client/docs → docs}/InsertDocxTablesResponse.md +0 -0
  72. data/docs/InsertXlsxWorksheetRequest.md +10 -0
  73. data/docs/InsertXlsxWorksheetResponse.md +9 -0
  74. data/{client/docs → docs}/MergeDocumentApi.md +0 -0
  75. data/{client/docs → docs}/PdfToPngResult.md +0 -0
  76. data/{client/docs → docs}/RemoveDocxHeadersAndFootersRequest.md +0 -0
  77. data/{client/docs → docs}/RemoveDocxHeadersAndFootersResponse.md +0 -0
  78. data/{client/docs → docs}/ReplaceStringRequest.md +0 -0
  79. data/{client/docs → docs}/ScreenshotRequest.md +0 -0
  80. data/{client/docs → docs}/ValidateDocumentApi.md +0 -0
  81. data/{client/docs → docs}/ViewerResponse.md +0 -0
  82. data/{client/docs → docs}/ViewerToolsApi.md +0 -0
  83. data/docs/XlsxImage.md +12 -0
  84. data/docs/XlsxSpreadsheetCell.md +12 -0
  85. data/docs/XlsxSpreadsheetColumn.md +9 -0
  86. data/docs/XlsxSpreadsheetRow.md +9 -0
  87. data/docs/XlsxWorksheet.md +9 -0
  88. data/{client/git_push.sh → git_push.sh} +0 -0
  89. data/{client/lib → lib}/cloudmersive-convert-api-client.rb +32 -0
  90. data/{client/lib → lib}/cloudmersive-convert-api-client/api/compare_document_api.rb +0 -0
  91. data/{client/lib → lib}/cloudmersive-convert-api-client/api/convert_data_api.rb +0 -0
  92. data/{client/lib → lib}/cloudmersive-convert-api-client/api/convert_document_api.rb +0 -0
  93. data/{client/lib → lib}/cloudmersive-convert-api-client/api/convert_image_api.rb +118 -0
  94. data/{client/lib → lib}/cloudmersive-convert-api-client/api/convert_template_api.rb +0 -0
  95. data/{client/lib → lib}/cloudmersive-convert-api-client/api/convert_web_api.rb +0 -0
  96. data/{client/lib → lib}/cloudmersive-convert-api-client/api/edit_document_api.rb +605 -0
  97. data/{client/lib → lib}/cloudmersive-convert-api-client/api/merge_document_api.rb +0 -0
  98. data/{client/lib → lib}/cloudmersive-convert-api-client/api/validate_document_api.rb +0 -0
  99. data/{client/lib → lib}/cloudmersive-convert-api-client/api/viewer_tools_api.rb +0 -0
  100. data/{client/lib → lib}/cloudmersive-convert-api-client/api_client.rb +0 -0
  101. data/{client/lib → lib}/cloudmersive-convert-api-client/api_error.rb +0 -0
  102. data/{client/lib → lib}/cloudmersive-convert-api-client/configuration.rb +0 -0
  103. data/{client/lib → lib}/cloudmersive-convert-api-client/models/converted_png_page.rb +0 -0
  104. data/{client/lib → lib}/cloudmersive-convert-api-client/models/document_validation_error.rb +0 -0
  105. data/{client/lib → lib}/cloudmersive-convert-api-client/models/document_validation_result.rb +0 -0
  106. data/lib/cloudmersive-convert-api-client/models/docx_body.rb +213 -0
  107. data/lib/cloudmersive-convert-api-client/models/docx_cell_style.rb +219 -0
  108. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_footer.rb +11 -1
  109. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_header.rb +11 -1
  110. data/lib/cloudmersive-convert-api-client/models/docx_image.rb +309 -0
  111. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_insert_image_request.rb +27 -17
  112. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_insert_image_response.rb +0 -0
  113. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_paragraph.rb +11 -1
  114. data/lib/cloudmersive-convert-api-client/models/docx_remove_object_request.rb +225 -0
  115. data/lib/cloudmersive-convert-api-client/models/docx_remove_object_response.rb +199 -0
  116. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_run.rb +11 -1
  117. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_section.rb +14 -4
  118. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_set_footer_request.rb +0 -0
  119. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_set_footer_response.rb +0 -0
  120. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_set_header_request.rb +0 -0
  121. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_set_header_response.rb +0 -0
  122. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_style.rb +11 -1
  123. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_table.rb +12 -2
  124. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_table_cell.rb +11 -1
  125. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_table_row.rb +11 -1
  126. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_text.rb +11 -1
  127. data/lib/cloudmersive-convert-api-client/models/exif_value.rb +206 -0
  128. data/{client/lib → lib}/cloudmersive-convert-api-client/models/finish_editing_request.rb +0 -0
  129. data/lib/cloudmersive-convert-api-client/models/get_docx_body_request.rb +215 -0
  130. data/lib/cloudmersive-convert-api-client/models/get_docx_body_response.rb +199 -0
  131. data/{client/lib → lib}/cloudmersive-convert-api-client/models/get_docx_headers_and_footers_request.rb +0 -0
  132. data/{client/lib → lib}/cloudmersive-convert-api-client/models/get_docx_headers_and_footers_response.rb +0 -0
  133. data/lib/cloudmersive-convert-api-client/models/get_docx_images_request.rb +215 -0
  134. data/lib/cloudmersive-convert-api-client/models/get_docx_images_response.rb +201 -0
  135. data/lib/cloudmersive-convert-api-client/models/get_docx_sections_request.rb +215 -0
  136. data/lib/cloudmersive-convert-api-client/models/get_docx_sections_response.rb +201 -0
  137. data/{client/lib → lib}/cloudmersive-convert-api-client/models/get_docx_styles_request.rb +0 -0
  138. data/{client/lib → lib}/cloudmersive-convert-api-client/models/get_docx_styles_response.rb +0 -0
  139. data/{client/lib → lib}/cloudmersive-convert-api-client/models/get_docx_tables_request.rb +0 -0
  140. data/{client/lib → lib}/cloudmersive-convert-api-client/models/get_docx_tables_response.rb +0 -0
  141. data/lib/cloudmersive-convert-api-client/models/get_image_info_result.rb +350 -0
  142. data/lib/cloudmersive-convert-api-client/models/get_xlsx_columns_request.rb +225 -0
  143. data/lib/cloudmersive-convert-api-client/models/get_xlsx_columns_response.rb +201 -0
  144. data/lib/cloudmersive-convert-api-client/models/get_xlsx_images_request.rb +225 -0
  145. data/lib/cloudmersive-convert-api-client/models/get_xlsx_images_response.rb +201 -0
  146. data/lib/cloudmersive-convert-api-client/models/get_xlsx_rows_and_cells_request.rb +225 -0
  147. data/lib/cloudmersive-convert-api-client/models/get_xlsx_rows_and_cells_response.rb +201 -0
  148. data/lib/cloudmersive-convert-api-client/models/get_xlsx_styles_request.rb +215 -0
  149. data/lib/cloudmersive-convert-api-client/models/get_xlsx_styles_response.rb +201 -0
  150. data/lib/cloudmersive-convert-api-client/models/get_xlsx_worksheets_request.rb +215 -0
  151. data/lib/cloudmersive-convert-api-client/models/get_xlsx_worksheets_response.rb +201 -0
  152. data/{client/lib → lib}/cloudmersive-convert-api-client/models/html_md_result.rb +0 -0
  153. data/{client/lib → lib}/cloudmersive-convert-api-client/models/html_template_application_request.rb +0 -0
  154. data/{client/lib → lib}/cloudmersive-convert-api-client/models/html_template_application_response.rb +0 -0
  155. data/{client/lib → lib}/cloudmersive-convert-api-client/models/html_template_operation.rb +0 -0
  156. data/{client/lib → lib}/cloudmersive-convert-api-client/models/html_to_office_request.rb +0 -0
  157. data/{client/lib → lib}/cloudmersive-convert-api-client/models/html_to_pdf_request.rb +0 -0
  158. data/lib/cloudmersive-convert-api-client/models/insert_docx_insert_paragraph_request.rb +245 -0
  159. data/lib/cloudmersive-convert-api-client/models/insert_docx_insert_paragraph_response.rb +199 -0
  160. data/lib/cloudmersive-convert-api-client/models/insert_docx_tables_request.rb +245 -0
  161. data/{client/lib → lib}/cloudmersive-convert-api-client/models/insert_docx_tables_response.rb +0 -0
  162. data/{client/lib/cloudmersive-convert-api-client/models/insert_docx_tables_request.rb → lib/cloudmersive-convert-api-client/models/insert_xlsx_worksheet_request.rb} +10 -10
  163. data/lib/cloudmersive-convert-api-client/models/insert_xlsx_worksheet_response.rb +199 -0
  164. data/{client/lib → lib}/cloudmersive-convert-api-client/models/pdf_to_png_result.rb +0 -0
  165. data/{client/lib → lib}/cloudmersive-convert-api-client/models/remove_docx_headers_and_footers_request.rb +0 -0
  166. data/{client/lib → lib}/cloudmersive-convert-api-client/models/remove_docx_headers_and_footers_response.rb +0 -0
  167. data/{client/lib → lib}/cloudmersive-convert-api-client/models/replace_string_request.rb +0 -0
  168. data/{client/lib → lib}/cloudmersive-convert-api-client/models/screenshot_request.rb +0 -0
  169. data/{client/lib → lib}/cloudmersive-convert-api-client/models/viewer_response.rb +0 -0
  170. data/lib/cloudmersive-convert-api-client/models/xlsx_image.rb +229 -0
  171. data/lib/cloudmersive-convert-api-client/models/xlsx_spreadsheet_cell.rb +228 -0
  172. data/lib/cloudmersive-convert-api-client/models/xlsx_spreadsheet_column.rb +199 -0
  173. data/lib/cloudmersive-convert-api-client/models/xlsx_spreadsheet_row.rb +201 -0
  174. data/lib/cloudmersive-convert-api-client/models/xlsx_worksheet.rb +199 -0
  175. data/{client/lib → lib}/cloudmersive-convert-api-client/version.rb +1 -1
  176. data/{client/spec → spec}/api/compare_document_api_spec.rb +0 -0
  177. data/{client/spec → spec}/api/convert_data_api_spec.rb +0 -0
  178. data/{client/spec → spec}/api/convert_document_api_spec.rb +0 -0
  179. data/{client/spec → spec}/api/convert_image_api_spec.rb +25 -0
  180. data/{client/spec → spec}/api/convert_template_api_spec.rb +0 -0
  181. data/{client/spec → spec}/api/convert_web_api_spec.rb +0 -0
  182. data/{client/spec → spec}/api/edit_document_api_spec.rb +132 -0
  183. data/{client/spec → spec}/api/merge_document_api_spec.rb +0 -0
  184. data/{client/spec → spec}/api/validate_document_api_spec.rb +0 -0
  185. data/{client/spec → spec}/api/viewer_tools_api_spec.rb +0 -0
  186. data/{client/spec → spec}/api_client_spec.rb +0 -0
  187. data/{client/spec → spec}/configuration_spec.rb +0 -0
  188. data/{client/spec → spec}/models/converted_png_page_spec.rb +0 -0
  189. data/{client/spec → spec}/models/document_validation_error_spec.rb +0 -0
  190. data/{client/spec → spec}/models/document_validation_result_spec.rb +0 -0
  191. data/spec/models/docx_body_spec.rb +54 -0
  192. data/spec/models/docx_cell_style_spec.rb +60 -0
  193. data/{client/spec → spec}/models/docx_footer_spec.rb +6 -0
  194. data/{client/spec → spec}/models/docx_header_spec.rb +6 -0
  195. data/spec/models/docx_image_spec.rb +114 -0
  196. data/{client/spec → spec}/models/docx_insert_image_request_spec.rb +8 -2
  197. data/{client/spec → spec}/models/docx_insert_image_response_spec.rb +0 -0
  198. data/{client/spec → spec}/models/docx_paragraph_spec.rb +6 -0
  199. data/spec/models/docx_remove_object_request_spec.rb +54 -0
  200. data/spec/models/docx_remove_object_response_spec.rb +48 -0
  201. data/{client/spec → spec}/models/docx_run_spec.rb +6 -0
  202. data/{client/spec → spec}/models/docx_section_spec.rb +6 -0
  203. data/{client/spec → spec}/models/docx_set_footer_request_spec.rb +0 -0
  204. data/{client/spec → spec}/models/docx_set_footer_response_spec.rb +0 -0
  205. data/{client/spec → spec}/models/docx_set_header_request_spec.rb +0 -0
  206. data/{client/spec → spec}/models/docx_set_header_response_spec.rb +0 -0
  207. data/{client/spec → spec}/models/docx_style_spec.rb +6 -0
  208. data/{client/spec → spec}/models/docx_table_cell_spec.rb +6 -0
  209. data/{client/spec → spec}/models/docx_table_row_spec.rb +6 -0
  210. data/{client/spec → spec}/models/docx_table_spec.rb +6 -0
  211. data/{client/spec → spec}/models/docx_text_spec.rb +6 -0
  212. data/spec/models/exif_value_spec.rb +54 -0
  213. data/{client/spec → spec}/models/finish_editing_request_spec.rb +0 -0
  214. data/spec/models/get_docx_body_request_spec.rb +48 -0
  215. data/spec/models/get_docx_body_response_spec.rb +48 -0
  216. data/{client/spec → spec}/models/get_docx_headers_and_footers_request_spec.rb +0 -0
  217. data/{client/spec → spec}/models/get_docx_headers_and_footers_response_spec.rb +0 -0
  218. data/spec/models/get_docx_images_request_spec.rb +48 -0
  219. data/spec/models/get_docx_images_response_spec.rb +48 -0
  220. data/spec/models/get_docx_sections_request_spec.rb +48 -0
  221. data/spec/models/get_docx_sections_response_spec.rb +48 -0
  222. data/{client/spec → spec}/models/get_docx_styles_request_spec.rb +0 -0
  223. data/{client/spec → spec}/models/get_docx_styles_response_spec.rb +0 -0
  224. data/{client/spec → spec}/models/get_docx_tables_request_spec.rb +0 -0
  225. data/{client/spec → spec}/models/get_docx_tables_response_spec.rb +0 -0
  226. data/spec/models/get_image_info_result_spec.rb +138 -0
  227. data/spec/models/get_xlsx_columns_request_spec.rb +54 -0
  228. data/spec/models/get_xlsx_columns_response_spec.rb +48 -0
  229. data/spec/models/get_xlsx_images_request_spec.rb +54 -0
  230. data/spec/models/get_xlsx_images_response_spec.rb +48 -0
  231. data/spec/models/get_xlsx_rows_and_cells_request_spec.rb +54 -0
  232. data/spec/models/get_xlsx_rows_and_cells_response_spec.rb +48 -0
  233. data/spec/models/get_xlsx_styles_request_spec.rb +48 -0
  234. data/spec/models/get_xlsx_styles_response_spec.rb +48 -0
  235. data/spec/models/get_xlsx_worksheets_request_spec.rb +48 -0
  236. data/spec/models/get_xlsx_worksheets_response_spec.rb +48 -0
  237. data/{client/spec → spec}/models/html_md_result_spec.rb +0 -0
  238. data/{client/spec → spec}/models/html_template_application_request_spec.rb +0 -0
  239. data/{client/spec → spec}/models/html_template_application_response_spec.rb +0 -0
  240. data/{client/spec → spec}/models/html_template_operation_spec.rb +0 -0
  241. data/{client/spec → spec}/models/html_to_office_request_spec.rb +0 -0
  242. data/{client/spec → spec}/models/html_to_pdf_request_spec.rb +0 -0
  243. data/spec/models/insert_docx_insert_paragraph_request_spec.rb +66 -0
  244. data/spec/models/insert_docx_insert_paragraph_response_spec.rb +48 -0
  245. data/{client/spec → spec}/models/insert_docx_tables_request_spec.rb +12 -0
  246. data/{client/spec → spec}/models/insert_docx_tables_response_spec.rb +0 -0
  247. data/spec/models/insert_xlsx_worksheet_request_spec.rb +54 -0
  248. data/spec/models/insert_xlsx_worksheet_response_spec.rb +48 -0
  249. data/{client/spec → spec}/models/pdf_to_png_result_spec.rb +0 -0
  250. data/{client/spec → spec}/models/remove_docx_headers_and_footers_request_spec.rb +0 -0
  251. data/{client/spec → spec}/models/remove_docx_headers_and_footers_response_spec.rb +0 -0
  252. data/{client/spec → spec}/models/replace_string_request_spec.rb +0 -0
  253. data/{client/spec → spec}/models/screenshot_request_spec.rb +0 -0
  254. data/{client/spec → spec}/models/viewer_response_spec.rb +0 -0
  255. data/spec/models/xlsx_image_spec.rb +66 -0
  256. data/spec/models/xlsx_spreadsheet_cell_spec.rb +66 -0
  257. data/spec/models/xlsx_spreadsheet_column_spec.rb +48 -0
  258. data/spec/models/xlsx_spreadsheet_row_spec.rb +48 -0
  259. data/spec/models/xlsx_worksheet_spec.rb +48 -0
  260. data/{client/spec → spec}/spec_helper.rb +0 -0
  261. metadata +261 -171
  262. data/LICENSE +0 -201
  263. data/build.ps1 +0 -12
  264. data/client/docs/DocxInsertImageRequest.md +0 -13
  265. data/client/docs/InsertDocxTablesRequest.md +0 -10
  266. data/cloudmersiveConvertApiClient-1.2.6.gem +0 -0
  267. data/cloudmersiveConvertApiClient-1.2.7.gem +0 -0
  268. data/packageconfig.json +0 -11
  269. data/swagger-codegen-cli.jar +0 -0
data/docs/ExifValue.md ADDED
@@ -0,0 +1,10 @@
1
+ # CloudmersiveConvertApiClient::ExifValue
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **tag** | **String** | | [optional]
7
+ **data_type** | **String** | | [optional]
8
+ **data_value** | **String** | | [optional]
9
+
10
+
File without changes
@@ -0,0 +1,9 @@
1
+ # CloudmersiveConvertApiClient::GetDocxBodyRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **input_file_bytes** | **String** | Optional: Bytes of the input file to operate on | [optional]
7
+ **input_file_url** | **String** | Optional: URL of a file to operate on as input. This can be a public URL, or you can also use the begin-editing API to upload a document and pass in the secure URL result from that operation as the URL here (this URL is not public). | [optional]
8
+
9
+
@@ -0,0 +1,9 @@
1
+ # CloudmersiveConvertApiClient::GetDocxBodyResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **successful** | **BOOLEAN** | True if successful, false otherwise | [optional]
7
+ **body** | [**DocxBody**](DocxBody.md) | Body in the DOCX document | [optional]
8
+
9
+
@@ -0,0 +1,9 @@
1
+ # CloudmersiveConvertApiClient::GetDocxImagesRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **input_file_bytes** | **String** | Optional: Bytes of the input file to operate on | [optional]
7
+ **input_file_url** | **String** | Optional: URL of a file to operate on as input. This can be a public URL, or you can also use the begin-editing API to upload a document and pass in the secure URL result from that operation as the URL here (this URL is not public). | [optional]
8
+
9
+
@@ -0,0 +1,9 @@
1
+ # CloudmersiveConvertApiClient::GetDocxImagesResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **successful** | **BOOLEAN** | True if successful, false otherwise | [optional]
7
+ **images** | [**Array<DocxImage>**](DocxImage.md) | Images in the DOCX document | [optional]
8
+
9
+
@@ -0,0 +1,9 @@
1
+ # CloudmersiveConvertApiClient::GetDocxSectionsRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **input_file_bytes** | **String** | Optional: Bytes of the input file to operate on | [optional]
7
+ **input_file_url** | **String** | Optional: URL of a file to operate on as input. This can be a public URL, or you can also use the begin-editing API to upload a document and pass in the secure URL result from that operation as the URL here (this URL is not public). | [optional]
8
+
9
+
@@ -0,0 +1,9 @@
1
+ # CloudmersiveConvertApiClient::GetDocxSectionsResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **successful** | **BOOLEAN** | True if successful, false otherwise | [optional]
7
+ **sections** | [**Array<DocxSection>**](DocxSection.md) | Sections in the DOCX document | [optional]
8
+
9
+
File without changes
File without changes
File without changes
File without changes
@@ -0,0 +1,24 @@
1
+ # CloudmersiveConvertApiClient::GetImageInfoResult
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **successful** | **BOOLEAN** | | [optional]
7
+ **color_space** | **String** | Color space of the image | [optional]
8
+ **color_type** | **String** | Color type of the image | [optional]
9
+ **width** | **Integer** | Width in pixels of the image | [optional]
10
+ **height** | **Integer** | Height in pixels of the image | [optional]
11
+ **compression_level** | **Integer** | Compression level value from 0 (lowest quality) to 100 (highest quality) | [optional]
12
+ **image_hash_signature** | **String** | SHA256 hash signature of the image | [optional]
13
+ **has_transparency** | **BOOLEAN** | True if the image contains transparency, otherwise false | [optional]
14
+ **mime_type** | **String** | MIME type of the image format | [optional]
15
+ **image_format** | **String** | Image format | [optional]
16
+ **dpi_unit** | **String** | Units of the DPI measurement; can be either in Inches or Centimeters | [optional]
17
+ **dpi** | **Float** | DPI (pixels per unit, e.g. pixels per inch) of the image | [optional]
18
+ **color_count** | **Integer** | Unique colors in the image | [optional]
19
+ **bit_depth** | **Integer** | Bit depth of the image | [optional]
20
+ **comment** | **String** | Comment string in the image | [optional]
21
+ **exif_profile_name** | **String** | Name of the EXIF profile used | [optional]
22
+ **exif_values** | [**Array<ExifValue>**](ExifValue.md) | EXIF tags and values embedded in the image | [optional]
23
+
24
+
@@ -0,0 +1,10 @@
1
+ # CloudmersiveConvertApiClient::GetXlsxColumnsRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **input_file_bytes** | **String** | Optional: Bytes of the input file to operate on | [optional]
7
+ **input_file_url** | **String** | Optional: URL of a file to operate on as input. This can be a public URL, or you can also use the begin-editing API to upload a document and pass in the secure URL result from that operation as the URL here (this URL is not public). | [optional]
8
+ **worksheet_to_query** | [**XlsxWorksheet**](XlsxWorksheet.md) | Optional; Worksheet (tab) within the spreadsheet to get the columns of; leave blank to default to the first worksheet | [optional]
9
+
10
+
@@ -0,0 +1,9 @@
1
+ # CloudmersiveConvertApiClient::GetXlsxColumnsResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **successful** | **BOOLEAN** | True if successful, false otherwise | [optional]
7
+ **columns** | [**Array<XlsxSpreadsheetColumn>**](XlsxSpreadsheetColumn.md) | Spreadsheet Columns in the DOCX document | [optional]
8
+
9
+
@@ -0,0 +1,10 @@
1
+ # CloudmersiveConvertApiClient::GetXlsxImagesRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **input_file_bytes** | **String** | Optional: Bytes of the input file to operate on | [optional]
7
+ **input_file_url** | **String** | Optional: URL of a file to operate on as input. This can be a public URL, or you can also use the begin-editing API to upload a document and pass in the secure URL result from that operation as the URL here (this URL is not public). | [optional]
8
+ **worksheet_to_query** | [**XlsxWorksheet**](XlsxWorksheet.md) | Optional; Worksheet (tab) within the spreadsheet to get the images of; leave blank to default to the first worksheet | [optional]
9
+
10
+
@@ -0,0 +1,9 @@
1
+ # CloudmersiveConvertApiClient::GetXlsxImagesResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **successful** | **BOOLEAN** | True if successful, false otherwise | [optional]
7
+ **images** | [**Array<XlsxImage>**](XlsxImage.md) | Spreadsheet Columns in the DOCX document | [optional]
8
+
9
+
@@ -0,0 +1,10 @@
1
+ # CloudmersiveConvertApiClient::GetXlsxRowsAndCellsRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **input_file_bytes** | **String** | Optional: Bytes of the input file to operate on | [optional]
7
+ **input_file_url** | **String** | Optional: URL of a file to operate on as input. This can be a public URL, or you can also use the begin-editing API to upload a document and pass in the secure URL result from that operation as the URL here (this URL is not public). | [optional]
8
+ **worksheet_to_query** | [**XlsxWorksheet**](XlsxWorksheet.md) | Optional; Worksheet (tab) within the spreadsheet to get the rows and cells of; leave blank to default to the first worksheet | [optional]
9
+
10
+
@@ -0,0 +1,9 @@
1
+ # CloudmersiveConvertApiClient::GetXlsxRowsAndCellsResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **successful** | **BOOLEAN** | True if successful, false otherwise | [optional]
7
+ **rows** | [**Array<XlsxSpreadsheetRow>**](XlsxSpreadsheetRow.md) | Spreadsheet Rows in the DOCX document | [optional]
8
+
9
+
@@ -0,0 +1,9 @@
1
+ # CloudmersiveConvertApiClient::GetXlsxStylesRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **input_file_bytes** | **String** | Optional: Bytes of the input file to operate on | [optional]
7
+ **input_file_url** | **String** | Optional: URL of a file to operate on as input. This can be a public URL, or you can also use the begin-editing API to upload a document and pass in the secure URL result from that operation as the URL here (this URL is not public). | [optional]
8
+
9
+
@@ -0,0 +1,9 @@
1
+ # CloudmersiveConvertApiClient::GetXlsxStylesResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **successful** | **BOOLEAN** | True if successful, false otherwise | [optional]
7
+ **cell_styles** | [**Array<DocxCellStyle>**](DocxCellStyle.md) | Cell styles | [optional]
8
+
9
+
@@ -0,0 +1,9 @@
1
+ # CloudmersiveConvertApiClient::GetXlsxWorksheetsRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **input_file_bytes** | **String** | Optional: Bytes of the input file to operate on | [optional]
7
+ **input_file_url** | **String** | Optional: URL of a file to operate on as input. This can be a public URL, or you can also use the begin-editing API to upload a document and pass in the secure URL result from that operation as the URL here (this URL is not public). | [optional]
8
+
9
+
@@ -0,0 +1,9 @@
1
+ # CloudmersiveConvertApiClient::GetXlsxWorksheetsResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **successful** | **BOOLEAN** | True if successful, false otherwise | [optional]
7
+ **worksheets** | [**Array<XlsxWorksheet>**](XlsxWorksheet.md) | Styles in the DOCX document | [optional]
8
+
9
+
File without changes
File without changes
File without changes
File without changes
@@ -0,0 +1,12 @@
1
+ # CloudmersiveConvertApiClient::InsertDocxInsertParagraphRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **input_file_bytes** | **String** | Optional: Bytes of the input file to operate on | [optional]
7
+ **input_file_url** | **String** | Optional: URL of a file to operate on as input. This can be a public URL, or you can also use the begin-editing API to upload a document and pass in the secure URL result from that operation as the URL here (this URL is not public). | [optional]
8
+ **paragraph_to_insert** | [**DocxParagraph**](DocxParagraph.md) | Table you would like to insert | [optional]
9
+ **insert_placement** | **String** | Optional; default is DocumentEnd. Placement Type of the insert; possible values are: DocumentStart (very beginning of the document), DocumentEnd (very end of the document), BeforeExistingObject (right before an existing object - fill in the InsertPath field using the Path value from an existing object), AfterExistingObject (right after an existing object - fill in the InsertPath field using the Path value from an existing object) | [optional]
10
+ **insert_path** | **String** | Optional; location within the document to insert the object; fill in the InsertPath field using the Path value from an existing object. Used with InsertPlacement of BeforeExistingObject or AfterExistingObject | [optional]
11
+
12
+
@@ -0,0 +1,9 @@
1
+ # CloudmersiveConvertApiClient::InsertDocxInsertParagraphResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **successful** | **BOOLEAN** | True if successful, false otherwise | [optional]
7
+ **edited_document_url** | **String** | URL to the edited DOCX file; file is stored in an in-memory cache and will be deleted. Call Finish-Editing to get the result document contents. | [optional]
8
+
9
+
@@ -0,0 +1,12 @@
1
+ # CloudmersiveConvertApiClient::InsertDocxTablesRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **input_file_bytes** | **String** | Optional: Bytes of the input file to operate on | [optional]
7
+ **input_file_url** | **String** | Optional: URL of a file to operate on as input. This can be a public URL, or you can also use the begin-editing API to upload a document and pass in the secure URL result from that operation as the URL here (this URL is not public). | [optional]
8
+ **table_to_insert** | [**DocxTable**](DocxTable.md) | Table you would like to insert | [optional]
9
+ **insert_placement** | **String** | Optional; default is DocumentEnd. Placement Type of the insert; possible values are: DocumentStart (very beginning of the document), DocumentEnd (very end of the document), BeforeExistingObject (right before an existing object - fill in the InsertPath field using the Path value from an existing object), AfterExistingObject (right after an existing object - fill in the InsertPath field using the Path value from an existing object) | [optional]
10
+ **insert_path** | **String** | Optional; location within the document to insert the object; fill in the InsertPath field using the Path value from an existing object. Used with InsertPlacement of BeforeExistingObject or AfterExistingObject | [optional]
11
+
12
+
File without changes
@@ -0,0 +1,10 @@
1
+ # CloudmersiveConvertApiClient::InsertXlsxWorksheetRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **input_file_bytes** | **String** | Optional: Bytes of the input file to operate on | [optional]
7
+ **input_file_url** | **String** | Optional: URL of a file to operate on as input. This can be a public URL, or you can also use the begin-editing API to upload a document and pass in the secure URL result from that operation as the URL here (this URL is not public). | [optional]
8
+ **worksheet_to_insert** | [**XlsxWorksheet**](XlsxWorksheet.md) | Workersheet to insert | [optional]
9
+
10
+
@@ -0,0 +1,9 @@
1
+ # CloudmersiveConvertApiClient::InsertXlsxWorksheetResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **successful** | **BOOLEAN** | True if successful, false otherwise | [optional]
7
+ **edited_document_url** | **String** | URL to the edited XLSX file; file is stored in an in-memory cache and will be deleted. Call Finish-Editing to get the result document contents. | [optional]
8
+
9
+
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/docs/XlsxImage.md ADDED
@@ -0,0 +1,12 @@
1
+ # CloudmersiveConvertApiClient::XlsxImage
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **path** | **String** | The Path of the location of this object; leave blank for new rows | [optional]
7
+ **image_data_embed_id** | **String** | Read-only; internal ID for the image contents | [optional]
8
+ **image_data_content_type** | **String** | Read-only; image data MIME content-type | [optional]
9
+ **image_internal_file_name** | **String** | Read-only; internal file name/path for the image | [optional]
10
+ **image_contents_url** | **String** | URL to the image contents; file is stored in an in-memory cache and will be deleted. Call Finish-Editing to get the contents. | [optional]
11
+
12
+
@@ -0,0 +1,12 @@
1
+ # CloudmersiveConvertApiClient::XlsxSpreadsheetCell
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **path** | **String** | The Path of the location of this object; leave blank for new rows | [optional]
7
+ **text_value** | **String** | Text value of the cell | [optional]
8
+ **cell_identifier** | **String** | Cell reference of the cell, e.g. A1, Z22, etc. | [optional]
9
+ **style_index** | **Integer** | Identifier for the style to apply to this style | [optional]
10
+ **formula** | **String** | | [optional]
11
+
12
+
@@ -0,0 +1,9 @@
1
+ # CloudmersiveConvertApiClient::XlsxSpreadsheetColumn
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **path** | **String** | The Path of the location of this object; leave blank for new rows | [optional]
7
+ **heading_cell** | [**XlsxSpreadsheetCell**](XlsxSpreadsheetCell.md) | Heading cell for this column | [optional]
8
+
9
+
@@ -0,0 +1,9 @@
1
+ # CloudmersiveConvertApiClient::XlsxSpreadsheetRow
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **path** | **String** | The Path of the location of this object; leave blank for new rows | [optional]
7
+ **cells** | [**Array<XlsxSpreadsheetCell>**](XlsxSpreadsheetCell.md) | Spreadsheet Cells in the spreadsheet row | [optional]
8
+
9
+
@@ -0,0 +1,9 @@
1
+ # CloudmersiveConvertApiClient::XlsxWorksheet
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **path** | **String** | The Path of the location of this object; leave blank for new worksheets | [optional]
7
+ **worksheet_name** | **String** | User-facing name of the worksheet tab | [optional]
8
+
9
+
File without changes
@@ -20,11 +20,16 @@ require 'cloudmersive-convert-api-client/configuration'
20
20
  require 'cloudmersive-convert-api-client/models/converted_png_page'
21
21
  require 'cloudmersive-convert-api-client/models/document_validation_error'
22
22
  require 'cloudmersive-convert-api-client/models/document_validation_result'
23
+ require 'cloudmersive-convert-api-client/models/docx_body'
24
+ require 'cloudmersive-convert-api-client/models/docx_cell_style'
23
25
  require 'cloudmersive-convert-api-client/models/docx_footer'
24
26
  require 'cloudmersive-convert-api-client/models/docx_header'
27
+ require 'cloudmersive-convert-api-client/models/docx_image'
25
28
  require 'cloudmersive-convert-api-client/models/docx_insert_image_request'
26
29
  require 'cloudmersive-convert-api-client/models/docx_insert_image_response'
27
30
  require 'cloudmersive-convert-api-client/models/docx_paragraph'
31
+ require 'cloudmersive-convert-api-client/models/docx_remove_object_request'
32
+ require 'cloudmersive-convert-api-client/models/docx_remove_object_response'
28
33
  require 'cloudmersive-convert-api-client/models/docx_run'
29
34
  require 'cloudmersive-convert-api-client/models/docx_section'
30
35
  require 'cloudmersive-convert-api-client/models/docx_set_footer_request'
@@ -36,27 +41,54 @@ require 'cloudmersive-convert-api-client/models/docx_table'
36
41
  require 'cloudmersive-convert-api-client/models/docx_table_cell'
37
42
  require 'cloudmersive-convert-api-client/models/docx_table_row'
38
43
  require 'cloudmersive-convert-api-client/models/docx_text'
44
+ require 'cloudmersive-convert-api-client/models/exif_value'
39
45
  require 'cloudmersive-convert-api-client/models/finish_editing_request'
46
+ require 'cloudmersive-convert-api-client/models/get_docx_body_request'
47
+ require 'cloudmersive-convert-api-client/models/get_docx_body_response'
40
48
  require 'cloudmersive-convert-api-client/models/get_docx_headers_and_footers_request'
41
49
  require 'cloudmersive-convert-api-client/models/get_docx_headers_and_footers_response'
50
+ require 'cloudmersive-convert-api-client/models/get_docx_images_request'
51
+ require 'cloudmersive-convert-api-client/models/get_docx_images_response'
52
+ require 'cloudmersive-convert-api-client/models/get_docx_sections_request'
53
+ require 'cloudmersive-convert-api-client/models/get_docx_sections_response'
42
54
  require 'cloudmersive-convert-api-client/models/get_docx_styles_request'
43
55
  require 'cloudmersive-convert-api-client/models/get_docx_styles_response'
44
56
  require 'cloudmersive-convert-api-client/models/get_docx_tables_request'
45
57
  require 'cloudmersive-convert-api-client/models/get_docx_tables_response'
58
+ require 'cloudmersive-convert-api-client/models/get_image_info_result'
59
+ require 'cloudmersive-convert-api-client/models/get_xlsx_columns_request'
60
+ require 'cloudmersive-convert-api-client/models/get_xlsx_columns_response'
61
+ require 'cloudmersive-convert-api-client/models/get_xlsx_images_request'
62
+ require 'cloudmersive-convert-api-client/models/get_xlsx_images_response'
63
+ require 'cloudmersive-convert-api-client/models/get_xlsx_rows_and_cells_request'
64
+ require 'cloudmersive-convert-api-client/models/get_xlsx_rows_and_cells_response'
65
+ require 'cloudmersive-convert-api-client/models/get_xlsx_styles_request'
66
+ require 'cloudmersive-convert-api-client/models/get_xlsx_styles_response'
67
+ require 'cloudmersive-convert-api-client/models/get_xlsx_worksheets_request'
68
+ require 'cloudmersive-convert-api-client/models/get_xlsx_worksheets_response'
46
69
  require 'cloudmersive-convert-api-client/models/html_md_result'
47
70
  require 'cloudmersive-convert-api-client/models/html_template_application_request'
48
71
  require 'cloudmersive-convert-api-client/models/html_template_application_response'
49
72
  require 'cloudmersive-convert-api-client/models/html_template_operation'
50
73
  require 'cloudmersive-convert-api-client/models/html_to_office_request'
51
74
  require 'cloudmersive-convert-api-client/models/html_to_pdf_request'
75
+ require 'cloudmersive-convert-api-client/models/insert_docx_insert_paragraph_request'
76
+ require 'cloudmersive-convert-api-client/models/insert_docx_insert_paragraph_response'
52
77
  require 'cloudmersive-convert-api-client/models/insert_docx_tables_request'
53
78
  require 'cloudmersive-convert-api-client/models/insert_docx_tables_response'
79
+ require 'cloudmersive-convert-api-client/models/insert_xlsx_worksheet_request'
80
+ require 'cloudmersive-convert-api-client/models/insert_xlsx_worksheet_response'
54
81
  require 'cloudmersive-convert-api-client/models/pdf_to_png_result'
55
82
  require 'cloudmersive-convert-api-client/models/remove_docx_headers_and_footers_request'
56
83
  require 'cloudmersive-convert-api-client/models/remove_docx_headers_and_footers_response'
57
84
  require 'cloudmersive-convert-api-client/models/replace_string_request'
58
85
  require 'cloudmersive-convert-api-client/models/screenshot_request'
59
86
  require 'cloudmersive-convert-api-client/models/viewer_response'
87
+ require 'cloudmersive-convert-api-client/models/xlsx_image'
88
+ require 'cloudmersive-convert-api-client/models/xlsx_spreadsheet_cell'
89
+ require 'cloudmersive-convert-api-client/models/xlsx_spreadsheet_column'
90
+ require 'cloudmersive-convert-api-client/models/xlsx_spreadsheet_row'
91
+ require 'cloudmersive-convert-api-client/models/xlsx_worksheet'
60
92
 
61
93
  # APIs
62
94
  require 'cloudmersive-convert-api-client/api/compare_document_api'