aspose_pdf_cloud 19.2.0 → 19.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +35 -5
  3. data/docs/CellRecognized.md +10 -0
  4. data/docs/ImageStamp.md +25 -0
  5. data/docs/PdfApi.md +419 -3
  6. data/docs/PdfPageStamp.md +24 -0
  7. data/docs/Position.md +10 -0
  8. data/docs/RowRecognized.md +10 -0
  9. data/docs/StampBase.md +22 -0
  10. data/docs/StampInfo.md +16 -0
  11. data/docs/StampsInfo.md +10 -0
  12. data/docs/StampsInfoResponse.md +11 -0
  13. data/docs/TableRecognized.md +13 -0
  14. data/docs/TableRecognizedResponse.md +11 -0
  15. data/docs/TablesRecognized.md +10 -0
  16. data/docs/TablesRecognizedResponse.md +11 -0
  17. data/docs/TextRect.md +6 -1
  18. data/docs/TextStamp.md +25 -0
  19. data/lib/aspose_pdf_cloud.rb +14 -0
  20. data/lib/aspose_pdf_cloud/api/pdf_api.rb +1450 -204
  21. data/lib/aspose_pdf_cloud/models/cell_recognized.rb +211 -0
  22. data/lib/aspose_pdf_cloud/models/image_stamp.rb +363 -0
  23. data/lib/aspose_pdf_cloud/models/pdf_page_stamp.rb +353 -0
  24. data/lib/aspose_pdf_cloud/models/position.rb +221 -0
  25. data/lib/aspose_pdf_cloud/models/row_recognized.rb +213 -0
  26. data/lib/aspose_pdf_cloud/models/stamp_base.rb +333 -0
  27. data/lib/aspose_pdf_cloud/models/stamp_info.rb +273 -0
  28. data/lib/aspose_pdf_cloud/models/stamps_info.rb +215 -0
  29. data/lib/aspose_pdf_cloud/models/stamps_info_response.rb +226 -0
  30. data/lib/aspose_pdf_cloud/models/table_recognized.rb +245 -0
  31. data/lib/aspose_pdf_cloud/models/table_recognized_response.rb +226 -0
  32. data/lib/aspose_pdf_cloud/models/tables_recognized.rb +215 -0
  33. data/lib/aspose_pdf_cloud/models/tables_recognized_response.rb +226 -0
  34. data/lib/aspose_pdf_cloud/models/text_rect.rb +54 -9
  35. data/lib/aspose_pdf_cloud/models/text_stamp.rb +363 -0
  36. data/lib/aspose_pdf_cloud/version.rb +1 -1
  37. data/test/pdf_tests.rb +260 -3
  38. data/test_data/PageNumberStamp.pdf +0 -0
  39. data/test_data/PdfWithTable.pdf +0 -0
  40. metadata +32 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 412ff06d379f1d2072d545c064c6aeb863248b36c9f7aefd5ae7361d1f9f00a0
4
- data.tar.gz: 95b147350af5e71ada61070ebdadc13c118aed6dc70e6ae0dec810ad70823f59
3
+ metadata.gz: f545628d7fe443ce80f847b79d7ba1d9b029329fb3cd3b5787a891b3f6a7fb0e
4
+ data.tar.gz: 3596b0e69c3f2e28b6f658f737d7ec3b4530ce36b4b83030f9628f60ecc5a5f0
5
5
  SHA512:
6
- metadata.gz: c010260b42c72874691a222bbeac898342d2a1085e72e674ecdd59342f875a21faa64e9ec44b9396afc91a7c5e2c28b260a5c5f21d3bac9fd464d6742e24bbc2
7
- data.tar.gz: 83263f1d7ba2930bb9502914c3de10ad6362020f6b79fc3fa5fab72cc64317c4958be9d457ed47e13754ffdc1c0d29d6db2fe3c68775bae53c0de22223cfae7d
6
+ metadata.gz: bf475e046c961c23b1ff8520832ee59dfd8319d63d4238ddf5fca478e17c8ddefec9954fb0ad43eeb39899e22501f7efa6ea3abe3a16a0a647a2d468f1f22570
7
+ data.tar.gz: 91563a7d045251498a69b6aa94294fe8cce2ed2cd61c3a4c35db8e347649256a27b134cacf4cc87510e78929eb30a847036eb75516fe1322ce94c81587aa56fa
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Aspose.PDF Cloud
2
2
 
3
3
  - API version: 2.0
4
- - Package version: 19.2.0
4
+ - Package version: 19.3.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.2.0.gem
25
+ gem install ./aspose_pdf_cloud-19.3.0.gem
26
26
  ```
27
- (for development, run `gem install --dev ./aspose_pdf_cloud-19.2.0.gem` to install the development dependencies)
27
+ (for development, run `gem install --dev ./aspose_pdf_cloud-19.3.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.2.0'
33
+ gem 'aspose_pdf_cloud', '~> 19.3.0'
34
34
 
35
35
  ### Install from Git
36
36
 
@@ -92,6 +92,8 @@ Class | Method | HTTP request | Description
92
92
  *AsposePdfCloud::PdfApi* | [**delete_annotation**](docs/PdfApi.md#delete_annotation) | **DELETE** /pdf/\{name}/annotations/\{annotationId} | Delete document annotation by ID
93
93
  *AsposePdfCloud::PdfApi* | [**delete_document_annotations**](docs/PdfApi.md#delete_document_annotations) | **DELETE** /pdf/\{name}/annotations | Delete all annotations from the document
94
94
  *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
+ *AsposePdfCloud::PdfApi* | [**delete_document_stamps**](docs/PdfApi.md#delete_document_stamps) | **DELETE** /pdf/\{name}/stamps | Delete all stamps from the document
96
+ *AsposePdfCloud::PdfApi* | [**delete_document_tables**](docs/PdfApi.md#delete_document_tables) | **DELETE** /pdf/\{name}/tables | Delete all tables from the document
95
97
  *AsposePdfCloud::PdfApi* | [**delete_field**](docs/PdfApi.md#delete_field) | **DELETE** /pdf/\{name}/fields/\{fieldName} | Delete document field by name.
96
98
  *AsposePdfCloud::PdfApi* | [**delete_file**](docs/PdfApi.md#delete_file) | **DELETE** /storage/file | Remove a specific file
97
99
  *AsposePdfCloud::PdfApi* | [**delete_folder**](docs/PdfApi.md#delete_folder) | **DELETE** /storage/folder | Remove a specific folder
@@ -100,8 +102,12 @@ Class | Method | HTTP request | Description
100
102
  *AsposePdfCloud::PdfApi* | [**delete_page**](docs/PdfApi.md#delete_page) | **DELETE** /pdf/\{name}/pages/\{pageNumber} | Delete document page by its number.
101
103
  *AsposePdfCloud::PdfApi* | [**delete_page_annotations**](docs/PdfApi.md#delete_page_annotations) | **DELETE** /pdf/\{name}/pages/\{pageNumber}/annotations | Delete all annotations from the page
102
104
  *AsposePdfCloud::PdfApi* | [**delete_page_link_annotations**](docs/PdfApi.md#delete_page_link_annotations) | **DELETE** /pdf/\{name}/pages/\{pageNumber}/links | Delete all link annotations from the page
105
+ *AsposePdfCloud::PdfApi* | [**delete_page_stamps**](docs/PdfApi.md#delete_page_stamps) | **DELETE** /pdf/\{name}/pages/\{pageNumber}/stamps | Delete all stamps from the page
106
+ *AsposePdfCloud::PdfApi* | [**delete_page_tables**](docs/PdfApi.md#delete_page_tables) | **DELETE** /pdf/\{name}/pages/\{pageNumber}/tables | Delete all tables from the page
103
107
  *AsposePdfCloud::PdfApi* | [**delete_properties**](docs/PdfApi.md#delete_properties) | **DELETE** /pdf/\{name}/documentproperties | Delete custom document properties.
104
108
  *AsposePdfCloud::PdfApi* | [**delete_property**](docs/PdfApi.md#delete_property) | **DELETE** /pdf/\{name}/documentproperties/\{propertyName} | Delete document property.
109
+ *AsposePdfCloud::PdfApi* | [**delete_stamp**](docs/PdfApi.md#delete_stamp) | **DELETE** /pdf/\{name}/stamps/\{stampId} | Delete document stamp by ID
110
+ *AsposePdfCloud::PdfApi* | [**delete_table**](docs/PdfApi.md#delete_table) | **DELETE** /pdf/\{name}/tables/\{tableId} | Delete document table by ID
105
111
  *AsposePdfCloud::PdfApi* | [**get_caret_annotation**](docs/PdfApi.md#get_caret_annotation) | **GET** /pdf/\{name}/annotations/caret/\{annotationId} | Read document page caret annotation by ID.
106
112
  *AsposePdfCloud::PdfApi* | [**get_circle_annotation**](docs/PdfApi.md#get_circle_annotation) | **GET** /pdf/\{name}/annotations/circle/\{annotationId} | Read document page circle annotation by ID.
107
113
  *AsposePdfCloud::PdfApi* | [**get_disc_usage**](docs/PdfApi.md#get_disc_usage) | **GET** /storage/disc | Check the disk usage of the current account
@@ -130,7 +136,9 @@ Class | Method | HTTP request | Description
130
136
  *AsposePdfCloud::PdfApi* | [**get_document_square_annotations**](docs/PdfApi.md#get_document_square_annotations) | **GET** /pdf/\{name}/annotations/square | Read document square annotations.
131
137
  *AsposePdfCloud::PdfApi* | [**get_document_squiggly_annotations**](docs/PdfApi.md#get_document_squiggly_annotations) | **GET** /pdf/\{name}/annotations/squiggly | Read document squiggly annotations.
132
138
  *AsposePdfCloud::PdfApi* | [**get_document_stamp_annotations**](docs/PdfApi.md#get_document_stamp_annotations) | **GET** /pdf/\{name}/annotations/stamp | Read document stamp annotations.
139
+ *AsposePdfCloud::PdfApi* | [**get_document_stamps**](docs/PdfApi.md#get_document_stamps) | **GET** /pdf/\{name}/stamps | Read document stamps.
133
140
  *AsposePdfCloud::PdfApi* | [**get_document_strike_out_annotations**](docs/PdfApi.md#get_document_strike_out_annotations) | **GET** /pdf/\{name}/annotations/strikeout | Read document StrikeOut annotations.
141
+ *AsposePdfCloud::PdfApi* | [**get_document_tables**](docs/PdfApi.md#get_document_tables) | **GET** /pdf/\{name}/tables | Read document tables.
134
142
  *AsposePdfCloud::PdfApi* | [**get_document_text_annotations**](docs/PdfApi.md#get_document_text_annotations) | **GET** /pdf/\{name}/annotations/text | Read document text annotations.
135
143
  *AsposePdfCloud::PdfApi* | [**get_document_underline_annotations**](docs/PdfApi.md#get_document_underline_annotations) | **GET** /pdf/\{name}/annotations/underline | Read document underline annotations.
136
144
  *AsposePdfCloud::PdfApi* | [**get_download**](docs/PdfApi.md#get_download) | **GET** /storage/file | Download a specific file
@@ -160,7 +168,7 @@ Class | Method | HTTP request | Description
160
168
  *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.
161
169
  *AsposePdfCloud::PdfApi* | [**get_movie_annotation**](docs/PdfApi.md#get_movie_annotation) | **GET** /pdf/\{name}/annotations/movie/\{annotationId} | Read document page movie annotation by ID.
162
170
  *AsposePdfCloud::PdfApi* | [**get_page**](docs/PdfApi.md#get_page) | **GET** /pdf/\{name}/pages/\{pageNumber} | Read document page info.
163
- *AsposePdfCloud::PdfApi* | [**get_page_annotations**](docs/PdfApi.md#get_page_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations | Read documant page annotations. Returns only FreeTextAnnotations, TextAnnotations, other annotations will implemented next releases.
171
+ *AsposePdfCloud::PdfApi* | [**get_page_annotations**](docs/PdfApi.md#get_page_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations | Read document page annotations. Returns only FreeTextAnnotations, TextAnnotations, other annotations will implemented next releases.
164
172
  *AsposePdfCloud::PdfApi* | [**get_page_caret_annotations**](docs/PdfApi.md#get_page_caret_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/caret | Read document page caret annotations.
165
173
  *AsposePdfCloud::PdfApi* | [**get_page_circle_annotations**](docs/PdfApi.md#get_page_circle_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/circle | Read document page circle annotations.
166
174
  *AsposePdfCloud::PdfApi* | [**get_page_convert_to_bmp**](docs/PdfApi.md#get_page_convert_to_bmp) | **GET** /pdf/\{name}/pages/\{pageNumber}/convert/bmp | Convert document page to Bmp image and return resulting file in response.
@@ -186,7 +194,9 @@ Class | Method | HTTP request | Description
186
194
  *AsposePdfCloud::PdfApi* | [**get_page_square_annotations**](docs/PdfApi.md#get_page_square_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/square | Read document page square annotations.
187
195
  *AsposePdfCloud::PdfApi* | [**get_page_squiggly_annotations**](docs/PdfApi.md#get_page_squiggly_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/squiggly | Read document page squiggly annotations.
188
196
  *AsposePdfCloud::PdfApi* | [**get_page_stamp_annotations**](docs/PdfApi.md#get_page_stamp_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/stamp | Read document page stamp annotations.
197
+ *AsposePdfCloud::PdfApi* | [**get_page_stamps**](docs/PdfApi.md#get_page_stamps) | **GET** /pdf/\{name}/pages/\{pageNumber}/stamps | Read page document stamps.
189
198
  *AsposePdfCloud::PdfApi* | [**get_page_strike_out_annotations**](docs/PdfApi.md#get_page_strike_out_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/strikeout | Read document page StrikeOut annotations.
199
+ *AsposePdfCloud::PdfApi* | [**get_page_tables**](docs/PdfApi.md#get_page_tables) | **GET** /pdf/\{name}/pages/\{pageNumber}/tables | Read document page tables.
190
200
  *AsposePdfCloud::PdfApi* | [**get_page_text**](docs/PdfApi.md#get_page_text) | **GET** /pdf/\{name}/pages/\{pageNumber}/text | Read page text items.
191
201
  *AsposePdfCloud::PdfApi* | [**get_page_text_annotations**](docs/PdfApi.md#get_page_text_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/text | Read document page text annotations.
192
202
  *AsposePdfCloud::PdfApi* | [**get_page_underline_annotations**](docs/PdfApi.md#get_page_underline_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/underline | Read document page underline annotations.
@@ -210,6 +220,7 @@ Class | Method | HTTP request | Description
210
220
  *AsposePdfCloud::PdfApi* | [**get_ps_in_storage_to_pdf**](docs/PdfApi.md#get_ps_in_storage_to_pdf) | **GET** /pdf/create/ps | Convert PS file (located on storage) to PDF format and return resulting file in response.
211
221
  *AsposePdfCloud::PdfApi* | [**get_redaction_annotation**](docs/PdfApi.md#get_redaction_annotation) | **GET** /pdf/\{name}/annotations/redaction/\{annotationId} | Read document page redaction annotation by ID.
212
222
  *AsposePdfCloud::PdfApi* | [**get_screen_annotation**](docs/PdfApi.md#get_screen_annotation) | **GET** /pdf/\{name}/annotations/screen/\{annotationId} | Read document page screen annotation by ID.
223
+ *AsposePdfCloud::PdfApi* | [**get_screen_annotation_data**](docs/PdfApi.md#get_screen_annotation_data) | **GET** /pdf/\{name}/annotations/screen/\{annotationId}/data | Read document page screen annotation by ID.
213
224
  *AsposePdfCloud::PdfApi* | [**get_sound_annotation**](docs/PdfApi.md#get_sound_annotation) | **GET** /pdf/\{name}/annotations/sound/\{annotationId} | Read document page sound annotation by ID.
214
225
  *AsposePdfCloud::PdfApi* | [**get_sound_annotation_data**](docs/PdfApi.md#get_sound_annotation_data) | **GET** /pdf/\{name}/annotations/sound/\{annotationId}/data | Read document page sound annotation by ID.
215
226
  *AsposePdfCloud::PdfApi* | [**get_square_annotation**](docs/PdfApi.md#get_square_annotation) | **GET** /pdf/\{name}/annotations/square/\{annotationId} | Read document page square annotation by ID.
@@ -218,6 +229,7 @@ Class | Method | HTTP request | Description
218
229
  *AsposePdfCloud::PdfApi* | [**get_stamp_annotation_data**](docs/PdfApi.md#get_stamp_annotation_data) | **GET** /pdf/\{name}/annotations/stamp/\{annotationId}/data | Read document page stamp annotation by ID.
219
230
  *AsposePdfCloud::PdfApi* | [**get_strike_out_annotation**](docs/PdfApi.md#get_strike_out_annotation) | **GET** /pdf/\{name}/annotations/strikeout/\{annotationId} | Read document page StrikeOut annotation by ID.
220
231
  *AsposePdfCloud::PdfApi* | [**get_svg_in_storage_to_pdf**](docs/PdfApi.md#get_svg_in_storage_to_pdf) | **GET** /pdf/create/svg | Convert SVG file (located on storage) to PDF format and return resulting file in response.
232
+ *AsposePdfCloud::PdfApi* | [**get_table**](docs/PdfApi.md#get_table) | **GET** /pdf/\{name}/tables/\{tableId} | Read document page table by ID.
221
233
  *AsposePdfCloud::PdfApi* | [**get_text**](docs/PdfApi.md#get_text) | **GET** /pdf/\{name}/text | Read document text.
222
234
  *AsposePdfCloud::PdfApi* | [**get_text_annotation**](docs/PdfApi.md#get_text_annotation) | **GET** /pdf/\{name}/annotations/text/\{annotationId} | Read document page text annotation by ID.
223
235
  *AsposePdfCloud::PdfApi* | [**get_underline_annotation**](docs/PdfApi.md#get_underline_annotation) | **GET** /pdf/\{name}/annotations/underline/\{annotationId} | Read document page underline annotation by ID.
@@ -242,10 +254,12 @@ Class | Method | HTTP request | Description
242
254
  *AsposePdfCloud::PdfApi* | [**post_page_file_attachment_annotations**](docs/PdfApi.md#post_page_file_attachment_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/fileattachment | Add document page FileAttachment annotations.
243
255
  *AsposePdfCloud::PdfApi* | [**post_page_free_text_annotations**](docs/PdfApi.md#post_page_free_text_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/freetext | Add document page free text annotations.
244
256
  *AsposePdfCloud::PdfApi* | [**post_page_highlight_annotations**](docs/PdfApi.md#post_page_highlight_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/highlight | Add document page highlight annotations.
257
+ *AsposePdfCloud::PdfApi* | [**post_page_image_stamps**](docs/PdfApi.md#post_page_image_stamps) | **POST** /pdf/\{name}/pages/\{pageNumber}/stamps/image | Add document page image stamps.
245
258
  *AsposePdfCloud::PdfApi* | [**post_page_ink_annotations**](docs/PdfApi.md#post_page_ink_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/ink | Add document page ink annotations.
246
259
  *AsposePdfCloud::PdfApi* | [**post_page_line_annotations**](docs/PdfApi.md#post_page_line_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/line | Add document page line annotations.
247
260
  *AsposePdfCloud::PdfApi* | [**post_page_link_annotations**](docs/PdfApi.md#post_page_link_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/links | Add document page link annotations.
248
261
  *AsposePdfCloud::PdfApi* | [**post_page_movie_annotations**](docs/PdfApi.md#post_page_movie_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/movie | Add document page movie annotations.
262
+ *AsposePdfCloud::PdfApi* | [**post_page_pdf_page_stamps**](docs/PdfApi.md#post_page_pdf_page_stamps) | **POST** /pdf/\{name}/pages/\{pageNumber}/stamps/pdfpage | Add document pdf page stamps.
249
263
  *AsposePdfCloud::PdfApi* | [**post_page_poly_line_annotations**](docs/PdfApi.md#post_page_poly_line_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/polyline | Add document page polyline annotations.
250
264
  *AsposePdfCloud::PdfApi* | [**post_page_polygon_annotations**](docs/PdfApi.md#post_page_polygon_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/polygon | Add document page polygon annotations.
251
265
  *AsposePdfCloud::PdfApi* | [**post_page_redaction_annotations**](docs/PdfApi.md#post_page_redaction_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/redaction | Add document page redaction annotations.
@@ -257,6 +271,7 @@ Class | Method | HTTP request | Description
257
271
  *AsposePdfCloud::PdfApi* | [**post_page_strike_out_annotations**](docs/PdfApi.md#post_page_strike_out_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/strikeout | Add document page StrikeOut annotations.
258
272
  *AsposePdfCloud::PdfApi* | [**post_page_text_annotations**](docs/PdfApi.md#post_page_text_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/text | Add document page text annotations.
259
273
  *AsposePdfCloud::PdfApi* | [**post_page_text_replace**](docs/PdfApi.md#post_page_text_replace) | **POST** /pdf/\{name}/pages/\{pageNumber}/text/replace | Page's replace text method.
274
+ *AsposePdfCloud::PdfApi* | [**post_page_text_stamps**](docs/PdfApi.md#post_page_text_stamps) | **POST** /pdf/\{name}/pages/\{pageNumber}/stamps/text | Add document page text stamps.
260
275
  *AsposePdfCloud::PdfApi* | [**post_page_underline_annotations**](docs/PdfApi.md#post_page_underline_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/underline | Add document page underline annotations.
261
276
  *AsposePdfCloud::PdfApi* | [**post_popup_annotation**](docs/PdfApi.md#post_popup_annotation) | **POST** /pdf/\{name}/annotations/\{annotationId}/popup | Add document popup annotations.
262
277
  *AsposePdfCloud::PdfApi* | [**post_sign_document**](docs/PdfApi.md#post_sign_document) | **POST** /pdf/\{name}/sign | Sign document.
@@ -333,6 +348,7 @@ Class | Method | HTTP request | Description
333
348
  *AsposePdfCloud::PdfApi* | [**put_redaction_annotation**](docs/PdfApi.md#put_redaction_annotation) | **PUT** /pdf/\{name}/annotations/redaction/\{annotationId} | Replace document redaction annotation
334
349
  *AsposePdfCloud::PdfApi* | [**put_replace_image**](docs/PdfApi.md#put_replace_image) | **PUT** /pdf/\{name}/images/\{imageId} | Replace document image.
335
350
  *AsposePdfCloud::PdfApi* | [**put_screen_annotation**](docs/PdfApi.md#put_screen_annotation) | **PUT** /pdf/\{name}/annotations/screen/\{annotationId} | Replace document screen annotation
351
+ *AsposePdfCloud::PdfApi* | [**put_screen_annotation_data_extract**](docs/PdfApi.md#put_screen_annotation_data_extract) | **PUT** /pdf/\{name}/annotations/screen/\{annotationId}/data/extract | Extract document screen annotation content to storage
336
352
  *AsposePdfCloud::PdfApi* | [**put_searchable_document**](docs/PdfApi.md#put_searchable_document) | **PUT** /pdf/\{name}/ocr | Create searchable PDF document. Generate OCR layer for images in input PDF document.
337
353
  *AsposePdfCloud::PdfApi* | [**put_set_property**](docs/PdfApi.md#put_set_property) | **PUT** /pdf/\{name}/documentproperties/\{propertyName} | Add/update document property.
338
354
  *AsposePdfCloud::PdfApi* | [**put_sound_annotation**](docs/PdfApi.md#put_sound_annotation) | **PUT** /pdf/\{name}/annotations/sound/\{annotationId} | Replace document sound annotation
@@ -366,6 +382,7 @@ Class | Method | HTTP request | Description
366
382
  - [AsposePdfCloud::CapStyle](docs/CapStyle.md)
367
383
  - [AsposePdfCloud::CaptionPosition](docs/CaptionPosition.md)
368
384
  - [AsposePdfCloud::CaretSymbol](docs/CaretSymbol.md)
385
+ - [AsposePdfCloud::CellRecognized](docs/CellRecognized.md)
369
386
  - [AsposePdfCloud::Color](docs/Color.md)
370
387
  - [AsposePdfCloud::ColorDepth](docs/ColorDepth.md)
371
388
  - [AsposePdfCloud::CompressionType](docs/CompressionType.md)
@@ -406,9 +423,11 @@ Class | Method | HTTP request | Description
406
423
  - [AsposePdfCloud::PdfAType](docs/PdfAType.md)
407
424
  - [AsposePdfCloud::Point](docs/Point.md)
408
425
  - [AsposePdfCloud::PolyIntent](docs/PolyIntent.md)
426
+ - [AsposePdfCloud::Position](docs/Position.md)
409
427
  - [AsposePdfCloud::RasterImagesSavingModes](docs/RasterImagesSavingModes.md)
410
428
  - [AsposePdfCloud::Rectangle](docs/Rectangle.md)
411
429
  - [AsposePdfCloud::Rotation](docs/Rotation.md)
430
+ - [AsposePdfCloud::RowRecognized](docs/RowRecognized.md)
412
431
  - [AsposePdfCloud::Segment](docs/Segment.md)
413
432
  - [AsposePdfCloud::ShapeType](docs/ShapeType.md)
414
433
  - [AsposePdfCloud::Signature](docs/Signature.md)
@@ -519,10 +538,18 @@ Class | Method | HTTP request | Description
519
538
  - [AsposePdfCloud::StampAnnotationResponse](docs/StampAnnotationResponse.md)
520
539
  - [AsposePdfCloud::StampAnnotations](docs/StampAnnotations.md)
521
540
  - [AsposePdfCloud::StampAnnotationsResponse](docs/StampAnnotationsResponse.md)
541
+ - [AsposePdfCloud::StampBase](docs/StampBase.md)
542
+ - [AsposePdfCloud::StampInfo](docs/StampInfo.md)
543
+ - [AsposePdfCloud::StampsInfo](docs/StampsInfo.md)
544
+ - [AsposePdfCloud::StampsInfoResponse](docs/StampsInfoResponse.md)
522
545
  - [AsposePdfCloud::StorageExistResponse](docs/StorageExistResponse.md)
523
546
  - [AsposePdfCloud::StrikeOutAnnotationResponse](docs/StrikeOutAnnotationResponse.md)
524
547
  - [AsposePdfCloud::StrikeOutAnnotations](docs/StrikeOutAnnotations.md)
525
548
  - [AsposePdfCloud::StrikeOutAnnotationsResponse](docs/StrikeOutAnnotationsResponse.md)
549
+ - [AsposePdfCloud::TableRecognized](docs/TableRecognized.md)
550
+ - [AsposePdfCloud::TableRecognizedResponse](docs/TableRecognizedResponse.md)
551
+ - [AsposePdfCloud::TablesRecognized](docs/TablesRecognized.md)
552
+ - [AsposePdfCloud::TablesRecognizedResponse](docs/TablesRecognizedResponse.md)
526
553
  - [AsposePdfCloud::TextAnnotationResponse](docs/TextAnnotationResponse.md)
527
554
  - [AsposePdfCloud::TextAnnotations](docs/TextAnnotations.md)
528
555
  - [AsposePdfCloud::TextAnnotationsResponse](docs/TextAnnotationsResponse.md)
@@ -533,11 +560,14 @@ Class | Method | HTTP request | Description
533
560
  - [AsposePdfCloud::UnderlineAnnotationsResponse](docs/UnderlineAnnotationsResponse.md)
534
561
  - [AsposePdfCloud::WordCountResponse](docs/WordCountResponse.md)
535
562
  - [AsposePdfCloud::AnnotationInfo](docs/AnnotationInfo.md)
563
+ - [AsposePdfCloud::ImageStamp](docs/ImageStamp.md)
536
564
  - [AsposePdfCloud::MarkupAnnotation](docs/MarkupAnnotation.md)
537
565
  - [AsposePdfCloud::MovieAnnotation](docs/MovieAnnotation.md)
566
+ - [AsposePdfCloud::PdfPageStamp](docs/PdfPageStamp.md)
538
567
  - [AsposePdfCloud::PopupAnnotation](docs/PopupAnnotation.md)
539
568
  - [AsposePdfCloud::RedactionAnnotation](docs/RedactionAnnotation.md)
540
569
  - [AsposePdfCloud::ScreenAnnotation](docs/ScreenAnnotation.md)
570
+ - [AsposePdfCloud::TextStamp](docs/TextStamp.md)
541
571
  - [AsposePdfCloud::CaretAnnotation](docs/CaretAnnotation.md)
542
572
  - [AsposePdfCloud::CommonFigureAnnotation](docs/CommonFigureAnnotation.md)
543
573
  - [AsposePdfCloud::FileAttachmentAnnotation](docs/FileAttachmentAnnotation.md)
@@ -0,0 +1,10 @@
1
+ # AsposePdfCloud::CellRecognized
2
+
3
+
4
+ ## Properties
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **text_rects** | [**TextRects**](TextRects.md) | Gets collection of objects that describes text containing in the cell | [optional]
8
+ **rectangle** | [**Rectangle**](Rectangle.md) | Gets rectangle that describes position of the cell on page | [optional]
9
+
10
+
@@ -0,0 +1,25 @@
1
+ # AsposePdfCloud::ImageStamp
2
+ Represents Pdf stamps.
3
+
4
+ ## Properties
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **links** | [**Array<Link>**](Link.md) | Link to the document. | [optional]
8
+ **background** | **BOOLEAN** | Sets or gets a bool value that indicates the content is stamped as background. If the value is true, the stamp content is layed at the bottom. By defalt, the value is false, the stamp content is layed at the top. | [optional]
9
+ **bottom_margin** | **Float** | Gets or sets bottom margin of stamp. | [optional]
10
+ **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets Horizontal alignment of stamp on the page. | [optional]
11
+ **left_margin** | **Float** | Gets or sets left margin of stamp. | [optional]
12
+ **opacity** | **Float** | Gets or sets a value to indicate the stamp opacity. The value is from 0.0 to 1.0. By default the value is 1.0. | [optional]
13
+ **right_margin** | **Float** | Gets or sets right margin of stamp. | [optional]
14
+ **rotate** | [**Rotation**](Rotation.md) | Sets or gets the rotation of stamp content according values. Note. This property is for set angles which are multiples of 90 degrees (0, 90, 180, 270 degrees). To set arbitrary angle use RotateAngle property. If angle set by ArbitraryAngle is not multiple of 90 then Rotate property returns Rotation.None. | [optional]
15
+ **rotate_angle** | **Float** | Gets or sets rotate angle of stamp in degrees. This property allows to set arbitrary rotate angle. | [optional]
16
+ **top_margin** | **Float** | Gets or sets top margin of stamp. | [optional]
17
+ **vertical_alignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets or sets vertical alignment of stamp on page. | [optional]
18
+ **x_indent** | **Float** | Horizontal stamp coordinate, starting from the left. | [optional]
19
+ **y_indent** | **Float** | Vertical stamp coordinate, starting from the bottom. | [optional]
20
+ **zoom** | **Float** | Zooming factor of the stamp. Allows to scale stamp. | [optional]
21
+ **file_name** | **String** | Gets or sets the file name. | [optional]
22
+ **width** | **Float** | Gets or sets image width. Setting this property allos to scal image horizontally. | [optional]
23
+ **height** | **Float** | Gets or sets image height. Setting this image allows to scale image vertically. | [optional]
24
+
25
+
data/docs/PdfApi.md CHANGED
@@ -7,6 +7,8 @@ Method | HTTP request | Description
7
7
  [**delete_annotation**](PdfApi.md#delete_annotation) | **DELETE** /pdf/\{name}/annotations/\{annotationId} | Delete document annotation by ID
8
8
  [**delete_document_annotations**](PdfApi.md#delete_document_annotations) | **DELETE** /pdf/\{name}/annotations | Delete all annotations from the document
9
9
  [**delete_document_link_annotations**](PdfApi.md#delete_document_link_annotations) | **DELETE** /pdf/\{name}/links | Delete all link annotations from the document
10
+ [**delete_document_stamps**](PdfApi.md#delete_document_stamps) | **DELETE** /pdf/\{name}/stamps | Delete all stamps from the document
11
+ [**delete_document_tables**](PdfApi.md#delete_document_tables) | **DELETE** /pdf/\{name}/tables | Delete all tables from the document
10
12
  [**delete_field**](PdfApi.md#delete_field) | **DELETE** /pdf/\{name}/fields/\{fieldName} | Delete document field by name.
11
13
  [**delete_file**](PdfApi.md#delete_file) | **DELETE** /storage/file | Remove a specific file
12
14
  [**delete_folder**](PdfApi.md#delete_folder) | **DELETE** /storage/folder | Remove a specific folder
@@ -15,8 +17,12 @@ Method | HTTP request | Description
15
17
  [**delete_page**](PdfApi.md#delete_page) | **DELETE** /pdf/\{name}/pages/\{pageNumber} | Delete document page by its number.
16
18
  [**delete_page_annotations**](PdfApi.md#delete_page_annotations) | **DELETE** /pdf/\{name}/pages/\{pageNumber}/annotations | Delete all annotations from the page
17
19
  [**delete_page_link_annotations**](PdfApi.md#delete_page_link_annotations) | **DELETE** /pdf/\{name}/pages/\{pageNumber}/links | Delete all link annotations from the page
20
+ [**delete_page_stamps**](PdfApi.md#delete_page_stamps) | **DELETE** /pdf/\{name}/pages/\{pageNumber}/stamps | Delete all stamps from the page
21
+ [**delete_page_tables**](PdfApi.md#delete_page_tables) | **DELETE** /pdf/\{name}/pages/\{pageNumber}/tables | Delete all tables from the page
18
22
  [**delete_properties**](PdfApi.md#delete_properties) | **DELETE** /pdf/\{name}/documentproperties | Delete custom document properties.
19
23
  [**delete_property**](PdfApi.md#delete_property) | **DELETE** /pdf/\{name}/documentproperties/\{propertyName} | Delete document property.
24
+ [**delete_stamp**](PdfApi.md#delete_stamp) | **DELETE** /pdf/\{name}/stamps/\{stampId} | Delete document stamp by ID
25
+ [**delete_table**](PdfApi.md#delete_table) | **DELETE** /pdf/\{name}/tables/\{tableId} | Delete document table by ID
20
26
  [**get_caret_annotation**](PdfApi.md#get_caret_annotation) | **GET** /pdf/\{name}/annotations/caret/\{annotationId} | Read document page caret annotation by ID.
21
27
  [**get_circle_annotation**](PdfApi.md#get_circle_annotation) | **GET** /pdf/\{name}/annotations/circle/\{annotationId} | Read document page circle annotation by ID.
22
28
  [**get_disc_usage**](PdfApi.md#get_disc_usage) | **GET** /storage/disc | Check the disk usage of the current account
@@ -45,7 +51,9 @@ Method | HTTP request | Description
45
51
  [**get_document_square_annotations**](PdfApi.md#get_document_square_annotations) | **GET** /pdf/\{name}/annotations/square | Read document square annotations.
46
52
  [**get_document_squiggly_annotations**](PdfApi.md#get_document_squiggly_annotations) | **GET** /pdf/\{name}/annotations/squiggly | Read document squiggly annotations.
47
53
  [**get_document_stamp_annotations**](PdfApi.md#get_document_stamp_annotations) | **GET** /pdf/\{name}/annotations/stamp | Read document stamp annotations.
54
+ [**get_document_stamps**](PdfApi.md#get_document_stamps) | **GET** /pdf/\{name}/stamps | Read document stamps.
48
55
  [**get_document_strike_out_annotations**](PdfApi.md#get_document_strike_out_annotations) | **GET** /pdf/\{name}/annotations/strikeout | Read document StrikeOut annotations.
56
+ [**get_document_tables**](PdfApi.md#get_document_tables) | **GET** /pdf/\{name}/tables | Read document tables.
49
57
  [**get_document_text_annotations**](PdfApi.md#get_document_text_annotations) | **GET** /pdf/\{name}/annotations/text | Read document text annotations.
50
58
  [**get_document_underline_annotations**](PdfApi.md#get_document_underline_annotations) | **GET** /pdf/\{name}/annotations/underline | Read document underline annotations.
51
59
  [**get_download**](PdfApi.md#get_download) | **GET** /storage/file | Download a specific file
@@ -75,7 +83,7 @@ Method | HTTP request | Description
75
83
  [**get_mht_in_storage_to_pdf**](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.
76
84
  [**get_movie_annotation**](PdfApi.md#get_movie_annotation) | **GET** /pdf/\{name}/annotations/movie/\{annotationId} | Read document page movie annotation by ID.
77
85
  [**get_page**](PdfApi.md#get_page) | **GET** /pdf/\{name}/pages/\{pageNumber} | Read document page info.
78
- [**get_page_annotations**](PdfApi.md#get_page_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations | Read documant page annotations. Returns only FreeTextAnnotations, TextAnnotations, other annotations will implemented next releases.
86
+ [**get_page_annotations**](PdfApi.md#get_page_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations | Read document page annotations. Returns only FreeTextAnnotations, TextAnnotations, other annotations will implemented next releases.
79
87
  [**get_page_caret_annotations**](PdfApi.md#get_page_caret_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/caret | Read document page caret annotations.
80
88
  [**get_page_circle_annotations**](PdfApi.md#get_page_circle_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/circle | Read document page circle annotations.
81
89
  [**get_page_convert_to_bmp**](PdfApi.md#get_page_convert_to_bmp) | **GET** /pdf/\{name}/pages/\{pageNumber}/convert/bmp | Convert document page to Bmp image and return resulting file in response.
@@ -101,7 +109,9 @@ Method | HTTP request | Description
101
109
  [**get_page_square_annotations**](PdfApi.md#get_page_square_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/square | Read document page square annotations.
102
110
  [**get_page_squiggly_annotations**](PdfApi.md#get_page_squiggly_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/squiggly | Read document page squiggly annotations.
103
111
  [**get_page_stamp_annotations**](PdfApi.md#get_page_stamp_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/stamp | Read document page stamp annotations.
112
+ [**get_page_stamps**](PdfApi.md#get_page_stamps) | **GET** /pdf/\{name}/pages/\{pageNumber}/stamps | Read page document stamps.
104
113
  [**get_page_strike_out_annotations**](PdfApi.md#get_page_strike_out_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/strikeout | Read document page StrikeOut annotations.
114
+ [**get_page_tables**](PdfApi.md#get_page_tables) | **GET** /pdf/\{name}/pages/\{pageNumber}/tables | Read document page tables.
105
115
  [**get_page_text**](PdfApi.md#get_page_text) | **GET** /pdf/\{name}/pages/\{pageNumber}/text | Read page text items.
106
116
  [**get_page_text_annotations**](PdfApi.md#get_page_text_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/text | Read document page text annotations.
107
117
  [**get_page_underline_annotations**](PdfApi.md#get_page_underline_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/underline | Read document page underline annotations.
@@ -125,6 +135,7 @@ Method | HTTP request | Description
125
135
  [**get_ps_in_storage_to_pdf**](PdfApi.md#get_ps_in_storage_to_pdf) | **GET** /pdf/create/ps | Convert PS file (located on storage) to PDF format and return resulting file in response.
126
136
  [**get_redaction_annotation**](PdfApi.md#get_redaction_annotation) | **GET** /pdf/\{name}/annotations/redaction/\{annotationId} | Read document page redaction annotation by ID.
127
137
  [**get_screen_annotation**](PdfApi.md#get_screen_annotation) | **GET** /pdf/\{name}/annotations/screen/\{annotationId} | Read document page screen annotation by ID.
138
+ [**get_screen_annotation_data**](PdfApi.md#get_screen_annotation_data) | **GET** /pdf/\{name}/annotations/screen/\{annotationId}/data | Read document page screen annotation by ID.
128
139
  [**get_sound_annotation**](PdfApi.md#get_sound_annotation) | **GET** /pdf/\{name}/annotations/sound/\{annotationId} | Read document page sound annotation by ID.
129
140
  [**get_sound_annotation_data**](PdfApi.md#get_sound_annotation_data) | **GET** /pdf/\{name}/annotations/sound/\{annotationId}/data | Read document page sound annotation by ID.
130
141
  [**get_square_annotation**](PdfApi.md#get_square_annotation) | **GET** /pdf/\{name}/annotations/square/\{annotationId} | Read document page square annotation by ID.
@@ -133,6 +144,7 @@ Method | HTTP request | Description
133
144
  [**get_stamp_annotation_data**](PdfApi.md#get_stamp_annotation_data) | **GET** /pdf/\{name}/annotations/stamp/\{annotationId}/data | Read document page stamp annotation by ID.
134
145
  [**get_strike_out_annotation**](PdfApi.md#get_strike_out_annotation) | **GET** /pdf/\{name}/annotations/strikeout/\{annotationId} | Read document page StrikeOut annotation by ID.
135
146
  [**get_svg_in_storage_to_pdf**](PdfApi.md#get_svg_in_storage_to_pdf) | **GET** /pdf/create/svg | Convert SVG file (located on storage) to PDF format and return resulting file in response.
147
+ [**get_table**](PdfApi.md#get_table) | **GET** /pdf/\{name}/tables/\{tableId} | Read document page table by ID.
136
148
  [**get_text**](PdfApi.md#get_text) | **GET** /pdf/\{name}/text | Read document text.
137
149
  [**get_text_annotation**](PdfApi.md#get_text_annotation) | **GET** /pdf/\{name}/annotations/text/\{annotationId} | Read document page text annotation by ID.
138
150
  [**get_underline_annotation**](PdfApi.md#get_underline_annotation) | **GET** /pdf/\{name}/annotations/underline/\{annotationId} | Read document page underline annotation by ID.
@@ -157,10 +169,12 @@ Method | HTTP request | Description
157
169
  [**post_page_file_attachment_annotations**](PdfApi.md#post_page_file_attachment_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/fileattachment | Add document page FileAttachment annotations.
158
170
  [**post_page_free_text_annotations**](PdfApi.md#post_page_free_text_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/freetext | Add document page free text annotations.
159
171
  [**post_page_highlight_annotations**](PdfApi.md#post_page_highlight_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/highlight | Add document page highlight annotations.
172
+ [**post_page_image_stamps**](PdfApi.md#post_page_image_stamps) | **POST** /pdf/\{name}/pages/\{pageNumber}/stamps/image | Add document page image stamps.
160
173
  [**post_page_ink_annotations**](PdfApi.md#post_page_ink_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/ink | Add document page ink annotations.
161
174
  [**post_page_line_annotations**](PdfApi.md#post_page_line_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/line | Add document page line annotations.
162
175
  [**post_page_link_annotations**](PdfApi.md#post_page_link_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/links | Add document page link annotations.
163
176
  [**post_page_movie_annotations**](PdfApi.md#post_page_movie_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/movie | Add document page movie annotations.
177
+ [**post_page_pdf_page_stamps**](PdfApi.md#post_page_pdf_page_stamps) | **POST** /pdf/\{name}/pages/\{pageNumber}/stamps/pdfpage | Add document pdf page stamps.
164
178
  [**post_page_poly_line_annotations**](PdfApi.md#post_page_poly_line_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/polyline | Add document page polyline annotations.
165
179
  [**post_page_polygon_annotations**](PdfApi.md#post_page_polygon_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/polygon | Add document page polygon annotations.
166
180
  [**post_page_redaction_annotations**](PdfApi.md#post_page_redaction_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/redaction | Add document page redaction annotations.
@@ -172,6 +186,7 @@ Method | HTTP request | Description
172
186
  [**post_page_strike_out_annotations**](PdfApi.md#post_page_strike_out_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/strikeout | Add document page StrikeOut annotations.
173
187
  [**post_page_text_annotations**](PdfApi.md#post_page_text_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/text | Add document page text annotations.
174
188
  [**post_page_text_replace**](PdfApi.md#post_page_text_replace) | **POST** /pdf/\{name}/pages/\{pageNumber}/text/replace | Page's replace text method.
189
+ [**post_page_text_stamps**](PdfApi.md#post_page_text_stamps) | **POST** /pdf/\{name}/pages/\{pageNumber}/stamps/text | Add document page text stamps.
175
190
  [**post_page_underline_annotations**](PdfApi.md#post_page_underline_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/underline | Add document page underline annotations.
176
191
  [**post_popup_annotation**](PdfApi.md#post_popup_annotation) | **POST** /pdf/\{name}/annotations/\{annotationId}/popup | Add document popup annotations.
177
192
  [**post_sign_document**](PdfApi.md#post_sign_document) | **POST** /pdf/\{name}/sign | Sign document.
@@ -248,6 +263,7 @@ Method | HTTP request | Description
248
263
  [**put_redaction_annotation**](PdfApi.md#put_redaction_annotation) | **PUT** /pdf/\{name}/annotations/redaction/\{annotationId} | Replace document redaction annotation
249
264
  [**put_replace_image**](PdfApi.md#put_replace_image) | **PUT** /pdf/\{name}/images/\{imageId} | Replace document image.
250
265
  [**put_screen_annotation**](PdfApi.md#put_screen_annotation) | **PUT** /pdf/\{name}/annotations/screen/\{annotationId} | Replace document screen annotation
266
+ [**put_screen_annotation_data_extract**](PdfApi.md#put_screen_annotation_data_extract) | **PUT** /pdf/\{name}/annotations/screen/\{annotationId}/data/extract | Extract document screen annotation content to storage
251
267
  [**put_searchable_document**](PdfApi.md#put_searchable_document) | **PUT** /pdf/\{name}/ocr | Create searchable PDF document. Generate OCR layer for images in input PDF document.
252
268
  [**put_set_property**](PdfApi.md#put_set_property) | **PUT** /pdf/\{name}/documentproperties/\{propertyName} | Add/update document property.
253
269
  [**put_sound_annotation**](PdfApi.md#put_sound_annotation) | **PUT** /pdf/\{name}/annotations/sound/\{annotationId} | Replace document sound annotation
@@ -343,6 +359,54 @@ Name | Type | Description | Notes
343
359
 
344
360
 
345
361
 
362
+ # **delete_document_stamps**
363
+ > AsposeResponse delete_document_stamps(name, opts)
364
+
365
+ Delete all stamps from the document
366
+
367
+ ### Parameters
368
+
369
+ Name | Type | Description | Notes
370
+ ------------- | ------------- | ------------- | -------------
371
+ **name** | **String**| The document name. |
372
+ **storage** | **String**| The document storage. | [optional]
373
+ **folder** | **String**| The document folder. | [optional]
374
+
375
+ ### Return type
376
+
377
+ [**AsposeResponse**](AsposeResponse.md)
378
+
379
+ ### HTTP request headers
380
+
381
+ - **Content-Type**: application/json
382
+ - **Accept**: application/json
383
+
384
+
385
+
386
+ # **delete_document_tables**
387
+ > AsposeResponse delete_document_tables(name, opts)
388
+
389
+ Delete all tables from the document
390
+
391
+ ### Parameters
392
+
393
+ Name | Type | Description | Notes
394
+ ------------- | ------------- | ------------- | -------------
395
+ **name** | **String**| The document name. |
396
+ **storage** | **String**| The document storage. | [optional]
397
+ **folder** | **String**| The document folder. | [optional]
398
+
399
+ ### Return type
400
+
401
+ [**AsposeResponse**](AsposeResponse.md)
402
+
403
+ ### HTTP request headers
404
+
405
+ - **Content-Type**: application/json
406
+ - **Accept**: application/json
407
+
408
+
409
+
346
410
  # **delete_field**
347
411
  > AsposeResponse delete_field(name, field_name, opts)
348
412
 
@@ -541,6 +605,56 @@ Name | Type | Description | Notes
541
605
 
542
606
 
543
607
 
608
+ # **delete_page_stamps**
609
+ > AsposeResponse delete_page_stamps(name, page_number, opts)
610
+
611
+ Delete all stamps from the page
612
+
613
+ ### Parameters
614
+
615
+ Name | Type | Description | Notes
616
+ ------------- | ------------- | ------------- | -------------
617
+ **name** | **String**| The document name. |
618
+ **page_number** | **Integer**| The page number. |
619
+ **storage** | **String**| The document storage. | [optional]
620
+ **folder** | **String**| The document folder. | [optional]
621
+
622
+ ### Return type
623
+
624
+ [**AsposeResponse**](AsposeResponse.md)
625
+
626
+ ### HTTP request headers
627
+
628
+ - **Content-Type**: application/json
629
+ - **Accept**: application/json
630
+
631
+
632
+
633
+ # **delete_page_tables**
634
+ > AsposeResponse delete_page_tables(name, page_number, opts)
635
+
636
+ Delete all tables from the page
637
+
638
+ ### Parameters
639
+
640
+ Name | Type | Description | Notes
641
+ ------------- | ------------- | ------------- | -------------
642
+ **name** | **String**| The document name. |
643
+ **page_number** | **Integer**| The page number. |
644
+ **storage** | **String**| The document storage. | [optional]
645
+ **folder** | **String**| The document folder. | [optional]
646
+
647
+ ### Return type
648
+
649
+ [**AsposeResponse**](AsposeResponse.md)
650
+
651
+ ### HTTP request headers
652
+
653
+ - **Content-Type**: application/json
654
+ - **Accept**: application/json
655
+
656
+
657
+
544
658
  # **delete_properties**
545
659
  > AsposeResponse delete_properties(name, opts)
546
660
 
@@ -590,6 +704,56 @@ Name | Type | Description | Notes
590
704
 
591
705
 
592
706
 
707
+ # **delete_stamp**
708
+ > AsposeResponse delete_stamp(name, stamp_id, opts)
709
+
710
+ Delete document stamp by ID
711
+
712
+ ### Parameters
713
+
714
+ Name | Type | Description | Notes
715
+ ------------- | ------------- | ------------- | -------------
716
+ **name** | **String**| The document name. |
717
+ **stamp_id** | **String**| The stamp ID. |
718
+ **storage** | **String**| The document storage. | [optional]
719
+ **folder** | **String**| The document folder. | [optional]
720
+
721
+ ### Return type
722
+
723
+ [**AsposeResponse**](AsposeResponse.md)
724
+
725
+ ### HTTP request headers
726
+
727
+ - **Content-Type**: application/json
728
+ - **Accept**: application/json
729
+
730
+
731
+
732
+ # **delete_table**
733
+ > AsposeResponse delete_table(name, table_id, opts)
734
+
735
+ Delete document table by ID
736
+
737
+ ### Parameters
738
+
739
+ Name | Type | Description | Notes
740
+ ------------- | ------------- | ------------- | -------------
741
+ **name** | **String**| The document name. |
742
+ **table_id** | **String**| The table ID. |
743
+ **storage** | **String**| The document storage. | [optional]
744
+ **folder** | **String**| The document folder. | [optional]
745
+
746
+ ### Return type
747
+
748
+ [**AsposeResponse**](AsposeResponse.md)
749
+
750
+ ### HTTP request headers
751
+
752
+ - **Content-Type**: application/json
753
+ - **Accept**: application/json
754
+
755
+
756
+
593
757
  # **get_caret_annotation**
594
758
  > CaretAnnotationResponse get_caret_annotation(name, annotation_id, opts)
595
759
 
@@ -1266,6 +1430,30 @@ Name | Type | Description | Notes
1266
1430
 
1267
1431
 
1268
1432
 
1433
+ # **get_document_stamps**
1434
+ > StampsInfoResponse get_document_stamps(name, opts)
1435
+
1436
+ Read document stamps.
1437
+
1438
+ ### Parameters
1439
+
1440
+ Name | Type | Description | Notes
1441
+ ------------- | ------------- | ------------- | -------------
1442
+ **name** | **String**| The document name. |
1443
+ **storage** | **String**| The document storage. | [optional]
1444
+ **folder** | **String**| The document folder. | [optional]
1445
+
1446
+ ### Return type
1447
+
1448
+ [**StampsInfoResponse**](StampsInfoResponse.md)
1449
+
1450
+ ### HTTP request headers
1451
+
1452
+ - **Content-Type**: application/json
1453
+ - **Accept**: application/json
1454
+
1455
+
1456
+
1269
1457
  # **get_document_strike_out_annotations**
1270
1458
  > StrikeOutAnnotationsResponse get_document_strike_out_annotations(name, opts)
1271
1459
 
@@ -1290,6 +1478,30 @@ Name | Type | Description | Notes
1290
1478
 
1291
1479
 
1292
1480
 
1481
+ # **get_document_tables**
1482
+ > TablesRecognizedResponse get_document_tables(name, opts)
1483
+
1484
+ Read document tables.
1485
+
1486
+ ### Parameters
1487
+
1488
+ Name | Type | Description | Notes
1489
+ ------------- | ------------- | ------------- | -------------
1490
+ **name** | **String**| |
1491
+ **storage** | **String**| | [optional]
1492
+ **folder** | **String**| | [optional]
1493
+
1494
+ ### Return type
1495
+
1496
+ [**TablesRecognizedResponse**](TablesRecognizedResponse.md)
1497
+
1498
+ ### HTTP request headers
1499
+
1500
+ - **Content-Type**: application/json
1501
+ - **Accept**: application/json
1502
+
1503
+
1504
+
1293
1505
  # **get_document_text_annotations**
1294
1506
  > TextAnnotationsResponse get_document_text_annotations(name, opts)
1295
1507
 
@@ -2014,7 +2226,7 @@ Name | Type | Description | Notes
2014
2226
  # **get_page_annotations**
2015
2227
  > AnnotationsInfoResponse get_page_annotations(name, page_number, opts)
2016
2228
 
2017
- Read documant page annotations. Returns only FreeTextAnnotations, TextAnnotations, other annotations will implemented next releases.
2229
+ Read document page annotations. Returns only FreeTextAnnotations, TextAnnotations, other annotations will implemented next releases.
2018
2230
 
2019
2231
  ### Parameters
2020
2232
 
@@ -2674,6 +2886,31 @@ Name | Type | Description | Notes
2674
2886
 
2675
2887
 
2676
2888
 
2889
+ # **get_page_stamps**
2890
+ > StampsInfoResponse get_page_stamps(name, page_number, opts)
2891
+
2892
+ Read page document stamps.
2893
+
2894
+ ### Parameters
2895
+
2896
+ Name | Type | Description | Notes
2897
+ ------------- | ------------- | ------------- | -------------
2898
+ **name** | **String**| The document name. |
2899
+ **page_number** | **Integer**| The page number. |
2900
+ **storage** | **String**| The document storage. | [optional]
2901
+ **folder** | **String**| The document folder. | [optional]
2902
+
2903
+ ### Return type
2904
+
2905
+ [**StampsInfoResponse**](StampsInfoResponse.md)
2906
+
2907
+ ### HTTP request headers
2908
+
2909
+ - **Content-Type**: application/json
2910
+ - **Accept**: application/json
2911
+
2912
+
2913
+
2677
2914
  # **get_page_strike_out_annotations**
2678
2915
  > StrikeOutAnnotationsResponse get_page_strike_out_annotations(name, page_number, opts)
2679
2916
 
@@ -2699,6 +2936,31 @@ Name | Type | Description | Notes
2699
2936
 
2700
2937
 
2701
2938
 
2939
+ # **get_page_tables**
2940
+ > TablesRecognizedResponse get_page_tables(name, page_number, opts)
2941
+
2942
+ Read document page tables.
2943
+
2944
+ ### Parameters
2945
+
2946
+ Name | Type | Description | Notes
2947
+ ------------- | ------------- | ------------- | -------------
2948
+ **name** | **String**| |
2949
+ **page_number** | **Integer**| |
2950
+ **storage** | **String**| | [optional]
2951
+ **folder** | **String**| | [optional]
2952
+
2953
+ ### Return type
2954
+
2955
+ [**TablesRecognizedResponse**](TablesRecognizedResponse.md)
2956
+
2957
+ ### HTTP request headers
2958
+
2959
+ - **Content-Type**: application/json
2960
+ - **Accept**: application/json
2961
+
2962
+
2963
+
2702
2964
  # **get_page_text**
2703
2965
  > TextRectsResponse get_page_text(name, page_number, llx, lly, urx, ury, opts)
2704
2966
 
@@ -3321,7 +3583,32 @@ Name | Type | Description | Notes
3321
3583
  ### HTTP request headers
3322
3584
 
3323
3585
  - **Content-Type**: application/json
3324
- - **Accept**: application/json
3586
+ - **Accept**: multipart/form-data
3587
+
3588
+
3589
+
3590
+ # **get_screen_annotation_data**
3591
+ > File get_screen_annotation_data(name, annotation_id, opts)
3592
+
3593
+ Read document page screen annotation by ID.
3594
+
3595
+ ### Parameters
3596
+
3597
+ Name | Type | Description | Notes
3598
+ ------------- | ------------- | ------------- | -------------
3599
+ **name** | **String**| The document name. |
3600
+ **annotation_id** | **String**| The annotation ID. |
3601
+ **storage** | **String**| The document storage. | [optional]
3602
+ **folder** | **String**| The document folder. | [optional]
3603
+
3604
+ ### Return type
3605
+
3606
+ **File**
3607
+
3608
+ ### HTTP request headers
3609
+
3610
+ - **Content-Type**: application/json
3611
+ - **Accept**: multipart/form-data
3325
3612
 
3326
3613
 
3327
3614
 
@@ -3531,6 +3818,31 @@ Name | Type | Description | Notes
3531
3818
 
3532
3819
 
3533
3820
 
3821
+ # **get_table**
3822
+ > TableRecognizedResponse get_table(name, table_id, opts)
3823
+
3824
+ Read document page table by ID.
3825
+
3826
+ ### Parameters
3827
+
3828
+ Name | Type | Description | Notes
3829
+ ------------- | ------------- | ------------- | -------------
3830
+ **name** | **String**| The document name. |
3831
+ **table_id** | **String**| The table ID. |
3832
+ **storage** | **String**| The document storage. | [optional]
3833
+ **folder** | **String**| The document folder. | [optional]
3834
+
3835
+ ### Return type
3836
+
3837
+ [**TableRecognizedResponse**](TableRecognizedResponse.md)
3838
+
3839
+ ### HTTP request headers
3840
+
3841
+ - **Content-Type**: application/json
3842
+ - **Accept**: application/json
3843
+
3844
+
3845
+
3534
3846
  # **get_text**
3535
3847
  > TextRectsResponse get_text(name, llx, lly, urx, ury, opts)
3536
3848
 
@@ -4154,6 +4466,32 @@ Name | Type | Description | Notes
4154
4466
 
4155
4467
 
4156
4468
 
4469
+ # **post_page_image_stamps**
4470
+ > AsposeResponse post_page_image_stamps(name, page_number, stamps, opts)
4471
+
4472
+ Add document page image stamps.
4473
+
4474
+ ### Parameters
4475
+
4476
+ Name | Type | Description | Notes
4477
+ ------------- | ------------- | ------------- | -------------
4478
+ **name** | **String**| The document name. |
4479
+ **page_number** | **Integer**| The page number. |
4480
+ **stamps** | [**Array<ImageStamp>**](ImageStamp.md)| The array of stamp. |
4481
+ **storage** | **String**| The document storage. | [optional]
4482
+ **folder** | **String**| The document folder. | [optional]
4483
+
4484
+ ### Return type
4485
+
4486
+ [**AsposeResponse**](AsposeResponse.md)
4487
+
4488
+ ### HTTP request headers
4489
+
4490
+ - **Content-Type**: application/json
4491
+ - **Accept**: application/json
4492
+
4493
+
4494
+
4157
4495
  # **post_page_ink_annotations**
4158
4496
  > AsposeResponse post_page_ink_annotations(name, page_number, annotations, opts)
4159
4497
 
@@ -4258,6 +4596,32 @@ Name | Type | Description | Notes
4258
4596
 
4259
4597
 
4260
4598
 
4599
+ # **post_page_pdf_page_stamps**
4600
+ > AsposeResponse post_page_pdf_page_stamps(name, page_number, stamps, opts)
4601
+
4602
+ Add document pdf page stamps.
4603
+
4604
+ ### Parameters
4605
+
4606
+ Name | Type | Description | Notes
4607
+ ------------- | ------------- | ------------- | -------------
4608
+ **name** | **String**| The document name. |
4609
+ **page_number** | **Integer**| The page number. |
4610
+ **stamps** | [**Array<PdfPageStamp>**](PdfPageStamp.md)| The array of stamp. |
4611
+ **storage** | **String**| The document storage. | [optional]
4612
+ **folder** | **String**| The document folder. | [optional]
4613
+
4614
+ ### Return type
4615
+
4616
+ [**AsposeResponse**](AsposeResponse.md)
4617
+
4618
+ ### HTTP request headers
4619
+
4620
+ - **Content-Type**: application/json
4621
+ - **Accept**: application/json
4622
+
4623
+
4624
+
4261
4625
  # **post_page_poly_line_annotations**
4262
4626
  > AsposeResponse post_page_poly_line_annotations(name, page_number, annotations, opts)
4263
4627
 
@@ -4544,6 +4908,32 @@ Name | Type | Description | Notes
4544
4908
 
4545
4909
 
4546
4910
 
4911
+ # **post_page_text_stamps**
4912
+ > AsposeResponse post_page_text_stamps(name, page_number, stamps, opts)
4913
+
4914
+ Add document page text stamps.
4915
+
4916
+ ### Parameters
4917
+
4918
+ Name | Type | Description | Notes
4919
+ ------------- | ------------- | ------------- | -------------
4920
+ **name** | **String**| The document name. |
4921
+ **page_number** | **Integer**| The page number. |
4922
+ **stamps** | [**Array<TextStamp>**](TextStamp.md)| The array of stamp. |
4923
+ **storage** | **String**| The document storage. | [optional]
4924
+ **folder** | **String**| The document folder. | [optional]
4925
+
4926
+ ### Return type
4927
+
4928
+ [**AsposeResponse**](AsposeResponse.md)
4929
+
4930
+ ### HTTP request headers
4931
+
4932
+ - **Content-Type**: application/json
4933
+ - **Accept**: application/json
4934
+
4935
+
4936
+
4547
4937
  # **post_page_underline_annotations**
4548
4938
  > AsposeResponse post_page_underline_annotations(name, page_number, annotations, opts)
4549
4939
 
@@ -6624,6 +7014,32 @@ Name | Type | Description | Notes
6624
7014
 
6625
7015
 
6626
7016
 
7017
+ # **put_screen_annotation_data_extract**
7018
+ > AsposeResponse put_screen_annotation_data_extract(name, annotation_id, out_file_path, opts)
7019
+
7020
+ Extract document screen annotation content to storage
7021
+
7022
+ ### Parameters
7023
+
7024
+ Name | Type | Description | Notes
7025
+ ------------- | ------------- | ------------- | -------------
7026
+ **name** | **String**| The document name. |
7027
+ **annotation_id** | **String**| The annotation ID. |
7028
+ **out_file_path** | **String**| The output file path. |
7029
+ **storage** | **String**| The document storage. | [optional]
7030
+ **folder** | **String**| The document folder. | [optional]
7031
+
7032
+ ### Return type
7033
+
7034
+ [**AsposeResponse**](AsposeResponse.md)
7035
+
7036
+ ### HTTP request headers
7037
+
7038
+ - **Content-Type**: application/json
7039
+ - **Accept**: application/json
7040
+
7041
+
7042
+
6627
7043
  # **put_searchable_document**
6628
7044
  > AsposeResponse put_searchable_document(name, opts)
6629
7045