aspose_pdf_cloud 19.12.0 → 20.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f2c180ec253116a969d0f960906937bffa39187606d7fe2824c55a2a586958f
4
- data.tar.gz: 472a342969e7d273d63f0fcda15d2731d93cfab7f559b7eeebc778640e933a2e
3
+ metadata.gz: e59695f8f626cb20c664d20c909440fb6b6c336214c36dbbfe125bf9bfff8731
4
+ data.tar.gz: c105fe514b6d1024a4f6a1fea8e0862fdae4ab3d71fe1869dafa40eda40427bb
5
5
  SHA512:
6
- metadata.gz: 34aefab7507437d944747188c4360e5223f08732b74be2ff0793dddf8918d4df4a3a1568d7034f3a69f8113d325d73319344fda7f873b638857251475629dfc0
7
- data.tar.gz: dc4b321e619a9f7d943c128146fc5d970c0f8722d9ecf5be6c2872ef763a2c868f128db8b7e263058cf88712f42bcfbcab0514688ed8c88e4730022ba44215bc
6
+ metadata.gz: fb43817c81ebfa222c6f7c4c8dd82279a9ae7240b89b439cd606069c40a0cf1f049156a08d25a01eb866bd4e3ab89d7a28d2a71c42deb6767cfbcc919f3e8392
7
+ data.tar.gz: 0cf8634c4cb305360fea86c270c3fae37e529846f32b9fa6984b2cb2649955a9a136a9436b36d8d1229f33227b5e5925c04690f95d0fb7d451b0e930d82a27ab
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Aspose.PDF Cloud
2
2
 
3
3
  - API version: 3.0
4
- - Package version: 19.12.0
4
+ - Package version: 20.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
 
@@ -9,6 +9,8 @@ Our Cloud SDKs are wrappers around REST API in various programming languages, al
9
9
 
10
10
  These SDKs are now fully supported. If you have any questions, see any bugs or have enhancement request, feel free to reach out to us at [Free Support Forums](https://forum.aspose.cloud/c/pdf).
11
11
 
12
+ Unlock your PDF document using the Aspose.PDF online service https://products.aspose.app/pdf/unlock.
13
+
12
14
  ## Installation
13
15
 
14
16
  ### Build a gem
@@ -22,15 +24,15 @@ gem build aspose_pdf_cloud.gemspec
22
24
  Then either install the gem locally:
23
25
 
24
26
  ```shell
25
- gem install ./aspose_pdf_cloud-19.12.0.gem
27
+ gem install ./aspose_pdf_cloud-20.6.0.gem
26
28
  ```
27
- (for development, run `gem install --dev ./aspose_pdf_cloud-19.12.0.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./aspose_pdf_cloud-20.6.0.gem` to install the development dependencies)
28
30
 
29
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
30
32
 
31
33
  Finally add this to the Gemfile:
32
34
 
33
- gem 'aspose_pdf_cloud', '~> 19.12.0'
35
+ gem 'aspose_pdf_cloud', '~> 20.6.0'
34
36
 
35
37
  ### Install from Git
36
38
 
@@ -182,7 +184,7 @@ Class | Method | HTTP request | Description
182
184
  *AsposePdfCloud::PdfApi* | [**get_import_fields_from_xfdf_in_storage**](docs/PdfApi.md#get_import_fields_from_xfdf_in_storage) | **GET** /pdf/\{name}/import/xfdf | Update fields from XFDF file in storage.
183
185
  *AsposePdfCloud::PdfApi* | [**get_import_fields_from_xml_in_storage**](docs/PdfApi.md#get_import_fields_from_xml_in_storage) | **GET** /pdf/\{name}/import/xml | Import from XML file (located on storage) to PDF format and return resulting file in response.
184
186
  *AsposePdfCloud::PdfApi* | [**get_ink_annotation**](docs/PdfApi.md#get_ink_annotation) | **GET** /pdf/\{name}/annotations/ink/\{annotationId} | Read document page ink annotation by ID.
185
- *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.
187
+ *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 TeX file (located on storage) to PDF format and return resulting file in response.
186
188
  *AsposePdfCloud::PdfApi* | [**get_line_annotation**](docs/PdfApi.md#get_line_annotation) | **GET** /pdf/\{name}/annotations/line/\{annotationId} | Read document page line annotation by ID.
187
189
  *AsposePdfCloud::PdfApi* | [**get_link_annotation**](docs/PdfApi.md#get_link_annotation) | **GET** /pdf/\{name}/links/\{linkId} | Read document link annotation by ID.
188
190
  *AsposePdfCloud::PdfApi* | [**get_list_box_field**](docs/PdfApi.md#get_list_box_field) | **GET** /pdf/\{name}/fields/listbox/\{fieldName} | Read document listbox field by name.
@@ -230,14 +232,16 @@ Class | Method | HTTP request | Description
230
232
  *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.
231
233
  *AsposePdfCloud::PdfApi* | [**get_pages**](docs/PdfApi.md#get_pages) | **GET** /pdf/\{name}/pages | Read document pages info.
232
234
  *AsposePdfCloud::PdfApi* | [**get_pcl_in_storage_to_pdf**](docs/PdfApi.md#get_pcl_in_storage_to_pdf) | **GET** /pdf/create/pcl | Convert PCL file (located on storage) to PDF format and return resulting file in response.
235
+ *AsposePdfCloud::PdfApi* | [**get_pdf_a_in_storage_to_pdf**](docs/PdfApi.md#get_pdf_a_in_storage_to_pdf) | **GET** /pdf/create/pdfa | Convert PDFA file (located on storage) to PDF format and return resulting file in response.
233
236
  *AsposePdfCloud::PdfApi* | [**get_pdf_in_storage_to_doc**](docs/PdfApi.md#get_pdf_in_storage_to_doc) | **GET** /pdf/\{name}/convert/doc | Converts PDF document (located on storage) to DOC format and returns resulting file in response content
234
237
  *AsposePdfCloud::PdfApi* | [**get_pdf_in_storage_to_epub**](docs/PdfApi.md#get_pdf_in_storage_to_epub) | **GET** /pdf/\{name}/convert/epub | Converts PDF document (located on storage) to EPUB format and returns resulting file in response content
235
238
  *AsposePdfCloud::PdfApi* | [**get_pdf_in_storage_to_html**](docs/PdfApi.md#get_pdf_in_storage_to_html) | **GET** /pdf/\{name}/convert/html | Converts PDF document (located on storage) to Html format and returns resulting file in response content
236
- *AsposePdfCloud::PdfApi* | [**get_pdf_in_storage_to_la_te_x**](docs/PdfApi.md#get_pdf_in_storage_to_la_te_x) | **GET** /pdf/\{name}/convert/latex | Converts PDF document (located on storage) to LaTeX format and returns resulting file in response content
239
+ *AsposePdfCloud::PdfApi* | [**get_pdf_in_storage_to_la_te_x**](docs/PdfApi.md#get_pdf_in_storage_to_la_te_x) | **GET** /pdf/\{name}/convert/latex | Converts PDF document (located on storage) to TeX format and returns resulting file in response content
237
240
  *AsposePdfCloud::PdfApi* | [**get_pdf_in_storage_to_mobi_xml**](docs/PdfApi.md#get_pdf_in_storage_to_mobi_xml) | **GET** /pdf/\{name}/convert/mobixml | Converts PDF document (located on storage) to MOBIXML format and returns resulting file in response content
238
241
  *AsposePdfCloud::PdfApi* | [**get_pdf_in_storage_to_pdf_a**](docs/PdfApi.md#get_pdf_in_storage_to_pdf_a) | **GET** /pdf/\{name}/convert/pdfa | Converts PDF document (located on storage) to PdfA format and returns resulting file in response content
239
242
  *AsposePdfCloud::PdfApi* | [**get_pdf_in_storage_to_pptx**](docs/PdfApi.md#get_pdf_in_storage_to_pptx) | **GET** /pdf/\{name}/convert/pptx | Converts PDF document (located on storage) to PPTX format and returns resulting file in response content
240
243
  *AsposePdfCloud::PdfApi* | [**get_pdf_in_storage_to_svg**](docs/PdfApi.md#get_pdf_in_storage_to_svg) | **GET** /pdf/\{name}/convert/svg | Converts PDF document (located on storage) to SVG format and returns resulting file in response content
244
+ *AsposePdfCloud::PdfApi* | [**get_pdf_in_storage_to_te_x**](docs/PdfApi.md#get_pdf_in_storage_to_te_x) | **GET** /pdf/\{name}/convert/tex | Converts PDF document (located on storage) to TeX format and returns resulting file in response content
241
245
  *AsposePdfCloud::PdfApi* | [**get_pdf_in_storage_to_tiff**](docs/PdfApi.md#get_pdf_in_storage_to_tiff) | **GET** /pdf/\{name}/convert/tiff | Converts PDF document (located on storage) to TIFF format and returns resulting file in response content
242
246
  *AsposePdfCloud::PdfApi* | [**get_pdf_in_storage_to_xls**](docs/PdfApi.md#get_pdf_in_storage_to_xls) | **GET** /pdf/\{name}/convert/xls | Converts PDF document (located on storage) to XLS format and returns resulting file in response content
243
247
  *AsposePdfCloud::PdfApi* | [**get_pdf_in_storage_to_xlsx**](docs/PdfApi.md#get_pdf_in_storage_to_xlsx) | **GET** /pdf/\{name}/convert/xlsx | Converts PDF document (located on storage) to XLSX format and returns resulting file in response content
@@ -261,6 +265,7 @@ Class | Method | HTTP request | Description
261
265
  *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.
262
266
  *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.
263
267
  *AsposePdfCloud::PdfApi* | [**get_table**](docs/PdfApi.md#get_table) | **GET** /pdf/\{name}/tables/\{tableId} | Read document page table by ID.
268
+ *AsposePdfCloud::PdfApi* | [**get_te_x_in_storage_to_pdf**](docs/PdfApi.md#get_te_x_in_storage_to_pdf) | **GET** /pdf/create/tex | Convert TeX file (located on storage) to PDF format and return resulting file in response.
264
269
  *AsposePdfCloud::PdfApi* | [**get_text**](docs/PdfApi.md#get_text) | **GET** /pdf/\{name}/text | Read document text.
265
270
  *AsposePdfCloud::PdfApi* | [**get_text_annotation**](docs/PdfApi.md#get_text_annotation) | **GET** /pdf/\{name}/annotations/text/\{annotationId} | Read document page text annotation by ID.
266
271
  *AsposePdfCloud::PdfApi* | [**get_text_box_field**](docs/PdfApi.md#get_text_box_field) | **GET** /pdf/\{name}/fields/textbox/\{fieldName} | Read document text box field by name.
@@ -328,6 +333,7 @@ Class | Method | HTTP request | Description
328
333
  *AsposePdfCloud::PdfApi* | [**post_radio_button_fields**](docs/PdfApi.md#post_radio_button_fields) | **POST** /pdf/\{name}/fields/radiobutton | Add document RadioButton fields.
329
334
  *AsposePdfCloud::PdfApi* | [**post_sign_document**](docs/PdfApi.md#post_sign_document) | **POST** /pdf/\{name}/sign | Sign document.
330
335
  *AsposePdfCloud::PdfApi* | [**post_sign_page**](docs/PdfApi.md#post_sign_page) | **POST** /pdf/\{name}/pages/\{pageNumber}/sign | Sign page.
336
+ *AsposePdfCloud::PdfApi* | [**post_signature_field**](docs/PdfApi.md#post_signature_field) | **POST** /pdf/\{name}/fields/signature | Add document signature field.
331
337
  *AsposePdfCloud::PdfApi* | [**post_split_document**](docs/PdfApi.md#post_split_document) | **POST** /pdf/\{name}/split | Split document to parts.
332
338
  *AsposePdfCloud::PdfApi* | [**post_text_box_fields**](docs/PdfApi.md#post_text_box_fields) | **POST** /pdf/\{name}/fields/textbox | Add document text box fields.
333
339
  *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.
@@ -366,7 +372,7 @@ Class | Method | HTTP request | Description
366
372
  *AsposePdfCloud::PdfApi* | [**put_import_fields_from_xfdf_in_storage**](docs/PdfApi.md#put_import_fields_from_xfdf_in_storage) | **PUT** /pdf/\{name}/import/xfdf | Update fields from XFDF file in storage.
367
373
  *AsposePdfCloud::PdfApi* | [**put_import_fields_from_xml_in_storage**](docs/PdfApi.md#put_import_fields_from_xml_in_storage) | **PUT** /pdf/\{name}/import/xml | Update fields from XML file in storage.
368
374
  *AsposePdfCloud::PdfApi* | [**put_ink_annotation**](docs/PdfApi.md#put_ink_annotation) | **PUT** /pdf/\{name}/annotations/ink/\{annotationId} | Replace document ink annotation
369
- *AsposePdfCloud::PdfApi* | [**put_la_te_x_in_storage_to_pdf**](docs/PdfApi.md#put_la_te_x_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/latex | Convert LaTeX file (located on storage) to PDF format and upload resulting file to storage.
375
+ *AsposePdfCloud::PdfApi* | [**put_la_te_x_in_storage_to_pdf**](docs/PdfApi.md#put_la_te_x_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/latex | Convert TeX file (located on storage) to PDF format and upload resulting file to storage.
370
376
  *AsposePdfCloud::PdfApi* | [**put_line_annotation**](docs/PdfApi.md#put_line_annotation) | **PUT** /pdf/\{name}/annotations/line/\{annotationId} | Replace document line annotation
371
377
  *AsposePdfCloud::PdfApi* | [**put_link_annotation**](docs/PdfApi.md#put_link_annotation) | **PUT** /pdf/\{name}/links/\{linkId} | Replace document page link annotations
372
378
  *AsposePdfCloud::PdfApi* | [**put_list_box_field**](docs/PdfApi.md#put_list_box_field) | **PUT** /pdf/\{name}/fields/listbox/\{fieldName} | Replace document listbox field
@@ -382,14 +388,16 @@ Class | Method | HTTP request | Description
382
388
  *AsposePdfCloud::PdfApi* | [**put_page_convert_to_png**](docs/PdfApi.md#put_page_convert_to_png) | **PUT** /pdf/\{name}/pages/\{pageNumber}/convert/png | Convert document page to png image and upload resulting file to storage.
383
389
  *AsposePdfCloud::PdfApi* | [**put_page_convert_to_tiff**](docs/PdfApi.md#put_page_convert_to_tiff) | **PUT** /pdf/\{name}/pages/\{pageNumber}/convert/tiff | Convert document page to Tiff image and upload resulting file to storage.
384
390
  *AsposePdfCloud::PdfApi* | [**put_pcl_in_storage_to_pdf**](docs/PdfApi.md#put_pcl_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/pcl | Convert PCL file (located on storage) to PDF format and upload resulting file to storage.
391
+ *AsposePdfCloud::PdfApi* | [**put_pdf_a_in_storage_to_pdf**](docs/PdfApi.md#put_pdf_a_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/pdfa | Convert PDFA file (located on storage) to PDF format and upload resulting file to storage.
385
392
  *AsposePdfCloud::PdfApi* | [**put_pdf_in_request_to_doc**](docs/PdfApi.md#put_pdf_in_request_to_doc) | **PUT** /pdf/convert/doc | Converts PDF document (in request content) to DOC format and uploads resulting file to storage.
386
393
  *AsposePdfCloud::PdfApi* | [**put_pdf_in_request_to_epub**](docs/PdfApi.md#put_pdf_in_request_to_epub) | **PUT** /pdf/convert/epub | Converts PDF document (in request content) to EPUB format and uploads resulting file to storage.
387
394
  *AsposePdfCloud::PdfApi* | [**put_pdf_in_request_to_html**](docs/PdfApi.md#put_pdf_in_request_to_html) | **PUT** /pdf/convert/html | Converts PDF document (in request content) to Html format and uploads resulting file to storage.
388
- *AsposePdfCloud::PdfApi* | [**put_pdf_in_request_to_la_te_x**](docs/PdfApi.md#put_pdf_in_request_to_la_te_x) | **PUT** /pdf/convert/latex | Converts PDF document (in request content) to LaTeX format and uploads resulting file to storage.
395
+ *AsposePdfCloud::PdfApi* | [**put_pdf_in_request_to_la_te_x**](docs/PdfApi.md#put_pdf_in_request_to_la_te_x) | **PUT** /pdf/convert/latex | Converts PDF document (in request content) to TeX format and uploads resulting file to storage.
389
396
  *AsposePdfCloud::PdfApi* | [**put_pdf_in_request_to_mobi_xml**](docs/PdfApi.md#put_pdf_in_request_to_mobi_xml) | **PUT** /pdf/convert/mobixml | Converts PDF document (in request content) to MOBIXML format and uploads resulting file to storage.
390
397
  *AsposePdfCloud::PdfApi* | [**put_pdf_in_request_to_pdf_a**](docs/PdfApi.md#put_pdf_in_request_to_pdf_a) | **PUT** /pdf/convert/pdfa | Converts PDF document (in request content) to PdfA format and uploads resulting file to storage.
391
398
  *AsposePdfCloud::PdfApi* | [**put_pdf_in_request_to_pptx**](docs/PdfApi.md#put_pdf_in_request_to_pptx) | **PUT** /pdf/convert/pptx | Converts PDF document (in request content) to PPTX format and uploads resulting file to storage.
392
399
  *AsposePdfCloud::PdfApi* | [**put_pdf_in_request_to_svg**](docs/PdfApi.md#put_pdf_in_request_to_svg) | **PUT** /pdf/convert/svg | Converts PDF document (in request content) to SVG format and uploads resulting file to storage.
400
+ *AsposePdfCloud::PdfApi* | [**put_pdf_in_request_to_te_x**](docs/PdfApi.md#put_pdf_in_request_to_te_x) | **PUT** /pdf/convert/tex | Converts PDF document (in request content) to TeX format and uploads resulting file to storage.
393
401
  *AsposePdfCloud::PdfApi* | [**put_pdf_in_request_to_tiff**](docs/PdfApi.md#put_pdf_in_request_to_tiff) | **PUT** /pdf/convert/tiff | Converts PDF document (in request content) to TIFF format and uploads resulting file to storage.
394
402
  *AsposePdfCloud::PdfApi* | [**put_pdf_in_request_to_xls**](docs/PdfApi.md#put_pdf_in_request_to_xls) | **PUT** /pdf/convert/xls | Converts PDF document (in request content) to XLS format and uploads resulting file to storage.
395
403
  *AsposePdfCloud::PdfApi* | [**put_pdf_in_request_to_xlsx**](docs/PdfApi.md#put_pdf_in_request_to_xlsx) | **PUT** /pdf/convert/xlsx | Converts PDF document (in request content) to XLSX format and uploads resulting file to storage.
@@ -398,11 +406,12 @@ Class | Method | HTTP request | Description
398
406
  *AsposePdfCloud::PdfApi* | [**put_pdf_in_storage_to_doc**](docs/PdfApi.md#put_pdf_in_storage_to_doc) | **PUT** /pdf/\{name}/convert/doc | Converts PDF document (located on storage) to DOC format and uploads resulting file to storage
399
407
  *AsposePdfCloud::PdfApi* | [**put_pdf_in_storage_to_epub**](docs/PdfApi.md#put_pdf_in_storage_to_epub) | **PUT** /pdf/\{name}/convert/epub | Converts PDF document (located on storage) to EPUB format and uploads resulting file to storage
400
408
  *AsposePdfCloud::PdfApi* | [**put_pdf_in_storage_to_html**](docs/PdfApi.md#put_pdf_in_storage_to_html) | **PUT** /pdf/\{name}/convert/html | Converts PDF document (located on storage) to Html format and uploads resulting file to storage
401
- *AsposePdfCloud::PdfApi* | [**put_pdf_in_storage_to_la_te_x**](docs/PdfApi.md#put_pdf_in_storage_to_la_te_x) | **PUT** /pdf/\{name}/convert/latex | Converts PDF document (located on storage) to LaTeX format and uploads resulting file to storage
409
+ *AsposePdfCloud::PdfApi* | [**put_pdf_in_storage_to_la_te_x**](docs/PdfApi.md#put_pdf_in_storage_to_la_te_x) | **PUT** /pdf/\{name}/convert/latex | Converts PDF document (located on storage) to TeX format and uploads resulting file to storage
402
410
  *AsposePdfCloud::PdfApi* | [**put_pdf_in_storage_to_mobi_xml**](docs/PdfApi.md#put_pdf_in_storage_to_mobi_xml) | **PUT** /pdf/\{name}/convert/mobixml | Converts PDF document (located on storage) to MOBIXML format and uploads resulting file to storage
403
411
  *AsposePdfCloud::PdfApi* | [**put_pdf_in_storage_to_pdf_a**](docs/PdfApi.md#put_pdf_in_storage_to_pdf_a) | **PUT** /pdf/\{name}/convert/pdfa | Converts PDF document (located on storage) to PdfA format and uploads resulting file to storage
404
412
  *AsposePdfCloud::PdfApi* | [**put_pdf_in_storage_to_pptx**](docs/PdfApi.md#put_pdf_in_storage_to_pptx) | **PUT** /pdf/\{name}/convert/pptx | Converts PDF document (located on storage) to PPTX format and uploads resulting file to storage
405
413
  *AsposePdfCloud::PdfApi* | [**put_pdf_in_storage_to_svg**](docs/PdfApi.md#put_pdf_in_storage_to_svg) | **PUT** /pdf/\{name}/convert/svg | Converts PDF document (located on storage) to SVG format and uploads resulting file to storage
414
+ *AsposePdfCloud::PdfApi* | [**put_pdf_in_storage_to_te_x**](docs/PdfApi.md#put_pdf_in_storage_to_te_x) | **PUT** /pdf/\{name}/convert/tex | Converts PDF document (located on storage) to TeX format and uploads resulting file to storage
406
415
  *AsposePdfCloud::PdfApi* | [**put_pdf_in_storage_to_tiff**](docs/PdfApi.md#put_pdf_in_storage_to_tiff) | **PUT** /pdf/\{name}/convert/tiff | Converts PDF document (located on storage) to TIFF format and uploads resulting file to storage
407
416
  *AsposePdfCloud::PdfApi* | [**put_pdf_in_storage_to_xls**](docs/PdfApi.md#put_pdf_in_storage_to_xls) | **PUT** /pdf/\{name}/convert/xls | Converts PDF document (located on storage) to XLS format and uploads resulting file to storage
408
417
  *AsposePdfCloud::PdfApi* | [**put_pdf_in_storage_to_xlsx**](docs/PdfApi.md#put_pdf_in_storage_to_xlsx) | **PUT** /pdf/\{name}/convert/xlsx | Converts PDF document (located on storage) to XLSX format and uploads resulting file to storage
@@ -420,6 +429,7 @@ Class | Method | HTTP request | Description
420
429
  *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
421
430
  *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.
422
431
  *AsposePdfCloud::PdfApi* | [**put_set_property**](docs/PdfApi.md#put_set_property) | **PUT** /pdf/\{name}/documentproperties/\{propertyName} | Add/update document property.
432
+ *AsposePdfCloud::PdfApi* | [**put_signature_field**](docs/PdfApi.md#put_signature_field) | **PUT** /pdf/\{name}/fields/signature/\{fieldName} | Replace document signature field.
423
433
  *AsposePdfCloud::PdfApi* | [**put_sound_annotation**](docs/PdfApi.md#put_sound_annotation) | **PUT** /pdf/\{name}/annotations/sound/\{annotationId} | Replace document sound annotation
424
434
  *AsposePdfCloud::PdfApi* | [**put_sound_annotation_data_extract**](docs/PdfApi.md#put_sound_annotation_data_extract) | **PUT** /pdf/\{name}/annotations/sound/\{annotationId}/data/extract | Extract document sound annotation content to storage
425
435
  *AsposePdfCloud::PdfApi* | [**put_square_annotation**](docs/PdfApi.md#put_square_annotation) | **PUT** /pdf/\{name}/annotations/square/\{annotationId} | Replace document square annotation
@@ -429,6 +439,7 @@ Class | Method | HTTP request | Description
429
439
  *AsposePdfCloud::PdfApi* | [**put_strike_out_annotation**](docs/PdfApi.md#put_strike_out_annotation) | **PUT** /pdf/\{name}/annotations/strikeout/\{annotationId} | Replace document StrikeOut annotation
430
440
  *AsposePdfCloud::PdfApi* | [**put_svg_in_storage_to_pdf**](docs/PdfApi.md#put_svg_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/svg | Convert SVG file (located on storage) to PDF format and upload resulting file to storage.
431
441
  *AsposePdfCloud::PdfApi* | [**put_table**](docs/PdfApi.md#put_table) | **PUT** /pdf/\{name}/tables/\{tableId} | Replace document page table.
442
+ *AsposePdfCloud::PdfApi* | [**put_te_x_in_storage_to_pdf**](docs/PdfApi.md#put_te_x_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/tex | Convert TeX file (located on storage) to PDF format and upload resulting file to storage.
432
443
  *AsposePdfCloud::PdfApi* | [**put_text_annotation**](docs/PdfApi.md#put_text_annotation) | **PUT** /pdf/\{name}/annotations/text/\{annotationId} | Replace document text annotation
433
444
  *AsposePdfCloud::PdfApi* | [**put_text_box_field**](docs/PdfApi.md#put_text_box_field) | **PUT** /pdf/\{name}/fields/textbox/\{fieldName} | Replace document text box field
434
445
  *AsposePdfCloud::PdfApi* | [**put_underline_annotation**](docs/PdfApi.md#put_underline_annotation) | **PUT** /pdf/\{name}/annotations/underline/\{annotationId} | Replace document underline annotation
@@ -492,6 +503,7 @@ Class | Method | HTTP request | Description
492
503
  - [AsposePdfCloud::HorizontalAlignment](docs/HorizontalAlignment.md)
493
504
  - [AsposePdfCloud::HtmlDocumentType](docs/HtmlDocumentType.md)
494
505
  - [AsposePdfCloud::HtmlMarkupGenerationModes](docs/HtmlMarkupGenerationModes.md)
506
+ - [AsposePdfCloud::ImageFragment](docs/ImageFragment.md)
495
507
  - [AsposePdfCloud::ImageSrcType](docs/ImageSrcType.md)
496
508
  - [AsposePdfCloud::ImageTemplate](docs/ImageTemplate.md)
497
509
  - [AsposePdfCloud::ImageTemplatesRequest](docs/ImageTemplatesRequest.md)
@@ -509,6 +521,7 @@ Class | Method | HTTP request | Description
509
521
  - [AsposePdfCloud::ObjectExist](docs/ObjectExist.md)
510
522
  - [AsposePdfCloud::OptimizeOptions](docs/OptimizeOptions.md)
511
523
  - [AsposePdfCloud::Option](docs/Option.md)
524
+ - [AsposePdfCloud::OutputFormat](docs/OutputFormat.md)
512
525
  - [AsposePdfCloud::PageLayout](docs/PageLayout.md)
513
526
  - [AsposePdfCloud::PageMode](docs/PageMode.md)
514
527
  - [AsposePdfCloud::PageWordCount](docs/PageWordCount.md)
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
  **border** | [**BorderInfo**](BorderInfo.md) | Gets or sets the border. | [optional]
10
10
  **background_color** | [**Color**](Color.md) | Gets or sets the background color. | [optional]
11
11
  **background_image_file** | **String** | Gets or sets the background image file. | [optional]
12
+ **background_image_storage_file** | **String** | Gets or sets path of the background image file from storage. | [optional]
12
13
  **alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets the alignment. | [optional]
13
14
  **default_cell_text_state** | [**TextState**](TextState.md) | Gets or sets the default cell text state. | [optional]
14
15
  **paragraphs** | [**Array<TextRect>**](TextRect.md) | Gets or sets the cell's formatted text. | [optional]
@@ -17,5 +18,7 @@ Name | Type | Description | Notes
17
18
  **col_span** | **Integer** | Gets or sets the column span. | [optional]
18
19
  **row_span** | **Integer** | Gets or sets the row span. | [optional]
19
20
  **width** | **Float** | Gets or sets the column width. | [optional]
21
+ **html_fragment** | **String** | Gets or sets Html fragment. | [optional]
22
+ **images** | [**Array<ImageFragment>**](ImageFragment.md) | Gets or sets ImageFragment list. | [optional]
20
23
 
21
24
 
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **links** | [**Array<Link>**](Link.md) | Link to the document. | [optional]
8
8
  **partial_name** | **String** | Field name. | [optional]
9
+ **full_name** | **String** | Full Field name. | [optional]
9
10
  **rect** | [**Rectangle**](Rectangle.md) | Field rectangle. | [optional]
10
11
  **value** | **String** | Field value. | [optional]
11
12
  **page_index** | **Integer** | Page index. |
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **links** | [**Array<Link>**](Link.md) | Link to the document. | [optional]
8
8
  **partial_name** | **String** | Field name. | [optional]
9
+ **full_name** | **String** | Full Field name. | [optional]
9
10
  **rect** | [**Rectangle**](Rectangle.md) | Field rectangle. | [optional]
10
11
  **value** | **String** | Field value. | [optional]
11
12
  **page_index** | **Integer** | Page index. |
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **links** | [**Array<Link>**](Link.md) | Link to the document. | [optional]
8
8
  **partial_name** | **String** | Field name. | [optional]
9
+ **full_name** | **String** | Full Field name. | [optional]
9
10
  **rect** | [**Rectangle**](Rectangle.md) | Field rectangle. | [optional]
10
11
  **value** | **String** | Field value. | [optional]
11
12
  **page_index** | **Integer** | Page index. |
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **links** | [**Array<Link>**](Link.md) | Link to the document. | [optional]
8
8
  **partial_name** | **String** | Field name. | [optional]
9
+ **full_name** | **String** | Full Field name. | [optional]
9
10
  **rect** | [**Rectangle**](Rectangle.md) | Field rectangle. | [optional]
10
11
  **value** | **String** | Field value. | [optional]
11
12
  **page_index** | **Integer** | Page index. |
@@ -0,0 +1,15 @@
1
+ # AsposePdfCloud::ImageFragment
2
+ Represents Image Fragment DTO.
3
+
4
+ ## Properties
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **image_file** | **String** | Gets or sets full storage path of image. |
8
+ **fix_width** | **Float** | Gets or sets fix width of the image. | [optional]
9
+ **fix_height** | **Float** | Gets or sets fix height of the image. | [optional]
10
+ **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets horizontal alignment of the image. | [optional]
11
+ **vertical_alignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets or sets vertical alignment of the image. | [optional]
12
+ **image_scale** | **Float** | Gets or sets ImageScale of the image. | [optional]
13
+ **margin** | [**MarginInfo**](MarginInfo.md) | Gets or sets Margin of the image. | [optional]
14
+
15
+
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **links** | [**Array<Link>**](Link.md) | Link to the document. | [optional]
8
8
  **partial_name** | **String** | Field name. | [optional]
9
+ **full_name** | **String** | Full Field name. | [optional]
9
10
  **rect** | [**Rectangle**](Rectangle.md) | Field rectangle. | [optional]
10
11
  **value** | **String** | Field value. | [optional]
11
12
  **page_index** | **Integer** | Page index. |
@@ -0,0 +1,11 @@
1
+ # AsposePdfCloud::OutputFormat
2
+ Enumeration for output type format.
3
+
4
+ ## Enum
5
+ Name | Type | Value | Description
6
+ ------------ | ------------- | ------------- | -------------
7
+ **ZIP** | **String** | 'Zip' | Zip archive.
8
+ **FOLDER** | **String** | 'Folder' | Folder.
9
+
10
+
11
+
@@ -97,7 +97,7 @@ Method | HTTP request | Description
97
97
  [**get_import_fields_from_xfdf_in_storage**](PdfApi.md#get_import_fields_from_xfdf_in_storage) | **GET** /pdf/\{name}/import/xfdf | Update fields from XFDF file in storage.
98
98
  [**get_import_fields_from_xml_in_storage**](PdfApi.md#get_import_fields_from_xml_in_storage) | **GET** /pdf/\{name}/import/xml | Import from XML file (located on storage) to PDF format and return resulting file in response.
99
99
  [**get_ink_annotation**](PdfApi.md#get_ink_annotation) | **GET** /pdf/\{name}/annotations/ink/\{annotationId} | Read document page ink annotation by ID.
100
- [**get_la_te_x_in_storage_to_pdf**](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.
100
+ [**get_la_te_x_in_storage_to_pdf**](PdfApi.md#get_la_te_x_in_storage_to_pdf) | **GET** /pdf/create/latex | Convert TeX file (located on storage) to PDF format and return resulting file in response.
101
101
  [**get_line_annotation**](PdfApi.md#get_line_annotation) | **GET** /pdf/\{name}/annotations/line/\{annotationId} | Read document page line annotation by ID.
102
102
  [**get_link_annotation**](PdfApi.md#get_link_annotation) | **GET** /pdf/\{name}/links/\{linkId} | Read document link annotation by ID.
103
103
  [**get_list_box_field**](PdfApi.md#get_list_box_field) | **GET** /pdf/\{name}/fields/listbox/\{fieldName} | Read document listbox field by name.
@@ -145,14 +145,16 @@ Method | HTTP request | Description
145
145
  [**get_page_underline_annotations**](PdfApi.md#get_page_underline_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/underline | Read document page underline annotations.
146
146
  [**get_pages**](PdfApi.md#get_pages) | **GET** /pdf/\{name}/pages | Read document pages info.
147
147
  [**get_pcl_in_storage_to_pdf**](PdfApi.md#get_pcl_in_storage_to_pdf) | **GET** /pdf/create/pcl | Convert PCL file (located on storage) to PDF format and return resulting file in response.
148
+ [**get_pdf_a_in_storage_to_pdf**](PdfApi.md#get_pdf_a_in_storage_to_pdf) | **GET** /pdf/create/pdfa | Convert PDFA file (located on storage) to PDF format and return resulting file in response.
148
149
  [**get_pdf_in_storage_to_doc**](PdfApi.md#get_pdf_in_storage_to_doc) | **GET** /pdf/\{name}/convert/doc | Converts PDF document (located on storage) to DOC format and returns resulting file in response content
149
150
  [**get_pdf_in_storage_to_epub**](PdfApi.md#get_pdf_in_storage_to_epub) | **GET** /pdf/\{name}/convert/epub | Converts PDF document (located on storage) to EPUB format and returns resulting file in response content
150
151
  [**get_pdf_in_storage_to_html**](PdfApi.md#get_pdf_in_storage_to_html) | **GET** /pdf/\{name}/convert/html | Converts PDF document (located on storage) to Html format and returns resulting file in response content
151
- [**get_pdf_in_storage_to_la_te_x**](PdfApi.md#get_pdf_in_storage_to_la_te_x) | **GET** /pdf/\{name}/convert/latex | Converts PDF document (located on storage) to LaTeX format and returns resulting file in response content
152
+ [**get_pdf_in_storage_to_la_te_x**](PdfApi.md#get_pdf_in_storage_to_la_te_x) | **GET** /pdf/\{name}/convert/latex | Converts PDF document (located on storage) to TeX format and returns resulting file in response content
152
153
  [**get_pdf_in_storage_to_mobi_xml**](PdfApi.md#get_pdf_in_storage_to_mobi_xml) | **GET** /pdf/\{name}/convert/mobixml | Converts PDF document (located on storage) to MOBIXML format and returns resulting file in response content
153
154
  [**get_pdf_in_storage_to_pdf_a**](PdfApi.md#get_pdf_in_storage_to_pdf_a) | **GET** /pdf/\{name}/convert/pdfa | Converts PDF document (located on storage) to PdfA format and returns resulting file in response content
154
155
  [**get_pdf_in_storage_to_pptx**](PdfApi.md#get_pdf_in_storage_to_pptx) | **GET** /pdf/\{name}/convert/pptx | Converts PDF document (located on storage) to PPTX format and returns resulting file in response content
155
156
  [**get_pdf_in_storage_to_svg**](PdfApi.md#get_pdf_in_storage_to_svg) | **GET** /pdf/\{name}/convert/svg | Converts PDF document (located on storage) to SVG format and returns resulting file in response content
157
+ [**get_pdf_in_storage_to_te_x**](PdfApi.md#get_pdf_in_storage_to_te_x) | **GET** /pdf/\{name}/convert/tex | Converts PDF document (located on storage) to TeX format and returns resulting file in response content
156
158
  [**get_pdf_in_storage_to_tiff**](PdfApi.md#get_pdf_in_storage_to_tiff) | **GET** /pdf/\{name}/convert/tiff | Converts PDF document (located on storage) to TIFF format and returns resulting file in response content
157
159
  [**get_pdf_in_storage_to_xls**](PdfApi.md#get_pdf_in_storage_to_xls) | **GET** /pdf/\{name}/convert/xls | Converts PDF document (located on storage) to XLS format and returns resulting file in response content
158
160
  [**get_pdf_in_storage_to_xlsx**](PdfApi.md#get_pdf_in_storage_to_xlsx) | **GET** /pdf/\{name}/convert/xlsx | Converts PDF document (located on storage) to XLSX format and returns resulting file in response content
@@ -176,6 +178,7 @@ Method | HTTP request | Description
176
178
  [**get_strike_out_annotation**](PdfApi.md#get_strike_out_annotation) | **GET** /pdf/\{name}/annotations/strikeout/\{annotationId} | Read document page StrikeOut annotation by ID.
177
179
  [**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.
178
180
  [**get_table**](PdfApi.md#get_table) | **GET** /pdf/\{name}/tables/\{tableId} | Read document page table by ID.
181
+ [**get_te_x_in_storage_to_pdf**](PdfApi.md#get_te_x_in_storage_to_pdf) | **GET** /pdf/create/tex | Convert TeX file (located on storage) to PDF format and return resulting file in response.
179
182
  [**get_text**](PdfApi.md#get_text) | **GET** /pdf/\{name}/text | Read document text.
180
183
  [**get_text_annotation**](PdfApi.md#get_text_annotation) | **GET** /pdf/\{name}/annotations/text/\{annotationId} | Read document page text annotation by ID.
181
184
  [**get_text_box_field**](PdfApi.md#get_text_box_field) | **GET** /pdf/\{name}/fields/textbox/\{fieldName} | Read document text box field by name.
@@ -243,6 +246,7 @@ Method | HTTP request | Description
243
246
  [**post_radio_button_fields**](PdfApi.md#post_radio_button_fields) | **POST** /pdf/\{name}/fields/radiobutton | Add document RadioButton fields.
244
247
  [**post_sign_document**](PdfApi.md#post_sign_document) | **POST** /pdf/\{name}/sign | Sign document.
245
248
  [**post_sign_page**](PdfApi.md#post_sign_page) | **POST** /pdf/\{name}/pages/\{pageNumber}/sign | Sign page.
249
+ [**post_signature_field**](PdfApi.md#post_signature_field) | **POST** /pdf/\{name}/fields/signature | Add document signature field.
246
250
  [**post_split_document**](PdfApi.md#post_split_document) | **POST** /pdf/\{name}/split | Split document to parts.
247
251
  [**post_text_box_fields**](PdfApi.md#post_text_box_fields) | **POST** /pdf/\{name}/fields/textbox | Add document text box fields.
248
252
  [**put_add_new_page**](PdfApi.md#put_add_new_page) | **PUT** /pdf/\{name}/pages | Add new page to end of the document.
@@ -281,7 +285,7 @@ Method | HTTP request | Description
281
285
  [**put_import_fields_from_xfdf_in_storage**](PdfApi.md#put_import_fields_from_xfdf_in_storage) | **PUT** /pdf/\{name}/import/xfdf | Update fields from XFDF file in storage.
282
286
  [**put_import_fields_from_xml_in_storage**](PdfApi.md#put_import_fields_from_xml_in_storage) | **PUT** /pdf/\{name}/import/xml | Update fields from XML file in storage.
283
287
  [**put_ink_annotation**](PdfApi.md#put_ink_annotation) | **PUT** /pdf/\{name}/annotations/ink/\{annotationId} | Replace document ink annotation
284
- [**put_la_te_x_in_storage_to_pdf**](PdfApi.md#put_la_te_x_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/latex | Convert LaTeX file (located on storage) to PDF format and upload resulting file to storage.
288
+ [**put_la_te_x_in_storage_to_pdf**](PdfApi.md#put_la_te_x_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/latex | Convert TeX file (located on storage) to PDF format and upload resulting file to storage.
285
289
  [**put_line_annotation**](PdfApi.md#put_line_annotation) | **PUT** /pdf/\{name}/annotations/line/\{annotationId} | Replace document line annotation
286
290
  [**put_link_annotation**](PdfApi.md#put_link_annotation) | **PUT** /pdf/\{name}/links/\{linkId} | Replace document page link annotations
287
291
  [**put_list_box_field**](PdfApi.md#put_list_box_field) | **PUT** /pdf/\{name}/fields/listbox/\{fieldName} | Replace document listbox field
@@ -297,14 +301,16 @@ Method | HTTP request | Description
297
301
  [**put_page_convert_to_png**](PdfApi.md#put_page_convert_to_png) | **PUT** /pdf/\{name}/pages/\{pageNumber}/convert/png | Convert document page to png image and upload resulting file to storage.
298
302
  [**put_page_convert_to_tiff**](PdfApi.md#put_page_convert_to_tiff) | **PUT** /pdf/\{name}/pages/\{pageNumber}/convert/tiff | Convert document page to Tiff image and upload resulting file to storage.
299
303
  [**put_pcl_in_storage_to_pdf**](PdfApi.md#put_pcl_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/pcl | Convert PCL file (located on storage) to PDF format and upload resulting file to storage.
304
+ [**put_pdf_a_in_storage_to_pdf**](PdfApi.md#put_pdf_a_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/pdfa | Convert PDFA file (located on storage) to PDF format and upload resulting file to storage.
300
305
  [**put_pdf_in_request_to_doc**](PdfApi.md#put_pdf_in_request_to_doc) | **PUT** /pdf/convert/doc | Converts PDF document (in request content) to DOC format and uploads resulting file to storage.
301
306
  [**put_pdf_in_request_to_epub**](PdfApi.md#put_pdf_in_request_to_epub) | **PUT** /pdf/convert/epub | Converts PDF document (in request content) to EPUB format and uploads resulting file to storage.
302
307
  [**put_pdf_in_request_to_html**](PdfApi.md#put_pdf_in_request_to_html) | **PUT** /pdf/convert/html | Converts PDF document (in request content) to Html format and uploads resulting file to storage.
303
- [**put_pdf_in_request_to_la_te_x**](PdfApi.md#put_pdf_in_request_to_la_te_x) | **PUT** /pdf/convert/latex | Converts PDF document (in request content) to LaTeX format and uploads resulting file to storage.
308
+ [**put_pdf_in_request_to_la_te_x**](PdfApi.md#put_pdf_in_request_to_la_te_x) | **PUT** /pdf/convert/latex | Converts PDF document (in request content) to TeX format and uploads resulting file to storage.
304
309
  [**put_pdf_in_request_to_mobi_xml**](PdfApi.md#put_pdf_in_request_to_mobi_xml) | **PUT** /pdf/convert/mobixml | Converts PDF document (in request content) to MOBIXML format and uploads resulting file to storage.
305
310
  [**put_pdf_in_request_to_pdf_a**](PdfApi.md#put_pdf_in_request_to_pdf_a) | **PUT** /pdf/convert/pdfa | Converts PDF document (in request content) to PdfA format and uploads resulting file to storage.
306
311
  [**put_pdf_in_request_to_pptx**](PdfApi.md#put_pdf_in_request_to_pptx) | **PUT** /pdf/convert/pptx | Converts PDF document (in request content) to PPTX format and uploads resulting file to storage.
307
312
  [**put_pdf_in_request_to_svg**](PdfApi.md#put_pdf_in_request_to_svg) | **PUT** /pdf/convert/svg | Converts PDF document (in request content) to SVG format and uploads resulting file to storage.
313
+ [**put_pdf_in_request_to_te_x**](PdfApi.md#put_pdf_in_request_to_te_x) | **PUT** /pdf/convert/tex | Converts PDF document (in request content) to TeX format and uploads resulting file to storage.
308
314
  [**put_pdf_in_request_to_tiff**](PdfApi.md#put_pdf_in_request_to_tiff) | **PUT** /pdf/convert/tiff | Converts PDF document (in request content) to TIFF format and uploads resulting file to storage.
309
315
  [**put_pdf_in_request_to_xls**](PdfApi.md#put_pdf_in_request_to_xls) | **PUT** /pdf/convert/xls | Converts PDF document (in request content) to XLS format and uploads resulting file to storage.
310
316
  [**put_pdf_in_request_to_xlsx**](PdfApi.md#put_pdf_in_request_to_xlsx) | **PUT** /pdf/convert/xlsx | Converts PDF document (in request content) to XLSX format and uploads resulting file to storage.
@@ -313,11 +319,12 @@ Method | HTTP request | Description
313
319
  [**put_pdf_in_storage_to_doc**](PdfApi.md#put_pdf_in_storage_to_doc) | **PUT** /pdf/\{name}/convert/doc | Converts PDF document (located on storage) to DOC format and uploads resulting file to storage
314
320
  [**put_pdf_in_storage_to_epub**](PdfApi.md#put_pdf_in_storage_to_epub) | **PUT** /pdf/\{name}/convert/epub | Converts PDF document (located on storage) to EPUB format and uploads resulting file to storage
315
321
  [**put_pdf_in_storage_to_html**](PdfApi.md#put_pdf_in_storage_to_html) | **PUT** /pdf/\{name}/convert/html | Converts PDF document (located on storage) to Html format and uploads resulting file to storage
316
- [**put_pdf_in_storage_to_la_te_x**](PdfApi.md#put_pdf_in_storage_to_la_te_x) | **PUT** /pdf/\{name}/convert/latex | Converts PDF document (located on storage) to LaTeX format and uploads resulting file to storage
322
+ [**put_pdf_in_storage_to_la_te_x**](PdfApi.md#put_pdf_in_storage_to_la_te_x) | **PUT** /pdf/\{name}/convert/latex | Converts PDF document (located on storage) to TeX format and uploads resulting file to storage
317
323
  [**put_pdf_in_storage_to_mobi_xml**](PdfApi.md#put_pdf_in_storage_to_mobi_xml) | **PUT** /pdf/\{name}/convert/mobixml | Converts PDF document (located on storage) to MOBIXML format and uploads resulting file to storage
318
324
  [**put_pdf_in_storage_to_pdf_a**](PdfApi.md#put_pdf_in_storage_to_pdf_a) | **PUT** /pdf/\{name}/convert/pdfa | Converts PDF document (located on storage) to PdfA format and uploads resulting file to storage
319
325
  [**put_pdf_in_storage_to_pptx**](PdfApi.md#put_pdf_in_storage_to_pptx) | **PUT** /pdf/\{name}/convert/pptx | Converts PDF document (located on storage) to PPTX format and uploads resulting file to storage
320
326
  [**put_pdf_in_storage_to_svg**](PdfApi.md#put_pdf_in_storage_to_svg) | **PUT** /pdf/\{name}/convert/svg | Converts PDF document (located on storage) to SVG format and uploads resulting file to storage
327
+ [**put_pdf_in_storage_to_te_x**](PdfApi.md#put_pdf_in_storage_to_te_x) | **PUT** /pdf/\{name}/convert/tex | Converts PDF document (located on storage) to TeX format and uploads resulting file to storage
321
328
  [**put_pdf_in_storage_to_tiff**](PdfApi.md#put_pdf_in_storage_to_tiff) | **PUT** /pdf/\{name}/convert/tiff | Converts PDF document (located on storage) to TIFF format and uploads resulting file to storage
322
329
  [**put_pdf_in_storage_to_xls**](PdfApi.md#put_pdf_in_storage_to_xls) | **PUT** /pdf/\{name}/convert/xls | Converts PDF document (located on storage) to XLS format and uploads resulting file to storage
323
330
  [**put_pdf_in_storage_to_xlsx**](PdfApi.md#put_pdf_in_storage_to_xlsx) | **PUT** /pdf/\{name}/convert/xlsx | Converts PDF document (located on storage) to XLSX format and uploads resulting file to storage
@@ -335,6 +342,7 @@ Method | HTTP request | Description
335
342
  [**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
336
343
  [**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.
337
344
  [**put_set_property**](PdfApi.md#put_set_property) | **PUT** /pdf/\{name}/documentproperties/\{propertyName} | Add/update document property.
345
+ [**put_signature_field**](PdfApi.md#put_signature_field) | **PUT** /pdf/\{name}/fields/signature/\{fieldName} | Replace document signature field.
338
346
  [**put_sound_annotation**](PdfApi.md#put_sound_annotation) | **PUT** /pdf/\{name}/annotations/sound/\{annotationId} | Replace document sound annotation
339
347
  [**put_sound_annotation_data_extract**](PdfApi.md#put_sound_annotation_data_extract) | **PUT** /pdf/\{name}/annotations/sound/\{annotationId}/data/extract | Extract document sound annotation content to storage
340
348
  [**put_square_annotation**](PdfApi.md#put_square_annotation) | **PUT** /pdf/\{name}/annotations/square/\{annotationId} | Replace document square annotation
@@ -344,6 +352,7 @@ Method | HTTP request | Description
344
352
  [**put_strike_out_annotation**](PdfApi.md#put_strike_out_annotation) | **PUT** /pdf/\{name}/annotations/strikeout/\{annotationId} | Replace document StrikeOut annotation
345
353
  [**put_svg_in_storage_to_pdf**](PdfApi.md#put_svg_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/svg | Convert SVG file (located on storage) to PDF format and upload resulting file to storage.
346
354
  [**put_table**](PdfApi.md#put_table) | **PUT** /pdf/\{name}/tables/\{tableId} | Replace document page table.
355
+ [**put_te_x_in_storage_to_pdf**](PdfApi.md#put_te_x_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/tex | Convert TeX file (located on storage) to PDF format and upload resulting file to storage.
347
356
  [**put_text_annotation**](PdfApi.md#put_text_annotation) | **PUT** /pdf/\{name}/annotations/text/\{annotationId} | Replace document text annotation
348
357
  [**put_text_box_field**](PdfApi.md#put_text_box_field) | **PUT** /pdf/\{name}/fields/textbox/\{fieldName} | Replace document text box field
349
358
  [**put_underline_annotation**](PdfApi.md#put_underline_annotation) | **PUT** /pdf/\{name}/annotations/underline/\{annotationId} | Replace document underline annotation
@@ -2644,7 +2653,7 @@ Name | Type | Description | Notes
2644
2653
  # **get_la_te_x_in_storage_to_pdf**
2645
2654
  > File get_la_te_x_in_storage_to_pdf(src_path, opts)
2646
2655
 
2647
- Convert LaTeX file (located on storage) to PDF format and return resulting file in response.
2656
+ Convert TeX file (located on storage) to PDF format and return resulting file in response.
2648
2657
 
2649
2658
  ### Parameters
2650
2659
 
@@ -3852,6 +3861,30 @@ Name | Type | Description | Notes
3852
3861
 
3853
3862
 
3854
3863
 
3864
+ # **get_pdf_a_in_storage_to_pdf**
3865
+ > File get_pdf_a_in_storage_to_pdf(src_path, opts)
3866
+
3867
+ Convert PDFA file (located on storage) to PDF format and return resulting file in response.
3868
+
3869
+ ### Parameters
3870
+
3871
+ Name | Type | Description | Notes
3872
+ ------------- | ------------- | ------------- | -------------
3873
+ **src_path** | **String**| Full source filename (ex. /folder1/folder2/template.pdf) |
3874
+ **dont_optimize** | **BOOLEAN**| If set, document resources will not be optimized. | [optional]
3875
+ **storage** | **String**| The document storage. | [optional]
3876
+
3877
+ ### Return type
3878
+
3879
+ **File**
3880
+
3881
+ ### HTTP request headers
3882
+
3883
+ - **Content-Type**: application/json
3884
+ - **Accept**: multipart/form-data
3885
+
3886
+
3887
+
3855
3888
  # **get_pdf_in_storage_to_doc**
3856
3889
  > File get_pdf_in_storage_to_doc(name, opts)
3857
3890
 
@@ -3965,14 +3998,13 @@ Name | Type | Description | Notes
3965
3998
  # **get_pdf_in_storage_to_la_te_x**
3966
3999
  > File get_pdf_in_storage_to_la_te_x(name, opts)
3967
4000
 
3968
- Converts PDF document (located on storage) to LaTeX format and returns resulting file in response content
4001
+ Converts PDF document (located on storage) to TeX format and returns resulting file in response content
3969
4002
 
3970
4003
  ### Parameters
3971
4004
 
3972
4005
  Name | Type | Description | Notes
3973
4006
  ------------- | ------------- | ------------- | -------------
3974
4007
  **name** | **String**| The document name. |
3975
- **pages_count** | **Integer**| Pages count. | [optional]
3976
4008
  **folder** | **String**| The document folder. | [optional]
3977
4009
  **storage** | **String**| The document storage. | [optional]
3978
4010
 
@@ -4087,6 +4119,30 @@ Name | Type | Description | Notes
4087
4119
 
4088
4120
 
4089
4121
 
4122
+ # **get_pdf_in_storage_to_te_x**
4123
+ > File get_pdf_in_storage_to_te_x(name, opts)
4124
+
4125
+ Converts PDF document (located on storage) to TeX format and returns resulting file in response content
4126
+
4127
+ ### Parameters
4128
+
4129
+ Name | Type | Description | Notes
4130
+ ------------- | ------------- | ------------- | -------------
4131
+ **name** | **String**| The document name. |
4132
+ **folder** | **String**| The document folder. | [optional]
4133
+ **storage** | **String**| The document storage. | [optional]
4134
+
4135
+ ### Return type
4136
+
4137
+ **File**
4138
+
4139
+ ### HTTP request headers
4140
+
4141
+ - **Content-Type**: application/json
4142
+ - **Accept**: multipart/form-data
4143
+
4144
+
4145
+
4090
4146
  # **get_pdf_in_storage_to_tiff**
4091
4147
  > File get_pdf_in_storage_to_tiff(name, opts)
4092
4148
 
@@ -4684,6 +4740,29 @@ Name | Type | Description | Notes
4684
4740
 
4685
4741
 
4686
4742
 
4743
+ # **get_te_x_in_storage_to_pdf**
4744
+ > File get_te_x_in_storage_to_pdf(src_path, opts)
4745
+
4746
+ Convert TeX file (located on storage) to PDF format and return resulting file in response.
4747
+
4748
+ ### Parameters
4749
+
4750
+ Name | Type | Description | Notes
4751
+ ------------- | ------------- | ------------- | -------------
4752
+ **src_path** | **String**| Full source filename (ex. /folder1/folder2/template.tex) |
4753
+ **storage** | **String**| The document storage. | [optional]
4754
+
4755
+ ### Return type
4756
+
4757
+ **File**
4758
+
4759
+ ### HTTP request headers
4760
+
4761
+ - **Content-Type**: application/json
4762
+ - **Accept**: multipart/form-data
4763
+
4764
+
4765
+
4687
4766
  # **get_text**
4688
4767
  > TextRectsResponse get_text(name, llx, lly, urx, ury, opts)
4689
4768
 
@@ -5075,7 +5154,7 @@ Add document bookmarks.
5075
5154
  Name | Type | Description | Notes
5076
5155
  ------------- | ------------- | ------------- | -------------
5077
5156
  **name** | **String**| The document name. |
5078
- **bookmark_path** | **String**| The bookmark path. |
5157
+ **bookmark_path** | **String**| The parent bookmark path. Specify an empty string when adding a bookmark to the root. |
5079
5158
  **bookmarks** | [**Array<Bookmark>**](Bookmark.md)| The array of bookmark. |
5080
5159
  **folder** | **String**| The document folder. | [optional]
5081
5160
  **storage** | **String**| The document storage. | [optional]
@@ -6421,6 +6500,31 @@ Name | Type | Description | Notes
6421
6500
 
6422
6501
 
6423
6502
 
6503
+ # **post_signature_field**
6504
+ > AsposeResponse post_signature_field(name, field, opts)
6505
+
6506
+ Add document signature field.
6507
+
6508
+ ### Parameters
6509
+
6510
+ Name | Type | Description | Notes
6511
+ ------------- | ------------- | ------------- | -------------
6512
+ **name** | **String**| The document name. |
6513
+ **field** | [**SignatureField**](SignatureField.md)| The field. |
6514
+ **storage** | **String**| The document storage. | [optional]
6515
+ **folder** | **String**| The document folder. | [optional]
6516
+
6517
+ ### Return type
6518
+
6519
+ [**AsposeResponse**](AsposeResponse.md)
6520
+
6521
+ ### HTTP request headers
6522
+
6523
+ - **Content-Type**: application/json
6524
+ - **Accept**: application/json
6525
+
6526
+
6527
+
6424
6528
  # **post_split_document**
6425
6529
  > SplitResultResponse post_split_document(name, opts)
6426
6530
 
@@ -7424,7 +7528,7 @@ Name | Type | Description | Notes
7424
7528
  # **put_la_te_x_in_storage_to_pdf**
7425
7529
  > AsposeResponse put_la_te_x_in_storage_to_pdf(name, src_path, opts)
7426
7530
 
7427
- Convert LaTeX file (located on storage) to PDF format and upload resulting file to storage.
7531
+ Convert TeX file (located on storage) to PDF format and upload resulting file to storage.
7428
7532
 
7429
7533
  ### Parameters
7430
7534
 
@@ -7844,6 +7948,32 @@ Name | Type | Description | Notes
7844
7948
 
7845
7949
 
7846
7950
 
7951
+ # **put_pdf_a_in_storage_to_pdf**
7952
+ > AsposeResponse put_pdf_a_in_storage_to_pdf(name, src_path, opts)
7953
+
7954
+ Convert PDFA file (located on storage) to PDF format and upload resulting file to storage.
7955
+
7956
+ ### Parameters
7957
+
7958
+ Name | Type | Description | Notes
7959
+ ------------- | ------------- | ------------- | -------------
7960
+ **name** | **String**| The document name. |
7961
+ **src_path** | **String**| Full source filename (ex. /folder1/folder2/template.pdf) |
7962
+ **dst_folder** | **String**| The destination document folder. | [optional]
7963
+ **dont_optimize** | **BOOLEAN**| If set, document resources will not be optimized. | [optional]
7964
+ **storage** | **String**| The document storage. | [optional]
7965
+
7966
+ ### Return type
7967
+
7968
+ [**AsposeResponse**](AsposeResponse.md)
7969
+
7970
+ ### HTTP request headers
7971
+
7972
+ - **Content-Type**: application/json
7973
+ - **Accept**: application/json
7974
+
7975
+
7976
+
7847
7977
  # **put_pdf_in_request_to_doc**
7848
7978
  > AsposeResponse put_pdf_in_request_to_doc(out_path, opts)
7849
7979
 
@@ -7941,6 +8071,7 @@ Name | Type | Description | Notes
7941
8071
  **try_save_text_underlining_and_strikeouting_in_css** | **BOOLEAN**| PDF itself does not contain underlining markers for texts. It emulated with line situated under text. This option allows converter try guess that this or that line is a text's underlining and put this info into CSS instead of drawing of underlining graphically. | [optional]
7942
8072
  **storage** | **String**| The document storage. | [optional]
7943
8073
  **flow_layout_paragraph_full_width** | **BOOLEAN**| This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. | [optional]
8074
+ **output_format** | **String**| This parameter determines the type of result. The zip archive will be uploaded into the storage if the parameter is "Zip" or missed (default). In case of the "Folder", all resulting files and directories will be uploaded to the folder of the resulting HTML file. | [optional] [default to Zip]
7944
8075
  **file** | **File**| A file to be converted. | [optional]
7945
8076
 
7946
8077
  ### Return type
@@ -7957,14 +8088,13 @@ Name | Type | Description | Notes
7957
8088
  # **put_pdf_in_request_to_la_te_x**
7958
8089
  > AsposeResponse put_pdf_in_request_to_la_te_x(out_path, opts)
7959
8090
 
7960
- Converts PDF document (in request content) to LaTeX format and uploads resulting file to storage.
8091
+ Converts PDF document (in request content) to TeX format and uploads resulting file to storage.
7961
8092
 
7962
8093
  ### Parameters
7963
8094
 
7964
8095
  Name | Type | Description | Notes
7965
8096
  ------------- | ------------- | ------------- | -------------
7966
8097
  **out_path** | **String**| Full resulting filename (ex. /folder1/folder2/result.tex) |
7967
- **pages_count** | **Integer**| Pages count. | [optional]
7968
8098
  **storage** | **String**| The document storage. | [optional]
7969
8099
  **file** | **File**| A file to be converted. | [optional]
7970
8100
 
@@ -8078,6 +8208,30 @@ Name | Type | Description | Notes
8078
8208
 
8079
8209
 
8080
8210
 
8211
+ # **put_pdf_in_request_to_te_x**
8212
+ > AsposeResponse put_pdf_in_request_to_te_x(out_path, opts)
8213
+
8214
+ Converts PDF document (in request content) to TeX format and uploads resulting file to storage.
8215
+
8216
+ ### Parameters
8217
+
8218
+ Name | Type | Description | Notes
8219
+ ------------- | ------------- | ------------- | -------------
8220
+ **out_path** | **String**| Full resulting filename (ex. /folder1/folder2/result.tex) |
8221
+ **storage** | **String**| The document storage. | [optional]
8222
+ **file** | **File**| A file to be converted. | [optional]
8223
+
8224
+ ### Return type
8225
+
8226
+ [**AsposeResponse**](AsposeResponse.md)
8227
+
8228
+ ### HTTP request headers
8229
+
8230
+ - **Content-Type**: multipart/form-data
8231
+ - **Accept**: application/json
8232
+
8233
+
8234
+
8081
8235
  # **put_pdf_in_request_to_tiff**
8082
8236
  > AsposeResponse put_pdf_in_request_to_tiff(out_path, opts)
8083
8237
 
@@ -8322,6 +8476,7 @@ Name | Type | Description | Notes
8322
8476
  **folder** | **String**| The document folder. | [optional]
8323
8477
  **storage** | **String**| The document storage. | [optional]
8324
8478
  **flow_layout_paragraph_full_width** | **BOOLEAN**| This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. | [optional]
8479
+ **output_format** | **String**| This parameter determines the type of result. The zip archive will be uploaded into the storage if the parameter is "Zip" or missed (default). In case of the "Folder", all resulting files and directories will be uploaded to the folder of the resulting HTML file. | [optional] [default to Zip]
8325
8480
 
8326
8481
  ### Return type
8327
8482
 
@@ -8337,7 +8492,7 @@ Name | Type | Description | Notes
8337
8492
  # **put_pdf_in_storage_to_la_te_x**
8338
8493
  > AsposeResponse put_pdf_in_storage_to_la_te_x(name, out_path, opts)
8339
8494
 
8340
- Converts PDF document (located on storage) to LaTeX format and uploads resulting file to storage
8495
+ Converts PDF document (located on storage) to TeX format and uploads resulting file to storage
8341
8496
 
8342
8497
  ### Parameters
8343
8498
 
@@ -8345,7 +8500,6 @@ Name | Type | Description | Notes
8345
8500
  ------------- | ------------- | ------------- | -------------
8346
8501
  **name** | **String**| The document name. |
8347
8502
  **out_path** | **String**| Full resulting filename (ex. /folder1/folder2/result.tex) |
8348
- **pages_count** | **Integer**| Pages count. | [optional]
8349
8503
  **folder** | **String**| The document folder. | [optional]
8350
8504
  **storage** | **String**| The document storage. | [optional]
8351
8505
 
@@ -8463,6 +8617,31 @@ Name | Type | Description | Notes
8463
8617
 
8464
8618
 
8465
8619
 
8620
+ # **put_pdf_in_storage_to_te_x**
8621
+ > AsposeResponse put_pdf_in_storage_to_te_x(name, out_path, opts)
8622
+
8623
+ Converts PDF document (located on storage) to TeX format and uploads resulting file to storage
8624
+
8625
+ ### Parameters
8626
+
8627
+ Name | Type | Description | Notes
8628
+ ------------- | ------------- | ------------- | -------------
8629
+ **name** | **String**| The document name. |
8630
+ **out_path** | **String**| Full resulting filename (ex. /folder1/folder2/result.tex) |
8631
+ **folder** | **String**| The document folder. | [optional]
8632
+ **storage** | **String**| The document storage. | [optional]
8633
+
8634
+ ### Return type
8635
+
8636
+ [**AsposeResponse**](AsposeResponse.md)
8637
+
8638
+ ### HTTP request headers
8639
+
8640
+ - **Content-Type**: application/json
8641
+ - **Accept**: application/json
8642
+
8643
+
8644
+
8466
8645
  # **put_pdf_in_storage_to_tiff**
8467
8646
  > AsposeResponse put_pdf_in_storage_to_tiff(name, out_path, opts)
8468
8647
 
@@ -8921,6 +9100,32 @@ Name | Type | Description | Notes
8921
9100
 
8922
9101
 
8923
9102
 
9103
+ # **put_signature_field**
9104
+ > SignatureFieldResponse put_signature_field(name, field_name, field, opts)
9105
+
9106
+ Replace document signature field.
9107
+
9108
+ ### Parameters
9109
+
9110
+ Name | Type | Description | Notes
9111
+ ------------- | ------------- | ------------- | -------------
9112
+ **name** | **String**| The document name. |
9113
+ **field_name** | **String**| The field name. |
9114
+ **field** | [**SignatureField**](SignatureField.md)| The field. |
9115
+ **storage** | **String**| The document storage. | [optional]
9116
+ **folder** | **String**| The document folder. | [optional]
9117
+
9118
+ ### Return type
9119
+
9120
+ [**SignatureFieldResponse**](SignatureFieldResponse.md)
9121
+
9122
+ ### HTTP request headers
9123
+
9124
+ - **Content-Type**: application/json
9125
+ - **Accept**: application/json
9126
+
9127
+
9128
+
8924
9129
  # **put_sound_annotation**
8925
9130
  > SoundAnnotationResponse put_sound_annotation(name, annotation_id, annotation, opts)
8926
9131
 
@@ -9162,6 +9367,31 @@ Name | Type | Description | Notes
9162
9367
 
9163
9368
 
9164
9369
 
9370
+ # **put_te_x_in_storage_to_pdf**
9371
+ > AsposeResponse put_te_x_in_storage_to_pdf(name, src_path, opts)
9372
+
9373
+ Convert TeX file (located on storage) to PDF format and upload resulting file to storage.
9374
+
9375
+ ### Parameters
9376
+
9377
+ Name | Type | Description | Notes
9378
+ ------------- | ------------- | ------------- | -------------
9379
+ **name** | **String**| The document name. |
9380
+ **src_path** | **String**| Full source filename (ex. /folder1/folder2/template.tex) |
9381
+ **dst_folder** | **String**| The destination document folder. | [optional]
9382
+ **storage** | **String**| The document storage. | [optional]
9383
+
9384
+ ### Return type
9385
+
9386
+ [**AsposeResponse**](AsposeResponse.md)
9387
+
9388
+ ### HTTP request headers
9389
+
9390
+ - **Content-Type**: application/json
9391
+ - **Accept**: application/json
9392
+
9393
+
9394
+
9165
9395
  # **put_text_annotation**
9166
9396
  > TextAnnotationResponse put_text_annotation(name, annotation_id, annotation, opts)
9167
9397