aspose_pdf_cloud 19.5.0 → 19.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (271) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +39 -26
  3. data/docs/Annotation.md +1 -1
  4. data/docs/AnnotationInfo.md +2 -2
  5. data/docs/Attachment.md +1 -1
  6. data/docs/Bookmark.md +25 -0
  7. data/docs/{FileExistResponse.md → BookmarkResponse.md} +3 -3
  8. data/docs/Bookmarks.md +10 -0
  9. data/docs/{DiscUsageResponse.md → BookmarksResponse.md} +3 -3
  10. data/docs/CaretAnnotation.md +1 -1
  11. data/docs/CellRecognized.md +1 -1
  12. data/docs/CircleAnnotation.md +1 -1
  13. data/docs/CommonFigureAnnotation.md +1 -1
  14. data/docs/DiscUsage.md +3 -3
  15. data/docs/DocumentPrivilege.md +1 -1
  16. data/docs/DocumentProperty.md +1 -1
  17. data/docs/Error.md +12 -0
  18. data/docs/ErrorDetails.md +10 -0
  19. data/docs/Field.md +1 -1
  20. data/docs/Fields.md +1 -1
  21. data/docs/FileAttachmentAnnotation.md +1 -1
  22. data/docs/FileVersion.md +8 -8
  23. data/docs/FileVersions.md +9 -0
  24. data/docs/FilesList.md +9 -0
  25. data/docs/FilesUploadResult.md +10 -0
  26. data/docs/FreeTextAnnotation.md +2 -2
  27. data/docs/GraphInfo.md +2 -2
  28. data/docs/HighlightAnnotation.md +1 -1
  29. data/docs/Image.md +3 -3
  30. data/docs/ImageFooter.md +1 -1
  31. data/docs/ImageHeader.md +1 -1
  32. data/docs/ImageStamp.md +1 -1
  33. data/docs/InkAnnotation.md +1 -1
  34. data/docs/LineAnnotation.md +3 -3
  35. data/docs/LinkAnnotation.md +4 -4
  36. data/docs/MarkupAnnotation.md +1 -1
  37. data/docs/MovieAnnotation.md +1 -1
  38. data/docs/ObjectExist.md +10 -0
  39. data/docs/Page.md +1 -1
  40. data/docs/PageNumberStamp.md +1 -1
  41. data/docs/PdfApi.md +560 -328
  42. data/docs/PdfPageStamp.md +1 -1
  43. data/docs/PolyAnnotation.md +2 -2
  44. data/docs/PolyLineAnnotation.md +2 -2
  45. data/docs/PolygonAnnotation.md +2 -2
  46. data/docs/PopupAnnotation.md +1 -1
  47. data/docs/PopupAnnotationWithParent.md +1 -1
  48. data/docs/RedactionAnnotation.md +1 -1
  49. data/docs/ScreenAnnotation.md +1 -1
  50. data/docs/Signature.md +1 -1
  51. data/docs/SignatureVerifyResponse.md +1 -1
  52. data/docs/SoundAnnotation.md +2 -2
  53. data/docs/SplitResultDocument.md +1 -1
  54. data/docs/SquareAnnotation.md +1 -1
  55. data/docs/SquigglyAnnotation.md +1 -1
  56. data/docs/Stamp.md +2 -2
  57. data/docs/StampAnnotation.md +1 -1
  58. data/docs/StampBase.md +1 -1
  59. data/docs/StampInfo.md +1 -1
  60. data/docs/StorageExist.md +9 -0
  61. data/docs/StorageFile.md +13 -0
  62. data/docs/StrikeOutAnnotation.md +1 -1
  63. data/docs/Table.md +1 -1
  64. data/docs/TextAnnotation.md +1 -1
  65. data/docs/TextFooter.md +2 -2
  66. data/docs/TextHeader.md +2 -2
  67. data/docs/TextRect.md +3 -3
  68. data/docs/TextReplaceListRequest.md +1 -1
  69. data/docs/TextReplaceResponse.md +1 -1
  70. data/docs/TextStamp.md +2 -2
  71. data/docs/UnderlineAnnotation.md +1 -1
  72. data/docs/WordCountResponse.md +1 -1
  73. data/lib/aspose_pdf_cloud.rb +12 -8
  74. data/lib/aspose_pdf_cloud/api/pdf_api.rb +2521 -1650
  75. data/lib/aspose_pdf_cloud/api_client.rb +2 -54
  76. data/lib/aspose_pdf_cloud/configuration.rb +2 -5
  77. data/lib/aspose_pdf_cloud/models/annotation.rb +7 -4
  78. data/lib/aspose_pdf_cloud/models/annotation_info.rb +12 -4
  79. data/lib/aspose_pdf_cloud/models/annotations_info.rb +2 -4
  80. data/lib/aspose_pdf_cloud/models/annotations_info_response.rb +2 -4
  81. data/lib/aspose_pdf_cloud/models/aspose_response.rb +2 -4
  82. data/lib/aspose_pdf_cloud/models/attachment.rb +7 -4
  83. data/lib/aspose_pdf_cloud/models/attachment_response.rb +2 -4
  84. data/lib/aspose_pdf_cloud/models/attachments.rb +2 -4
  85. data/lib/aspose_pdf_cloud/models/attachments_response.rb +2 -4
  86. data/lib/aspose_pdf_cloud/models/{append_document.rb → bookmark.rb} +167 -42
  87. data/lib/aspose_pdf_cloud/models/{storage_exist_response.rb → bookmark_response.rb} +12 -13
  88. data/lib/aspose_pdf_cloud/models/{files_response.rb → bookmarks.rb} +22 -36
  89. data/lib/aspose_pdf_cloud/models/{disc_usage_response.rb → bookmarks_response.rb} +12 -13
  90. data/lib/aspose_pdf_cloud/models/border_info.rb +2 -4
  91. data/lib/aspose_pdf_cloud/models/caret_annotation.rb +7 -4
  92. data/lib/aspose_pdf_cloud/models/caret_annotation_response.rb +2 -4
  93. data/lib/aspose_pdf_cloud/models/caret_annotations.rb +2 -4
  94. data/lib/aspose_pdf_cloud/models/caret_annotations_response.rb +2 -4
  95. data/lib/aspose_pdf_cloud/models/cell.rb +2 -4
  96. data/lib/aspose_pdf_cloud/models/cell_recognized.rb +3 -5
  97. data/lib/aspose_pdf_cloud/models/circle_annotation.rb +7 -4
  98. data/lib/aspose_pdf_cloud/models/circle_annotation_response.rb +2 -4
  99. data/lib/aspose_pdf_cloud/models/circle_annotations.rb +2 -4
  100. data/lib/aspose_pdf_cloud/models/circle_annotations_response.rb +2 -4
  101. data/lib/aspose_pdf_cloud/models/color.rb +2 -4
  102. data/lib/aspose_pdf_cloud/models/common_figure_annotation.rb +7 -4
  103. data/lib/aspose_pdf_cloud/models/disc_usage.rb +5 -5
  104. data/lib/aspose_pdf_cloud/models/document.rb +2 -4
  105. data/lib/aspose_pdf_cloud/models/document_page_response.rb +2 -4
  106. data/lib/aspose_pdf_cloud/models/document_pages_response.rb +2 -4
  107. data/lib/aspose_pdf_cloud/models/document_privilege.rb +3 -5
  108. data/lib/aspose_pdf_cloud/models/document_properties.rb +2 -4
  109. data/lib/aspose_pdf_cloud/models/document_properties_response.rb +2 -4
  110. data/lib/aspose_pdf_cloud/models/document_property.rb +7 -4
  111. data/lib/aspose_pdf_cloud/models/document_property_response.rb +2 -4
  112. data/lib/aspose_pdf_cloud/models/document_response.rb +2 -4
  113. data/lib/aspose_pdf_cloud/models/{file_exist_response.rb → error.rb} +31 -27
  114. data/lib/aspose_pdf_cloud/models/error_details.rb +214 -0
  115. data/lib/aspose_pdf_cloud/models/field.rb +7 -4
  116. data/lib/aspose_pdf_cloud/models/field_response.rb +2 -4
  117. data/lib/aspose_pdf_cloud/models/fields.rb +7 -4
  118. data/lib/aspose_pdf_cloud/models/fields_response.rb +2 -4
  119. data/lib/aspose_pdf_cloud/models/file_attachment_annotation.rb +7 -4
  120. data/lib/aspose_pdf_cloud/models/file_attachment_annotation_response.rb +2 -4
  121. data/lib/aspose_pdf_cloud/models/file_attachment_annotations.rb +2 -4
  122. data/lib/aspose_pdf_cloud/models/file_attachment_annotations_response.rb +2 -4
  123. data/lib/aspose_pdf_cloud/models/file_version.rb +15 -5
  124. data/lib/aspose_pdf_cloud/models/file_versions.rb +201 -0
  125. data/lib/aspose_pdf_cloud/models/files_list.rb +201 -0
  126. data/lib/aspose_pdf_cloud/models/files_upload_result.rb +213 -0
  127. data/lib/aspose_pdf_cloud/models/free_text_annotation.rb +12 -4
  128. data/lib/aspose_pdf_cloud/models/free_text_annotation_response.rb +2 -4
  129. data/lib/aspose_pdf_cloud/models/free_text_annotations.rb +2 -4
  130. data/lib/aspose_pdf_cloud/models/free_text_annotations_response.rb +2 -4
  131. data/lib/aspose_pdf_cloud/models/graph_info.rb +4 -6
  132. data/lib/aspose_pdf_cloud/models/highlight_annotation.rb +7 -4
  133. data/lib/aspose_pdf_cloud/models/highlight_annotation_response.rb +2 -4
  134. data/lib/aspose_pdf_cloud/models/highlight_annotations.rb +2 -4
  135. data/lib/aspose_pdf_cloud/models/highlight_annotations_response.rb +2 -4
  136. data/lib/aspose_pdf_cloud/models/image.rb +17 -4
  137. data/lib/aspose_pdf_cloud/models/image_footer.rb +3 -5
  138. data/lib/aspose_pdf_cloud/models/image_header.rb +3 -5
  139. data/lib/aspose_pdf_cloud/models/image_response.rb +2 -4
  140. data/lib/aspose_pdf_cloud/models/image_stamp.rb +3 -5
  141. data/lib/aspose_pdf_cloud/models/image_template.rb +21 -4
  142. data/lib/aspose_pdf_cloud/models/image_templates_request.rb +2 -4
  143. data/lib/aspose_pdf_cloud/models/images.rb +2 -4
  144. data/lib/aspose_pdf_cloud/models/images_response.rb +2 -4
  145. data/lib/aspose_pdf_cloud/models/ink_annotation.rb +7 -4
  146. data/lib/aspose_pdf_cloud/models/ink_annotation_response.rb +2 -4
  147. data/lib/aspose_pdf_cloud/models/ink_annotations.rb +2 -4
  148. data/lib/aspose_pdf_cloud/models/ink_annotations_response.rb +2 -4
  149. data/lib/aspose_pdf_cloud/models/line_annotation.rb +17 -4
  150. data/lib/aspose_pdf_cloud/models/line_annotation_response.rb +2 -4
  151. data/lib/aspose_pdf_cloud/models/line_annotations.rb +2 -4
  152. data/lib/aspose_pdf_cloud/models/line_annotations_response.rb +2 -4
  153. data/lib/aspose_pdf_cloud/models/link.rb +2 -4
  154. data/lib/aspose_pdf_cloud/models/link_annotation.rb +41 -4
  155. data/lib/aspose_pdf_cloud/models/link_annotation_response.rb +2 -4
  156. data/lib/aspose_pdf_cloud/models/link_annotations.rb +2 -4
  157. data/lib/aspose_pdf_cloud/models/link_annotations_response.rb +2 -4
  158. data/lib/aspose_pdf_cloud/models/link_element.rb +2 -4
  159. data/lib/aspose_pdf_cloud/models/margin_info.rb +2 -4
  160. data/lib/aspose_pdf_cloud/models/markup_annotation.rb +7 -4
  161. data/lib/aspose_pdf_cloud/models/merge_documents.rb +2 -4
  162. data/lib/aspose_pdf_cloud/models/movie_annotation.rb +7 -4
  163. data/lib/aspose_pdf_cloud/models/movie_annotation_response.rb +2 -4
  164. data/lib/aspose_pdf_cloud/models/movie_annotations.rb +2 -4
  165. data/lib/aspose_pdf_cloud/models/movie_annotations_response.rb +2 -4
  166. data/lib/aspose_pdf_cloud/models/{file_exist.rb → object_exist.rb} +16 -16
  167. data/lib/aspose_pdf_cloud/models/optimize_options.rb +2 -4
  168. data/lib/aspose_pdf_cloud/models/page.rb +7 -4
  169. data/lib/aspose_pdf_cloud/models/page_number_stamp.rb +3 -5
  170. data/lib/aspose_pdf_cloud/models/page_word_count.rb +2 -4
  171. data/lib/aspose_pdf_cloud/models/pages.rb +2 -4
  172. data/lib/aspose_pdf_cloud/models/paragraph.rb +2 -4
  173. data/lib/aspose_pdf_cloud/models/pdf_page_stamp.rb +3 -5
  174. data/lib/aspose_pdf_cloud/models/point.rb +2 -4
  175. data/lib/aspose_pdf_cloud/models/poly_annotation.rb +12 -4
  176. data/lib/aspose_pdf_cloud/models/poly_line_annotation.rb +12 -4
  177. data/lib/aspose_pdf_cloud/models/poly_line_annotation_response.rb +2 -4
  178. data/lib/aspose_pdf_cloud/models/poly_line_annotations.rb +2 -4
  179. data/lib/aspose_pdf_cloud/models/poly_line_annotations_response.rb +2 -4
  180. data/lib/aspose_pdf_cloud/models/polygon_annotation.rb +12 -4
  181. data/lib/aspose_pdf_cloud/models/polygon_annotation_response.rb +2 -4
  182. data/lib/aspose_pdf_cloud/models/polygon_annotations.rb +2 -4
  183. data/lib/aspose_pdf_cloud/models/polygon_annotations_response.rb +2 -4
  184. data/lib/aspose_pdf_cloud/models/popup_annotation.rb +7 -4
  185. data/lib/aspose_pdf_cloud/models/popup_annotation_response.rb +2 -4
  186. data/lib/aspose_pdf_cloud/models/popup_annotation_with_parent.rb +7 -4
  187. data/lib/aspose_pdf_cloud/models/popup_annotations.rb +2 -4
  188. data/lib/aspose_pdf_cloud/models/popup_annotations_response.rb +2 -4
  189. data/lib/aspose_pdf_cloud/models/position.rb +2 -4
  190. data/lib/aspose_pdf_cloud/models/rectangle.rb +2 -4
  191. data/lib/aspose_pdf_cloud/models/redaction_annotation.rb +7 -4
  192. data/lib/aspose_pdf_cloud/models/redaction_annotation_response.rb +2 -4
  193. data/lib/aspose_pdf_cloud/models/redaction_annotations.rb +2 -4
  194. data/lib/aspose_pdf_cloud/models/redaction_annotations_response.rb +2 -4
  195. data/lib/aspose_pdf_cloud/models/row.rb +2 -4
  196. data/lib/aspose_pdf_cloud/models/row_recognized.rb +2 -4
  197. data/lib/aspose_pdf_cloud/models/screen_annotation.rb +7 -4
  198. data/lib/aspose_pdf_cloud/models/screen_annotation_response.rb +2 -4
  199. data/lib/aspose_pdf_cloud/models/screen_annotations.rb +2 -4
  200. data/lib/aspose_pdf_cloud/models/screen_annotations_response.rb +2 -4
  201. data/lib/aspose_pdf_cloud/models/segment.rb +21 -4
  202. data/lib/aspose_pdf_cloud/models/signature.rb +22 -5
  203. data/lib/aspose_pdf_cloud/models/signature_verify_response.rb +7 -4
  204. data/lib/aspose_pdf_cloud/models/sound_annotation.rb +31 -4
  205. data/lib/aspose_pdf_cloud/models/sound_annotation_response.rb +2 -4
  206. data/lib/aspose_pdf_cloud/models/sound_annotations.rb +2 -4
  207. data/lib/aspose_pdf_cloud/models/sound_annotations_response.rb +2 -4
  208. data/lib/aspose_pdf_cloud/models/split_result.rb +2 -4
  209. data/lib/aspose_pdf_cloud/models/split_result_document.rb +7 -4
  210. data/lib/aspose_pdf_cloud/models/split_result_response.rb +2 -4
  211. data/lib/aspose_pdf_cloud/models/square_annotation.rb +7 -4
  212. data/lib/aspose_pdf_cloud/models/square_annotation_response.rb +2 -4
  213. data/lib/aspose_pdf_cloud/models/square_annotations.rb +2 -4
  214. data/lib/aspose_pdf_cloud/models/square_annotations_response.rb +2 -4
  215. data/lib/aspose_pdf_cloud/models/squiggly_annotation.rb +7 -4
  216. data/lib/aspose_pdf_cloud/models/squiggly_annotation_response.rb +2 -4
  217. data/lib/aspose_pdf_cloud/models/squiggly_annotations.rb +2 -4
  218. data/lib/aspose_pdf_cloud/models/squiggly_annotations_response.rb +2 -4
  219. data/lib/aspose_pdf_cloud/models/stamp.rb +4 -6
  220. data/lib/aspose_pdf_cloud/models/stamp_annotation.rb +7 -4
  221. data/lib/aspose_pdf_cloud/models/stamp_annotation_response.rb +2 -4
  222. data/lib/aspose_pdf_cloud/models/stamp_annotations.rb +2 -4
  223. data/lib/aspose_pdf_cloud/models/stamp_annotations_response.rb +2 -4
  224. data/lib/aspose_pdf_cloud/models/stamp_base.rb +3 -5
  225. data/lib/aspose_pdf_cloud/models/stamp_info.rb +7 -4
  226. data/lib/aspose_pdf_cloud/models/stamps_info.rb +2 -4
  227. data/lib/aspose_pdf_cloud/models/stamps_info_response.rb +2 -4
  228. data/lib/aspose_pdf_cloud/models/storage_exist.rb +204 -0
  229. data/lib/aspose_pdf_cloud/models/{file.rb → storage_file.rb} +9 -6
  230. data/lib/aspose_pdf_cloud/models/strike_out_annotation.rb +7 -4
  231. data/lib/aspose_pdf_cloud/models/strike_out_annotation_response.rb +2 -4
  232. data/lib/aspose_pdf_cloud/models/strike_out_annotations.rb +2 -4
  233. data/lib/aspose_pdf_cloud/models/strike_out_annotations_response.rb +2 -4
  234. data/lib/aspose_pdf_cloud/models/table.rb +7 -4
  235. data/lib/aspose_pdf_cloud/models/table_recognized.rb +2 -4
  236. data/lib/aspose_pdf_cloud/models/table_recognized_response.rb +2 -4
  237. data/lib/aspose_pdf_cloud/models/tables_recognized.rb +2 -4
  238. data/lib/aspose_pdf_cloud/models/tables_recognized_response.rb +2 -4
  239. data/lib/aspose_pdf_cloud/models/text_annotation.rb +7 -4
  240. data/lib/aspose_pdf_cloud/models/text_annotation_response.rb +2 -4
  241. data/lib/aspose_pdf_cloud/models/text_annotations.rb +2 -4
  242. data/lib/aspose_pdf_cloud/models/text_annotations_response.rb +2 -4
  243. data/lib/aspose_pdf_cloud/models/text_footer.rb +4 -6
  244. data/lib/aspose_pdf_cloud/models/text_header.rb +4 -6
  245. data/lib/aspose_pdf_cloud/models/text_line.rb +2 -4
  246. data/lib/aspose_pdf_cloud/models/text_rect.rb +5 -7
  247. data/lib/aspose_pdf_cloud/models/text_rects.rb +2 -4
  248. data/lib/aspose_pdf_cloud/models/text_rects_response.rb +2 -4
  249. data/lib/aspose_pdf_cloud/models/text_replace.rb +40 -4
  250. data/lib/aspose_pdf_cloud/models/text_replace_list_request.rb +3 -4
  251. data/lib/aspose_pdf_cloud/models/text_replace_response.rb +7 -4
  252. data/lib/aspose_pdf_cloud/models/text_stamp.rb +4 -6
  253. data/lib/aspose_pdf_cloud/models/text_state.rb +2 -4
  254. data/lib/aspose_pdf_cloud/models/text_style.rb +2 -4
  255. data/lib/aspose_pdf_cloud/models/underline_annotation.rb +7 -4
  256. data/lib/aspose_pdf_cloud/models/underline_annotation_response.rb +2 -4
  257. data/lib/aspose_pdf_cloud/models/underline_annotations.rb +2 -4
  258. data/lib/aspose_pdf_cloud/models/underline_annotations_response.rb +2 -4
  259. data/lib/aspose_pdf_cloud/models/word_count.rb +2 -4
  260. data/lib/aspose_pdf_cloud/models/word_count_response.rb +3 -5
  261. data/lib/aspose_pdf_cloud/version.rb +1 -1
  262. data/test/pdf_tests.rb +175 -71
  263. data/test_data/sample.tex +105 -0
  264. metadata +27 -18
  265. data/docs/AppendDocument.md +0 -11
  266. data/docs/File.md +0 -13
  267. data/docs/FileExist.md +0 -10
  268. data/docs/FileVersionsResponse.md +0 -11
  269. data/docs/FilesResponse.md +0 -11
  270. data/docs/StorageExistResponse.md +0 -11
  271. data/lib/aspose_pdf_cloud/models/file_versions_response.rb +0 -227
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8cd2c3d567008863c53d84c658f763ce67fa66f0aff128f7eefce29ac3d6c00f
4
- data.tar.gz: 3b389b39516c1cd01ab444bbd168d700eac106e6a468ec98916a4fc2fcf698c6
3
+ metadata.gz: fb03cabe306297b54b377268502e30b102932a63e477146675e32b0c94081012
4
+ data.tar.gz: 910a71493676dae1990f20efd860009a3c258c3df6515ff56bfa0e91cea2a96d
5
5
  SHA512:
6
- metadata.gz: 67d2e400bad26b1a4ef9d758fc8aa0f6367a7392ff7d82ba390790a9df9ba9ea1237a4c7610b455665aa6a8d5fcede1e077e51a59dba02cb6a738699544bff2e
7
- data.tar.gz: 5c2332d57915b2ba608a688f32161121635aa2356b46f0004b21545092d6e9603a6e5e9da351f4948cd34a9e6738a8d0480dece41a691ef1734acf719eb02425
6
+ metadata.gz: 5220b71dd979315b4ee356b6b6fe44c753a052cb0154500aac5e415fe5aa208323351fd1052bdd46ed54309b68311eb980b5a5be86cbcf7d78dfef088ec1d274
7
+ data.tar.gz: 94e91ec5581b1f1494e4c6b4de24582fbff28643e3fbafb1193592111323790750f293a96c9bee95738211d3204e9ee4ce230a647bade1484da6948137434571
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Aspose.PDF Cloud
2
2
 
3
- - API version: 2.0
4
- - Package version: 19.5.0
3
+ - API version: 3.0
4
+ - Package version: 19.6.0
5
5
 
6
6
  [Aspose.PDF Cloud](https://products.aspose.cloud/pdf) is a true REST API that enables you to perform a wide range of document processing operations including creation, manipulation, conversion and rendering of Pdf documents in the cloud.
7
7
 
@@ -22,15 +22,15 @@ gem build aspose_pdf_cloud.gemspec
22
22
  Then either install the gem locally:
23
23
 
24
24
  ```shell
25
- gem install ./aspose_pdf_cloud-19.5.0.gem
25
+ gem install ./aspose_pdf_cloud-19.6.0.gem
26
26
  ```
27
- (for development, run `gem install --dev ./aspose_pdf_cloud-19.5.0.gem` to install the development dependencies)
27
+ (for development, run `gem install --dev ./aspose_pdf_cloud-19.6.0.gem` to install the development dependencies)
28
28
 
29
29
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
30
30
 
31
31
  Finally add this to the Gemfile:
32
32
 
33
- gem 'aspose_pdf_cloud', '~> 19.5.0'
33
+ gem 'aspose_pdf_cloud', '~> 19.6.0'
34
34
 
35
35
  ### Install from Git
36
36
 
@@ -85,18 +85,23 @@ All Aspose.PDF Cloud SDKs are licensed under [MIT License](LICENSE).
85
85
 
86
86
  ## Documentation for API Endpoints
87
87
 
88
- All URIs are relative to *https://api.aspose.cloud/v2.0*
88
+ All URIs are relative to *https://api.aspose.cloud/v3.0*
89
89
 
90
90
  Class | Method | HTTP request | Description
91
91
  ------------ | ------------- | ------------- | -------------
92
+ *AsposePdfCloud::PdfApi* | [**copy_file**](docs/PdfApi.md#copy_file) | **PUT** /pdf/storage/file/copy/\{srcPath} | Copy file
93
+ *AsposePdfCloud::PdfApi* | [**copy_folder**](docs/PdfApi.md#copy_folder) | **PUT** /pdf/storage/folder/copy/\{srcPath} | Copy folder
94
+ *AsposePdfCloud::PdfApi* | [**create_folder**](docs/PdfApi.md#create_folder) | **PUT** /pdf/storage/folder/\{path} | Create the folder
92
95
  *AsposePdfCloud::PdfApi* | [**delete_annotation**](docs/PdfApi.md#delete_annotation) | **DELETE** /pdf/\{name}/annotations/\{annotationId} | Delete document annotation by ID
96
+ *AsposePdfCloud::PdfApi* | [**delete_bookmark**](docs/PdfApi.md#delete_bookmark) | **DELETE** /pdf/\{name}/bookmarks/bookmark/\{bookmarkPath} | Delete document bookmark by ID.
93
97
  *AsposePdfCloud::PdfApi* | [**delete_document_annotations**](docs/PdfApi.md#delete_document_annotations) | **DELETE** /pdf/\{name}/annotations | Delete all annotations from the document
98
+ *AsposePdfCloud::PdfApi* | [**delete_document_bookmarks**](docs/PdfApi.md#delete_document_bookmarks) | **DELETE** /pdf/\{name}/bookmarks/tree | Delete all document bookmarks.
94
99
  *AsposePdfCloud::PdfApi* | [**delete_document_link_annotations**](docs/PdfApi.md#delete_document_link_annotations) | **DELETE** /pdf/\{name}/links | Delete all link annotations from the document
95
100
  *AsposePdfCloud::PdfApi* | [**delete_document_stamps**](docs/PdfApi.md#delete_document_stamps) | **DELETE** /pdf/\{name}/stamps | Delete all stamps from the document
96
101
  *AsposePdfCloud::PdfApi* | [**delete_document_tables**](docs/PdfApi.md#delete_document_tables) | **DELETE** /pdf/\{name}/tables | Delete all tables from the document
97
102
  *AsposePdfCloud::PdfApi* | [**delete_field**](docs/PdfApi.md#delete_field) | **DELETE** /pdf/\{name}/fields/\{fieldName} | Delete document field by name.
98
- *AsposePdfCloud::PdfApi* | [**delete_file**](docs/PdfApi.md#delete_file) | **DELETE** /storage/file | Remove a specific file
99
- *AsposePdfCloud::PdfApi* | [**delete_folder**](docs/PdfApi.md#delete_folder) | **DELETE** /storage/folder | Remove a specific folder
103
+ *AsposePdfCloud::PdfApi* | [**delete_file**](docs/PdfApi.md#delete_file) | **DELETE** /pdf/storage/file/\{path} | Delete file
104
+ *AsposePdfCloud::PdfApi* | [**delete_folder**](docs/PdfApi.md#delete_folder) | **DELETE** /pdf/storage/folder/\{path} | Delete folder
100
105
  *AsposePdfCloud::PdfApi* | [**delete_image**](docs/PdfApi.md#delete_image) | **DELETE** /pdf/\{name}/images/\{imageId} | Delete image from document page.
101
106
  *AsposePdfCloud::PdfApi* | [**delete_link_annotation**](docs/PdfApi.md#delete_link_annotation) | **DELETE** /pdf/\{name}/links/\{linkId} | Delete document page link annotation by ID
102
107
  *AsposePdfCloud::PdfApi* | [**delete_page**](docs/PdfApi.md#delete_page) | **DELETE** /pdf/\{name}/pages/\{pageNumber} | Delete document page by its number.
@@ -108,13 +113,17 @@ Class | Method | HTTP request | Description
108
113
  *AsposePdfCloud::PdfApi* | [**delete_property**](docs/PdfApi.md#delete_property) | **DELETE** /pdf/\{name}/documentproperties/\{propertyName} | Delete document property.
109
114
  *AsposePdfCloud::PdfApi* | [**delete_stamp**](docs/PdfApi.md#delete_stamp) | **DELETE** /pdf/\{name}/stamps/\{stampId} | Delete document stamp by ID
110
115
  *AsposePdfCloud::PdfApi* | [**delete_table**](docs/PdfApi.md#delete_table) | **DELETE** /pdf/\{name}/tables/\{tableId} | Delete document table by ID
116
+ *AsposePdfCloud::PdfApi* | [**download_file**](docs/PdfApi.md#download_file) | **GET** /pdf/storage/file/\{path} | Download file
117
+ *AsposePdfCloud::PdfApi* | [**get_bookmark**](docs/PdfApi.md#get_bookmark) | **GET** /pdf/\{name}/bookmarks/bookmark/\{bookmarkPath} | Read document bookmark.
118
+ *AsposePdfCloud::PdfApi* | [**get_bookmarks**](docs/PdfApi.md#get_bookmarks) | **GET** /pdf/\{name}/bookmarks/list/\{bookmarkPath} | Read document bookmarks node list.
111
119
  *AsposePdfCloud::PdfApi* | [**get_caret_annotation**](docs/PdfApi.md#get_caret_annotation) | **GET** /pdf/\{name}/annotations/caret/\{annotationId} | Read document page caret annotation by ID.
112
120
  *AsposePdfCloud::PdfApi* | [**get_circle_annotation**](docs/PdfApi.md#get_circle_annotation) | **GET** /pdf/\{name}/annotations/circle/\{annotationId} | Read document page circle annotation by ID.
113
- *AsposePdfCloud::PdfApi* | [**get_disc_usage**](docs/PdfApi.md#get_disc_usage) | **GET** /storage/disc | Check the disk usage of the current account
121
+ *AsposePdfCloud::PdfApi* | [**get_disc_usage**](docs/PdfApi.md#get_disc_usage) | **GET** /pdf/storage/disc | Get disc usage
114
122
  *AsposePdfCloud::PdfApi* | [**get_document**](docs/PdfApi.md#get_document) | **GET** /pdf/\{name} | Read common document info.
115
123
  *AsposePdfCloud::PdfApi* | [**get_document_annotations**](docs/PdfApi.md#get_document_annotations) | **GET** /pdf/\{name}/annotations | Read documant page annotations. Returns only FreeTextAnnotations, TextAnnotations, other annotations will implemented next releases.
116
124
  *AsposePdfCloud::PdfApi* | [**get_document_attachment_by_index**](docs/PdfApi.md#get_document_attachment_by_index) | **GET** /pdf/\{name}/attachments/\{attachmentIndex} | Read document attachment info by its index.
117
125
  *AsposePdfCloud::PdfApi* | [**get_document_attachments**](docs/PdfApi.md#get_document_attachments) | **GET** /pdf/\{name}/attachments | Read document attachments info.
126
+ *AsposePdfCloud::PdfApi* | [**get_document_bookmarks**](docs/PdfApi.md#get_document_bookmarks) | **GET** /pdf/\{name}/bookmarks/tree | Read document bookmarks tree.
118
127
  *AsposePdfCloud::PdfApi* | [**get_document_caret_annotations**](docs/PdfApi.md#get_document_caret_annotations) | **GET** /pdf/\{name}/annotations/caret | Read document caret annotations.
119
128
  *AsposePdfCloud::PdfApi* | [**get_document_circle_annotations**](docs/PdfApi.md#get_document_circle_annotations) | **GET** /pdf/\{name}/annotations/circle | Read document circle annotations.
120
129
  *AsposePdfCloud::PdfApi* | [**get_document_file_attachment_annotations**](docs/PdfApi.md#get_document_file_attachment_annotations) | **GET** /pdf/\{name}/annotations/fileattachment | Read document FileAttachment annotations.
@@ -140,13 +149,14 @@ Class | Method | HTTP request | Description
140
149
  *AsposePdfCloud::PdfApi* | [**get_document_tables**](docs/PdfApi.md#get_document_tables) | **GET** /pdf/\{name}/tables | Read document tables.
141
150
  *AsposePdfCloud::PdfApi* | [**get_document_text_annotations**](docs/PdfApi.md#get_document_text_annotations) | **GET** /pdf/\{name}/annotations/text | Read document text annotations.
142
151
  *AsposePdfCloud::PdfApi* | [**get_document_underline_annotations**](docs/PdfApi.md#get_document_underline_annotations) | **GET** /pdf/\{name}/annotations/underline | Read document underline annotations.
143
- *AsposePdfCloud::PdfApi* | [**get_download**](docs/PdfApi.md#get_download) | **GET** /storage/file | Download a specific file
144
152
  *AsposePdfCloud::PdfApi* | [**get_download_document_attachment_by_index**](docs/PdfApi.md#get_download_document_attachment_by_index) | **GET** /pdf/\{name}/attachments/\{attachmentIndex}/download | Download document attachment content by its index.
145
153
  *AsposePdfCloud::PdfApi* | [**get_epub_in_storage_to_pdf**](docs/PdfApi.md#get_epub_in_storage_to_pdf) | **GET** /pdf/create/epub | Convert EPUB file (located on storage) to PDF format and return resulting file in response.
146
154
  *AsposePdfCloud::PdfApi* | [**get_field**](docs/PdfApi.md#get_field) | **GET** /pdf/\{name}/fields/\{fieldName} | Get document field by name.
147
155
  *AsposePdfCloud::PdfApi* | [**get_fields**](docs/PdfApi.md#get_fields) | **GET** /pdf/\{name}/fields | Get document fields.
148
156
  *AsposePdfCloud::PdfApi* | [**get_file_attachment_annotation**](docs/PdfApi.md#get_file_attachment_annotation) | **GET** /pdf/\{name}/annotations/fileattachment/\{annotationId} | Read document page FileAttachment annotation by ID.
149
157
  *AsposePdfCloud::PdfApi* | [**get_file_attachment_annotation_data**](docs/PdfApi.md#get_file_attachment_annotation_data) | **GET** /pdf/\{name}/annotations/fileattachment/\{annotationId}/data | Read document page FileAttachment annotation by ID.
158
+ *AsposePdfCloud::PdfApi* | [**get_file_versions**](docs/PdfApi.md#get_file_versions) | **GET** /pdf/storage/version/\{path} | Get file versions
159
+ *AsposePdfCloud::PdfApi* | [**get_files_list**](docs/PdfApi.md#get_files_list) | **GET** /pdf/storage/folder/\{path} | Get all files and folders within a folder
150
160
  *AsposePdfCloud::PdfApi* | [**get_free_text_annotation**](docs/PdfApi.md#get_free_text_annotation) | **GET** /pdf/\{name}/annotations/freetext/\{annotationId} | Read document page free text annotation by ID.
151
161
  *AsposePdfCloud::PdfApi* | [**get_highlight_annotation**](docs/PdfApi.md#get_highlight_annotation) | **GET** /pdf/\{name}/annotations/highlight/\{annotationId} | Read document page highlight annotation by ID.
152
162
  *AsposePdfCloud::PdfApi* | [**get_html_in_storage_to_pdf**](docs/PdfApi.md#get_html_in_storage_to_pdf) | **GET** /pdf/create/html | Convert HTML file (located on storage) to PDF format and return resulting file in response.
@@ -157,13 +167,9 @@ Class | Method | HTTP request | Description
157
167
  *AsposePdfCloud::PdfApi* | [**get_image_extract_as_tiff**](docs/PdfApi.md#get_image_extract_as_tiff) | **GET** /pdf/\{name}/images/\{imageId}/extract/tiff | Extract document image in TIFF format
158
168
  *AsposePdfCloud::PdfApi* | [**get_images**](docs/PdfApi.md#get_images) | **GET** /pdf/\{name}/pages/\{pageNumber}/images | Read document images.
159
169
  *AsposePdfCloud::PdfApi* | [**get_ink_annotation**](docs/PdfApi.md#get_ink_annotation) | **GET** /pdf/\{name}/annotations/ink/\{annotationId} | Read document page ink annotation by ID.
160
- *AsposePdfCloud::PdfApi* | [**get_is_exist**](docs/PdfApi.md#get_is_exist) | **GET** /storage/exist | Check if a specific file or folder exists
161
- *AsposePdfCloud::PdfApi* | [**get_is_storage_exist**](docs/PdfApi.md#get_is_storage_exist) | **GET** /storage/\{name}/exist | Check if storage exists
162
170
  *AsposePdfCloud::PdfApi* | [**get_la_te_x_in_storage_to_pdf**](docs/PdfApi.md#get_la_te_x_in_storage_to_pdf) | **GET** /pdf/create/latex | Convert LaTeX file (located on storage) to PDF format and return resulting file in response.
163
171
  *AsposePdfCloud::PdfApi* | [**get_line_annotation**](docs/PdfApi.md#get_line_annotation) | **GET** /pdf/\{name}/annotations/line/\{annotationId} | Read document page line annotation by ID.
164
172
  *AsposePdfCloud::PdfApi* | [**get_link_annotation**](docs/PdfApi.md#get_link_annotation) | **GET** /pdf/\{name}/links/\{linkId} | Read document link annotation by ID.
165
- *AsposePdfCloud::PdfApi* | [**get_list_file_versions**](docs/PdfApi.md#get_list_file_versions) | **GET** /storage/version | Get the file's versions list
166
- *AsposePdfCloud::PdfApi* | [**get_list_files**](docs/PdfApi.md#get_list_files) | **GET** /storage/folder | Get the file listing of a specific folder
167
173
  *AsposePdfCloud::PdfApi* | [**get_mht_in_storage_to_pdf**](docs/PdfApi.md#get_mht_in_storage_to_pdf) | **GET** /pdf/create/mht | Convert MHT file (located on storage) to PDF format and return resulting file in response.
168
174
  *AsposePdfCloud::PdfApi* | [**get_movie_annotation**](docs/PdfApi.md#get_movie_annotation) | **GET** /pdf/\{name}/annotations/movie/\{annotationId} | Read document page movie annotation by ID.
169
175
  *AsposePdfCloud::PdfApi* | [**get_page**](docs/PdfApi.md#get_page) | **GET** /pdf/\{name}/pages/\{pageNumber} | Read document page info.
@@ -240,7 +246,11 @@ Class | Method | HTTP request | Description
240
246
  *AsposePdfCloud::PdfApi* | [**get_xml_in_storage_to_pdf**](docs/PdfApi.md#get_xml_in_storage_to_pdf) | **GET** /pdf/create/xml | Convert XML file (located on storage) to PDF format and return resulting file in response.
241
247
  *AsposePdfCloud::PdfApi* | [**get_xps_in_storage_to_pdf**](docs/PdfApi.md#get_xps_in_storage_to_pdf) | **GET** /pdf/create/xps | Convert XPS file (located on storage) to PDF format and return resulting file in response.
242
248
  *AsposePdfCloud::PdfApi* | [**get_xsl_fo_in_storage_to_pdf**](docs/PdfApi.md#get_xsl_fo_in_storage_to_pdf) | **GET** /pdf/create/xslfo | Convert XslFo file (located on storage) to PDF format and return resulting file in response.
249
+ *AsposePdfCloud::PdfApi* | [**move_file**](docs/PdfApi.md#move_file) | **PUT** /pdf/storage/file/move/\{srcPath} | Move file
250
+ *AsposePdfCloud::PdfApi* | [**move_folder**](docs/PdfApi.md#move_folder) | **PUT** /pdf/storage/folder/move/\{srcPath} | Move folder
251
+ *AsposePdfCloud::PdfApi* | [**object_exists**](docs/PdfApi.md#object_exists) | **GET** /pdf/storage/exist/\{path} | Check if file or folder exists
243
252
  *AsposePdfCloud::PdfApi* | [**post_append_document**](docs/PdfApi.md#post_append_document) | **POST** /pdf/\{name}/appendDocument | Append document to existing one.
253
+ *AsposePdfCloud::PdfApi* | [**post_bookmark**](docs/PdfApi.md#post_bookmark) | **POST** /pdf/\{name}/bookmarks/bookmark/\{bookmarkPath} | Add document bookmarks.
244
254
  *AsposePdfCloud::PdfApi* | [**post_change_password_document_in_storage**](docs/PdfApi.md#post_change_password_document_in_storage) | **POST** /pdf/\{name}/changepassword | Change document password in storage.
245
255
  *AsposePdfCloud::PdfApi* | [**post_create_field**](docs/PdfApi.md#post_create_field) | **POST** /pdf/\{name}/fields | Create field.
246
256
  *AsposePdfCloud::PdfApi* | [**post_decrypt_document_in_storage**](docs/PdfApi.md#post_decrypt_document_in_storage) | **POST** /pdf/\{name}/decrypt | Decrypt document in storage.
@@ -253,8 +263,6 @@ Class | Method | HTTP request | Description
253
263
  *AsposePdfCloud::PdfApi* | [**post_encrypt_document_in_storage**](docs/PdfApi.md#post_encrypt_document_in_storage) | **POST** /pdf/\{name}/encrypt | Encrypt document in storage.
254
264
  *AsposePdfCloud::PdfApi* | [**post_flatten_document**](docs/PdfApi.md#post_flatten_document) | **POST** /pdf/\{name}/flatten | Flatten the document.
255
265
  *AsposePdfCloud::PdfApi* | [**post_insert_image**](docs/PdfApi.md#post_insert_image) | **POST** /pdf/\{name}/pages/\{pageNumber}/images | Insert image to document page.
256
- *AsposePdfCloud::PdfApi* | [**post_move_file**](docs/PdfApi.md#post_move_file) | **POST** /storage/file | Move a specific file
257
- *AsposePdfCloud::PdfApi* | [**post_move_folder**](docs/PdfApi.md#post_move_folder) | **POST** /storage/folder | Move a specific folder
258
266
  *AsposePdfCloud::PdfApi* | [**post_move_page**](docs/PdfApi.md#post_move_page) | **POST** /pdf/\{name}/pages/\{pageNumber}/movePage | Move page to new position.
259
267
  *AsposePdfCloud::PdfApi* | [**post_optimize_document**](docs/PdfApi.md#post_optimize_document) | **POST** /pdf/\{name}/optimize | Optimize document.
260
268
  *AsposePdfCloud::PdfApi* | [**post_page_caret_annotations**](docs/PdfApi.md#post_page_caret_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/caret | Add document page caret annotations.
@@ -289,12 +297,11 @@ Class | Method | HTTP request | Description
289
297
  *AsposePdfCloud::PdfApi* | [**put_add_new_page**](docs/PdfApi.md#put_add_new_page) | **PUT** /pdf/\{name}/pages | Add new page to end of the document.
290
298
  *AsposePdfCloud::PdfApi* | [**put_add_text**](docs/PdfApi.md#put_add_text) | **PUT** /pdf/\{name}/pages/\{pageNumber}/text | Add text to PDF document page.
291
299
  *AsposePdfCloud::PdfApi* | [**put_annotations_flatten**](docs/PdfApi.md#put_annotations_flatten) | **PUT** /pdf/\{name}/annotations/flatten | Flattens the annotations of the specified types
300
+ *AsposePdfCloud::PdfApi* | [**put_bookmark**](docs/PdfApi.md#put_bookmark) | **PUT** /pdf/\{name}/bookmarks/bookmark/\{bookmarkPath} | Update document bookmark.
292
301
  *AsposePdfCloud::PdfApi* | [**put_caret_annotation**](docs/PdfApi.md#put_caret_annotation) | **PUT** /pdf/\{name}/annotations/caret/\{annotationId} | Replace document caret annotation
293
302
  *AsposePdfCloud::PdfApi* | [**put_change_password_document**](docs/PdfApi.md#put_change_password_document) | **PUT** /pdf/changepassword | Change document password from content.
294
303
  *AsposePdfCloud::PdfApi* | [**put_circle_annotation**](docs/PdfApi.md#put_circle_annotation) | **PUT** /pdf/\{name}/annotations/circle/\{annotationId} | Replace document circle annotation
295
- *AsposePdfCloud::PdfApi* | [**put_create**](docs/PdfApi.md#put_create) | **PUT** /storage/file | Upload a specific file
296
304
  *AsposePdfCloud::PdfApi* | [**put_create_document**](docs/PdfApi.md#put_create_document) | **PUT** /pdf/\{name} | Create empty document.
297
- *AsposePdfCloud::PdfApi* | [**put_create_folder**](docs/PdfApi.md#put_create_folder) | **PUT** /storage/folder | Create the folder
298
305
  *AsposePdfCloud::PdfApi* | [**put_decrypt_document**](docs/PdfApi.md#put_decrypt_document) | **PUT** /pdf/decrypt | Decrypt document from content.
299
306
  *AsposePdfCloud::PdfApi* | [**put_encrypt_document**](docs/PdfApi.md#put_encrypt_document) | **PUT** /pdf/encrypt | Encrypt document from content.
300
307
  *AsposePdfCloud::PdfApi* | [**put_epub_in_storage_to_pdf**](docs/PdfApi.md#put_epub_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/epub | Convert EPUB file (located on storage) to PDF format and upload resulting file to storage.
@@ -384,6 +391,8 @@ Class | Method | HTTP request | Description
384
391
  *AsposePdfCloud::PdfApi* | [**put_xml_in_storage_to_pdf**](docs/PdfApi.md#put_xml_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/xml | Convert XML file (located on storage) to PDF format and upload resulting file to storage.
385
392
  *AsposePdfCloud::PdfApi* | [**put_xps_in_storage_to_pdf**](docs/PdfApi.md#put_xps_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/xps | Convert XPS file (located on storage) to PDF format and upload resulting file to storage.
386
393
  *AsposePdfCloud::PdfApi* | [**put_xsl_fo_in_storage_to_pdf**](docs/PdfApi.md#put_xsl_fo_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/xslfo | Convert XslFo file (located on storage) to PDF format and upload resulting file to storage.
394
+ *AsposePdfCloud::PdfApi* | [**storage_exists**](docs/PdfApi.md#storage_exists) | **GET** /pdf/storage/\{storageName}/exist | Check if storage exists
395
+ *AsposePdfCloud::PdfApi* | [**upload_file**](docs/PdfApi.md#upload_file) | **PUT** /pdf/storage/file/\{path} | Upload file
387
396
 
388
397
 
389
398
  ## Documentation for Models
@@ -392,7 +401,6 @@ Class | Method | HTTP request | Description
392
401
  - [AsposePdfCloud::AnnotationState](docs/AnnotationState.md)
393
402
  - [AsposePdfCloud::AnnotationType](docs/AnnotationType.md)
394
403
  - [AsposePdfCloud::AntialiasingProcessingType](docs/AntialiasingProcessingType.md)
395
- - [AsposePdfCloud::AppendDocument](docs/AppendDocument.md)
396
404
  - [AsposePdfCloud::AsposeResponse](docs/AsposeResponse.md)
397
405
  - [AsposePdfCloud::BorderCornerStyle](docs/BorderCornerStyle.md)
398
406
  - [AsposePdfCloud::BorderInfo](docs/BorderInfo.md)
@@ -411,10 +419,13 @@ Class | Method | HTTP request | Description
411
419
  - [AsposePdfCloud::DocRecognitionMode](docs/DocRecognitionMode.md)
412
420
  - [AsposePdfCloud::DocumentPrivilege](docs/DocumentPrivilege.md)
413
421
  - [AsposePdfCloud::EpubRecognitionMode](docs/EpubRecognitionMode.md)
422
+ - [AsposePdfCloud::Error](docs/Error.md)
423
+ - [AsposePdfCloud::ErrorDetails](docs/ErrorDetails.md)
414
424
  - [AsposePdfCloud::FieldType](docs/FieldType.md)
415
- - [AsposePdfCloud::File](docs/File.md)
416
- - [AsposePdfCloud::FileExist](docs/FileExist.md)
417
425
  - [AsposePdfCloud::FileIcon](docs/FileIcon.md)
426
+ - [AsposePdfCloud::FileVersions](docs/FileVersions.md)
427
+ - [AsposePdfCloud::FilesList](docs/FilesList.md)
428
+ - [AsposePdfCloud::FilesUploadResult](docs/FilesUploadResult.md)
418
429
  - [AsposePdfCloud::FontEncodingRules](docs/FontEncodingRules.md)
419
430
  - [AsposePdfCloud::FontSavingModes](docs/FontSavingModes.md)
420
431
  - [AsposePdfCloud::FontStyles](docs/FontStyles.md)
@@ -437,6 +448,7 @@ Class | Method | HTTP request | Description
437
448
  - [AsposePdfCloud::LinkHighlightingMode](docs/LinkHighlightingMode.md)
438
449
  - [AsposePdfCloud::MarginInfo](docs/MarginInfo.md)
439
450
  - [AsposePdfCloud::MergeDocuments](docs/MergeDocuments.md)
451
+ - [AsposePdfCloud::ObjectExist](docs/ObjectExist.md)
440
452
  - [AsposePdfCloud::OptimizeOptions](docs/OptimizeOptions.md)
441
453
  - [AsposePdfCloud::PageWordCount](docs/PageWordCount.md)
442
454
  - [AsposePdfCloud::Paragraph](docs/Paragraph.md)
@@ -461,6 +473,8 @@ Class | Method | HTTP request | Description
461
473
  - [AsposePdfCloud::Stamp](docs/Stamp.md)
462
474
  - [AsposePdfCloud::StampIcon](docs/StampIcon.md)
463
475
  - [AsposePdfCloud::StampType](docs/StampType.md)
476
+ - [AsposePdfCloud::StorageExist](docs/StorageExist.md)
477
+ - [AsposePdfCloud::StorageFile](docs/StorageFile.md)
464
478
  - [AsposePdfCloud::TableBroken](docs/TableBroken.md)
465
479
  - [AsposePdfCloud::TextHorizontalAlignment](docs/TextHorizontalAlignment.md)
466
480
  - [AsposePdfCloud::TextIcon](docs/TextIcon.md)
@@ -481,13 +495,16 @@ Class | Method | HTTP request | Description
481
495
  - [AsposePdfCloud::AttachmentResponse](docs/AttachmentResponse.md)
482
496
  - [AsposePdfCloud::Attachments](docs/Attachments.md)
483
497
  - [AsposePdfCloud::AttachmentsResponse](docs/AttachmentsResponse.md)
498
+ - [AsposePdfCloud::Bookmark](docs/Bookmark.md)
499
+ - [AsposePdfCloud::BookmarkResponse](docs/BookmarkResponse.md)
500
+ - [AsposePdfCloud::Bookmarks](docs/Bookmarks.md)
501
+ - [AsposePdfCloud::BookmarksResponse](docs/BookmarksResponse.md)
484
502
  - [AsposePdfCloud::CaretAnnotationResponse](docs/CaretAnnotationResponse.md)
485
503
  - [AsposePdfCloud::CaretAnnotations](docs/CaretAnnotations.md)
486
504
  - [AsposePdfCloud::CaretAnnotationsResponse](docs/CaretAnnotationsResponse.md)
487
505
  - [AsposePdfCloud::CircleAnnotationResponse](docs/CircleAnnotationResponse.md)
488
506
  - [AsposePdfCloud::CircleAnnotations](docs/CircleAnnotations.md)
489
507
  - [AsposePdfCloud::CircleAnnotationsResponse](docs/CircleAnnotationsResponse.md)
490
- - [AsposePdfCloud::DiscUsageResponse](docs/DiscUsageResponse.md)
491
508
  - [AsposePdfCloud::Document](docs/Document.md)
492
509
  - [AsposePdfCloud::DocumentPageResponse](docs/DocumentPageResponse.md)
493
510
  - [AsposePdfCloud::DocumentPagesResponse](docs/DocumentPagesResponse.md)
@@ -503,10 +520,7 @@ Class | Method | HTTP request | Description
503
520
  - [AsposePdfCloud::FileAttachmentAnnotationResponse](docs/FileAttachmentAnnotationResponse.md)
504
521
  - [AsposePdfCloud::FileAttachmentAnnotations](docs/FileAttachmentAnnotations.md)
505
522
  - [AsposePdfCloud::FileAttachmentAnnotationsResponse](docs/FileAttachmentAnnotationsResponse.md)
506
- - [AsposePdfCloud::FileExistResponse](docs/FileExistResponse.md)
507
523
  - [AsposePdfCloud::FileVersion](docs/FileVersion.md)
508
- - [AsposePdfCloud::FileVersionsResponse](docs/FileVersionsResponse.md)
509
- - [AsposePdfCloud::FilesResponse](docs/FilesResponse.md)
510
524
  - [AsposePdfCloud::FreeTextAnnotationResponse](docs/FreeTextAnnotationResponse.md)
511
525
  - [AsposePdfCloud::FreeTextAnnotations](docs/FreeTextAnnotations.md)
512
526
  - [AsposePdfCloud::FreeTextAnnotationsResponse](docs/FreeTextAnnotationsResponse.md)
@@ -566,7 +580,6 @@ Class | Method | HTTP request | Description
566
580
  - [AsposePdfCloud::StampInfo](docs/StampInfo.md)
567
581
  - [AsposePdfCloud::StampsInfo](docs/StampsInfo.md)
568
582
  - [AsposePdfCloud::StampsInfoResponse](docs/StampsInfoResponse.md)
569
- - [AsposePdfCloud::StorageExistResponse](docs/StorageExistResponse.md)
570
583
  - [AsposePdfCloud::StrikeOutAnnotationResponse](docs/StrikeOutAnnotationResponse.md)
571
584
  - [AsposePdfCloud::StrikeOutAnnotations](docs/StrikeOutAnnotations.md)
572
585
  - [AsposePdfCloud::StrikeOutAnnotationsResponse](docs/StrikeOutAnnotationsResponse.md)
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **id** | **String** | Gets ID of the annotation. | [optional]
12
12
  **flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
13
13
  **name** | **String** | Gets Name of the annotation. | [optional]
14
- **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
14
+ **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
15
15
  **page_index** | **Integer** | Gets PageIndex of the annotation. | [optional]
16
16
  **z_index** | **Integer** | Gets ZIndex of the annotation. | [optional]
17
17
  **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
@@ -11,11 +11,11 @@ Name | Type | Description | Notes
11
11
  **id** | **String** | Gets ID of the annotation. | [optional]
12
12
  **flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
13
13
  **name** | **String** | Gets Name of the annotation. | [optional]
14
- **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
14
+ **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
15
15
  **page_index** | **Integer** | Gets PageIndex of the annotation. | [optional]
16
16
  **z_index** | **Integer** | Gets ZIndex of the annotation. | [optional]
17
17
  **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
18
18
  **vertical_alignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation. | [optional]
19
- **annotation_type** | [**AnnotationType**](AnnotationType.md) | Gets annotation type. | [optional]
19
+ **annotation_type** | [**AnnotationType**](AnnotationType.md) | Gets annotation type. |
20
20
 
21
21
 
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
10
10
  **name** | **String** | Gets the name of the attachment. | [optional]
11
11
  **creation_date** | **String** | The date and time when the embedded file was created. | [optional]
12
12
  **modification_date** | **String** | The date and time when the embedded file was last modified. | [optional]
13
- **size** | **Integer** | The size of the uncompressed embedded file, in bytes. | [optional]
13
+ **size** | **Integer** | The size of the uncompressed embedded file, in bytes. |
14
14
  **check_sum** | **String** | A 16-byte string that is the checksum of the bytes of the uncompressed embedded file. The checksum is calculated by applying the standard MD5 message-digest algorithm to the bytes of the embedded file stream. | [optional]
15
15
 
16
16
 
@@ -0,0 +1,25 @@
1
+ # AsposePdfCloud::Bookmark
2
+ Provides link to bookmark.
3
+
4
+ ## Properties
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **links** | [**Array<Link>**](Link.md) | Link to the document. | [optional]
8
+ **title** | **String** | Get the Title; | [optional]
9
+ **italic** | **BOOLEAN** | Is bookmark italic. | [optional]
10
+ **bold** | **BOOLEAN** | Is bookmark bold. | [optional]
11
+ **color** | [**Color**](Color.md) | Get the color | [optional]
12
+ **action** | **String** | Gets or sets the action bound with the bookmark. If PageNumber is presented the action can not be specified. The action type includes: "GoTo", "GoToR", "Launch", "Named". | [optional]
13
+ **level** | **Integer** | Gets or sets bookmark's hierarchy level. | [optional]
14
+ **destination** | **String** | Gets or sets bookmark's destination page. Required if action is set as string.Empty. | [optional]
15
+ **page_display** | **String** | Gets or sets the type of display bookmark's destination page. | [optional]
16
+ **page_display_bottom** | **Integer** | Gets or sets the bottom coordinate of page display. | [optional]
17
+ **page_display_left** | **Integer** | Gets or sets the left coordinate of page display. | [optional]
18
+ **page_display_right** | **Integer** | Gets or sets the right coordinate of page display. | [optional]
19
+ **page_display_top** | **Integer** | Gets or sets the top coordinate of page display. | [optional]
20
+ **page_display_zoom** | **Integer** | Gets or sets the zoom factor of page display. | [optional]
21
+ **page_number** | **Integer** | Gets or sets the number of bookmark's destination page. | [optional]
22
+ **remote_file** | **String** | Gets or sets the file (path) which is required for "GoToR" action of bookmark. | [optional]
23
+ **bookmarks** | [**Bookmarks**](Bookmarks.md) | The children bookmarks. | [optional]
24
+
25
+
@@ -1,11 +1,11 @@
1
- # AsposePdfCloud::FileExistResponse
2
-
1
+ # AsposePdfCloud::BookmarkResponse
2
+ Represents response containing single bookmark info
3
3
 
4
4
  ## Properties
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **code** | **Integer** | Response status code. |
8
8
  **status** | **String** | Response status. | [optional]
9
- **file_exist** | [**FileExist**](FileExist.md) | | [optional]
9
+ **bookmark** | [**Bookmark**](Bookmark.md) | Bookmark object | [optional]
10
10
 
11
11
 
@@ -0,0 +1,10 @@
1
+ # AsposePdfCloud::Bookmarks
2
+ Represents list of bookmark.
3
+
4
+ ## Properties
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **links** | [**Array<Link>**](Link.md) | Link to the document. | [optional]
8
+ **list** | [**Array<Bookmark>**](Bookmark.md) | List of bookmarks. | [optional]
9
+
10
+
@@ -1,11 +1,11 @@
1
- # AsposePdfCloud::DiscUsageResponse
2
-
1
+ # AsposePdfCloud::BookmarksResponse
2
+ Represents response containing multiple bookmarks info
3
3
 
4
4
  ## Properties
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **code** | **Integer** | Response status code. |
8
8
  **status** | **String** | Response status. | [optional]
9
- **disc_usage** | [**DiscUsage**](DiscUsage.md) | | [optional]
9
+ **bookmarks** | [**Bookmarks**](Bookmarks.md) | Bookmarks object | [optional]
10
10
 
11
11
 
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **id** | **String** | Gets ID of the annotation. | [optional]
12
12
  **flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
13
13
  **name** | **String** | Gets Name of the annotation. | [optional]
14
- **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
14
+ **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
15
15
  **page_index** | **Integer** | Gets PageIndex of the annotation. | [optional]
16
16
  **z_index** | **Integer** | Gets ZIndex of the annotation. | [optional]
17
17
  **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
@@ -4,7 +4,7 @@
4
4
  ## Properties
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **text_rects** | [**TextRects**](TextRects.md) | Gets collection of objects that describes text containing in the cell | [optional]
7
+ **text_rects** | [**TextRects**](TextRects.md) | Gets collection of TextRect objects that describes text containing in the cell | [optional]
8
8
  **rectangle** | [**Rectangle**](Rectangle.md) | Gets rectangle that describes position of the cell on page | [optional]
9
9
 
10
10
 
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **id** | **String** | Gets ID of the annotation. | [optional]
12
12
  **flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
13
13
  **name** | **String** | Gets Name of the annotation. | [optional]
14
- **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
14
+ **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
15
15
  **page_index** | **Integer** | Gets PageIndex of the annotation. | [optional]
16
16
  **z_index** | **Integer** | Gets ZIndex of the annotation. | [optional]
17
17
  **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **id** | **String** | Gets ID of the annotation. | [optional]
12
12
  **flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
13
13
  **name** | **String** | Gets Name of the annotation. | [optional]
14
- **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
14
+ **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
15
15
  **page_index** | **Integer** | Gets PageIndex of the annotation. | [optional]
16
16
  **z_index** | **Integer** | Gets ZIndex of the annotation. | [optional]
17
17
  **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
@@ -1,10 +1,10 @@
1
1
  # AsposePdfCloud::DiscUsage
2
-
2
+ Class for disc space information.
3
3
 
4
4
  ## Properties
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **used_size** | **Integer** | |
8
- **total_size** | **Integer** | |
7
+ **used_size** | **Integer** | Application used disc space. |
8
+ **total_size** | **Integer** | Total disc space. |
9
9
 
10
10
 
@@ -1,5 +1,5 @@
1
1
  # AsposePdfCloud::DocumentPrivilege
2
- Represents the privileges for accessing Pdf file./>.
2
+ Represents the privileges for accessing Pdf file./>.
3
3
 
4
4
  ## Properties
5
5
  Name | Type | Description | Notes
@@ -7,6 +7,6 @@ Name | Type | Description | Notes
7
7
  **links** | [**Array<Link>**](Link.md) | Link to the document. | [optional]
8
8
  **name** | **String** | Pame of the property. | [optional]
9
9
  **value** | **String** | Property value. | [optional]
10
- **built_in** | **BOOLEAN** | Value indicating whether it is a built-in property. | [optional]
10
+ **built_in** | **BOOLEAN** | Value indicating whether it is a built-in property. |
11
11
 
12
12
 
@@ -0,0 +1,12 @@
1
+ # AsposePdfCloud::Error
2
+ Error
3
+
4
+ ## Properties
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **code** | **String** | Code | [optional]
8
+ **message** | **String** | Message | [optional]
9
+ **description** | **String** | Description | [optional]
10
+ **inner_error** | [**ErrorDetails**](ErrorDetails.md) | Inner Error | [optional]
11
+
12
+
@@ -0,0 +1,10 @@
1
+ # AsposePdfCloud::ErrorDetails
2
+ The error details
3
+
4
+ ## Properties
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **request_id** | **String** | The request id | [optional]
8
+ **date** | **DateTime** | Date |
9
+
10
+
@@ -9,6 +9,6 @@ Name | Type | Description | Notes
9
9
  **selected_items** | **Array<Integer>** | Selected items. | [optional]
10
10
  **type** | [**FieldType**](FieldType.md) | Field type. | [optional]
11
11
  **rect** | [**Rectangle**](Rectangle.md) | Field rectangle. | [optional]
12
- **values** | **Array<String>** | Field values. | [optional]
12
+ **values** | **Array<String>** | Field values. |
13
13
 
14
14
 
@@ -5,6 +5,6 @@ Represents list of form fields.
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **links** | [**Array<Link>**](Link.md) | Link to the document. | [optional]
8
- **list** | [**Array<Field>**](Field.md) | List of form fields. | [optional]
8
+ **list** | [**Array<Field>**](Field.md) | List of form fields. |
9
9
 
10
10