aspose_pdf_cloud 20.4.0 → 20.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +23 -13
  3. data/docs/ApiInfo.md +10 -0
  4. data/docs/CheckBoxField.md +1 -0
  5. data/docs/ChoiceField.md +1 -0
  6. data/docs/ComboBoxField.md +1 -0
  7. data/docs/FormField.md +1 -0
  8. data/docs/ImageCompressionVersion.md +12 -0
  9. data/docs/ImageEncoding.md +13 -0
  10. data/docs/ListBoxField.md +1 -0
  11. data/docs/OptimizeOptions.md +13 -7
  12. data/docs/OutputFormat.md +11 -0
  13. data/docs/Paragraph.md +2 -2
  14. data/docs/PdfAType.md +3 -2
  15. data/docs/PdfApi.md +172 -22
  16. data/docs/RadioButtonField.md +1 -0
  17. data/docs/RadioButtonOptionField.md +1 -0
  18. data/docs/RedactionAnnotation.md +1 -1
  19. data/docs/SignatureCustomAppearance.md +1 -1
  20. data/docs/SignatureField.md +1 -0
  21. data/docs/TextBoxField.md +1 -0
  22. data/docs/TextState.md +2 -1
  23. data/docs/TextStyle.md +1 -0
  24. data/lib/aspose_pdf_cloud.rb +4 -0
  25. data/lib/aspose_pdf_cloud/api/pdf_api.rb +484 -32
  26. data/lib/aspose_pdf_cloud/api_client.rb +1 -1
  27. data/lib/aspose_pdf_cloud/models/api_info.rb +209 -0
  28. data/lib/aspose_pdf_cloud/models/check_box_field.rb +11 -1
  29. data/lib/aspose_pdf_cloud/models/choice_field.rb +11 -1
  30. data/lib/aspose_pdf_cloud/models/combo_box_field.rb +11 -1
  31. data/lib/aspose_pdf_cloud/models/form_field.rb +11 -1
  32. data/lib/aspose_pdf_cloud/models/image_compression_version.rb +45 -0
  33. data/lib/aspose_pdf_cloud/models/image_encoding.rb +46 -0
  34. data/lib/aspose_pdf_cloud/models/list_box_field.rb +11 -1
  35. data/lib/aspose_pdf_cloud/models/optimize_options.rb +60 -35
  36. data/lib/aspose_pdf_cloud/models/output_format.rb +44 -0
  37. data/lib/aspose_pdf_cloud/models/paragraph.rb +2 -2
  38. data/lib/aspose_pdf_cloud/models/pdf_a_type.rb +1 -0
  39. data/lib/aspose_pdf_cloud/models/radio_button_field.rb +11 -1
  40. data/lib/aspose_pdf_cloud/models/radio_button_option_field.rb +11 -1
  41. data/lib/aspose_pdf_cloud/models/redaction_annotation.rb +1 -1
  42. data/lib/aspose_pdf_cloud/models/signature_custom_appearance.rb +1 -1
  43. data/lib/aspose_pdf_cloud/models/signature_field.rb +11 -1
  44. data/lib/aspose_pdf_cloud/models/text_box_field.rb +11 -1
  45. data/lib/aspose_pdf_cloud/models/text_state.rb +15 -5
  46. data/lib/aspose_pdf_cloud/models/text_style.rb +14 -4
  47. data/lib/aspose_pdf_cloud/version.rb +1 -1
  48. data/test/pdf_tests.rb +25 -22
  49. data/test_data/Righteous-Regular.ttf +0 -0
  50. metadata +11 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1f4f395755c2160d5c2fde37eb255960fece4c95c0b9a4b4c4a83ec399fe1943
4
- data.tar.gz: 40157c56345e6071e05d5eb23411aa3ceb058d41eaa61170e321070ebf794843
3
+ metadata.gz: 0aa51ef0822d019914bf9003d244c8e4cea437fa7f484ca00e537a668c09168f
4
+ data.tar.gz: 9b6353159c291be9eb9ee117c9dfed64896cc4ecc03f57c8791e8d345fdf25ec
5
5
  SHA512:
6
- metadata.gz: c470535c09dc1070d2786dd6e118e84ec2e4b48d14ce04bf24912d400b599816ff9ae39ca4dc23fc9d61014116965191934b0e06c113ac373b2e2da92c5c3adc
7
- data.tar.gz: 9ec85aaad2b5b33d29bb21aa7d6aaae554d04982c65a6ae75e1e3434db2f8b59c67cbe86aa88e5e813a2832424682f4ae9fc03cf68266da30db4e69439c8258e
6
+ metadata.gz: b17f40ec2aff700d2e21e59a771f6ad453bfa838d0816c92c2a6746ea66aeee0c5f9a5e15c2ede7f9f0071986cd59401344ef90b48c4b86c57b90a97957e0c79
7
+ data.tar.gz: aa8e122e3c8eface89b806a5ba899f5a51cbe895007f8a60b0b1c9bdfb9ae4884781640dcfbdaaf02b2644a922ea91f73e6bd40975619743eb8a063508712f0b
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Aspose.PDF Cloud
2
2
 
3
3
  - API version: 3.0
4
- - Package version: 20.4.0
4
+ - Package version: 20.9.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
 
@@ -24,15 +24,15 @@ gem build aspose_pdf_cloud.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./aspose_pdf_cloud-20.4.0.gem
27
+ gem install ./aspose_pdf_cloud-20.9.0.gem
28
28
  ```
29
- (for development, run `gem install --dev ./aspose_pdf_cloud-20.4.0.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./aspose_pdf_cloud-20.9.0.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'aspose_pdf_cloud', '~> 20.4.0'
35
+ gem 'aspose_pdf_cloud', '~> 20.9.0'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -116,6 +116,7 @@ Class | Method | HTTP request | Description
116
116
  *AsposePdfCloud::PdfApi* | [**delete_stamp**](docs/PdfApi.md#delete_stamp) | **DELETE** /pdf/\{name}/stamps/\{stampId} | Delete document stamp by ID
117
117
  *AsposePdfCloud::PdfApi* | [**delete_table**](docs/PdfApi.md#delete_table) | **DELETE** /pdf/\{name}/tables/\{tableId} | Delete document table by ID
118
118
  *AsposePdfCloud::PdfApi* | [**download_file**](docs/PdfApi.md#download_file) | **GET** /pdf/storage/file/\{path} | Download file
119
+ *AsposePdfCloud::PdfApi* | [**get_api_info**](docs/PdfApi.md#get_api_info) | **GET** /pdf/info |
119
120
  *AsposePdfCloud::PdfApi* | [**get_bookmark**](docs/PdfApi.md#get_bookmark) | **GET** /pdf/\{name}/bookmarks/bookmark/\{bookmarkPath} | Read document bookmark.
120
121
  *AsposePdfCloud::PdfApi* | [**get_bookmarks**](docs/PdfApi.md#get_bookmarks) | **GET** /pdf/\{name}/bookmarks/list/\{bookmarkPath} | Read document bookmarks node list.
121
122
  *AsposePdfCloud::PdfApi* | [**get_caret_annotation**](docs/PdfApi.md#get_caret_annotation) | **GET** /pdf/\{name}/annotations/caret/\{annotationId} | Read document page caret annotation by ID.
@@ -124,7 +125,7 @@ Class | Method | HTTP request | Description
124
125
  *AsposePdfCloud::PdfApi* | [**get_combo_box_field**](docs/PdfApi.md#get_combo_box_field) | **GET** /pdf/\{name}/fields/combobox/\{fieldName} | Read document combobox field by name.
125
126
  *AsposePdfCloud::PdfApi* | [**get_disc_usage**](docs/PdfApi.md#get_disc_usage) | **GET** /pdf/storage/disc | Get disc usage
126
127
  *AsposePdfCloud::PdfApi* | [**get_document**](docs/PdfApi.md#get_document) | **GET** /pdf/\{name} | Read common document info.
127
- *AsposePdfCloud::PdfApi* | [**get_document_annotations**](docs/PdfApi.md#get_document_annotations) | **GET** /pdf/\{name}/annotations | Read documant page annotations. Returns only FreeTextAnnotations, TextAnnotations, other annotations will implemented next releases.
128
+ *AsposePdfCloud::PdfApi* | [**get_document_annotations**](docs/PdfApi.md#get_document_annotations) | **GET** /pdf/\{name}/annotations | Read document page annotations. Returns only FreeTextAnnotations, TextAnnotations, other annotations will implemented next releases.
128
129
  *AsposePdfCloud::PdfApi* | [**get_document_attachment_by_index**](docs/PdfApi.md#get_document_attachment_by_index) | **GET** /pdf/\{name}/attachments/\{attachmentIndex} | Read document attachment info by its index.
129
130
  *AsposePdfCloud::PdfApi* | [**get_document_attachments**](docs/PdfApi.md#get_document_attachments) | **GET** /pdf/\{name}/attachments | Read document attachments info.
130
131
  *AsposePdfCloud::PdfApi* | [**get_document_bookmarks**](docs/PdfApi.md#get_document_bookmarks) | **GET** /pdf/\{name}/bookmarks/tree | Read document bookmarks tree.
@@ -184,7 +185,7 @@ Class | Method | HTTP request | Description
184
185
  *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.
185
186
  *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.
186
187
  *AsposePdfCloud::PdfApi* | [**get_ink_annotation**](docs/PdfApi.md#get_ink_annotation) | **GET** /pdf/\{name}/annotations/ink/\{annotationId} | Read document page ink annotation by ID.
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 LaTeX file (located on storage) to PDF format and return resulting file in response.
188
+ *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.
188
189
  *AsposePdfCloud::PdfApi* | [**get_line_annotation**](docs/PdfApi.md#get_line_annotation) | **GET** /pdf/\{name}/annotations/line/\{annotationId} | Read document page line annotation by ID.
189
190
  *AsposePdfCloud::PdfApi* | [**get_link_annotation**](docs/PdfApi.md#get_link_annotation) | **GET** /pdf/\{name}/links/\{linkId} | Read document link annotation by ID.
190
191
  *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.
@@ -236,11 +237,12 @@ Class | Method | HTTP request | Description
236
237
  *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
237
238
  *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
238
239
  *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
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 LaTeX format and returns resulting file in response content
240
+ *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
240
241
  *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
241
242
  *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
242
243
  *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
243
244
  *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
245
+ *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
244
246
  *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
245
247
  *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
246
248
  *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
@@ -264,6 +266,7 @@ Class | Method | HTTP request | Description
264
266
  *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.
265
267
  *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.
266
268
  *AsposePdfCloud::PdfApi* | [**get_table**](docs/PdfApi.md#get_table) | **GET** /pdf/\{name}/tables/\{tableId} | Read document page table by ID.
269
+ *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.
267
270
  *AsposePdfCloud::PdfApi* | [**get_text**](docs/PdfApi.md#get_text) | **GET** /pdf/\{name}/text | Read document text.
268
271
  *AsposePdfCloud::PdfApi* | [**get_text_annotation**](docs/PdfApi.md#get_text_annotation) | **GET** /pdf/\{name}/annotations/text/\{annotationId} | Read document page text annotation by ID.
269
272
  *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.
@@ -271,7 +274,7 @@ Class | Method | HTTP request | Description
271
274
  *AsposePdfCloud::PdfApi* | [**get_verify_signature**](docs/PdfApi.md#get_verify_signature) | **GET** /pdf/\{name}/verifySignature | Verify signature document.
272
275
  *AsposePdfCloud::PdfApi* | [**get_web_in_storage_to_pdf**](docs/PdfApi.md#get_web_in_storage_to_pdf) | **GET** /pdf/create/web | Convert web page to PDF format and return resulting file in response.
273
276
  *AsposePdfCloud::PdfApi* | [**get_words_per_page**](docs/PdfApi.md#get_words_per_page) | **GET** /pdf/\{name}/pages/wordCount | Get number of words per document page.
274
- *AsposePdfCloud::PdfApi* | [**get_xfa_pdf_in_storage_to_acro_form**](docs/PdfApi.md#get_xfa_pdf_in_storage_to_acro_form) | **GET** /pdf/\{name}/convert/xfatoacroform | Converts PDF document which contatins XFA form (located on storage) to PDF with AcroForm and returns resulting file response content
277
+ *AsposePdfCloud::PdfApi* | [**get_xfa_pdf_in_storage_to_acro_form**](docs/PdfApi.md#get_xfa_pdf_in_storage_to_acro_form) | **GET** /pdf/\{name}/convert/xfatoacroform | Converts PDF document which contains XFA form (located on storage) to PDF with AcroForm and returns resulting file response content
275
278
  *AsposePdfCloud::PdfApi* | [**get_xml_in_storage_to_pdf**](docs/PdfApi.md#get_xml_in_storage_to_pdf) | **GET** /pdf/create/xml | Convert XML file (located on storage) to PDF format and return resulting file in response.
276
279
  *AsposePdfCloud::PdfApi* | [**get_xps_in_storage_to_pdf**](docs/PdfApi.md#get_xps_in_storage_to_pdf) | **GET** /pdf/create/xps | Convert XPS file (located on storage) to PDF format and return resulting file in response.
277
280
  *AsposePdfCloud::PdfApi* | [**get_xsl_fo_in_storage_to_pdf**](docs/PdfApi.md#get_xsl_fo_in_storage_to_pdf) | **GET** /pdf/create/xslfo | Convert XslFo file (located on storage) to PDF format and return resulting file in response.
@@ -370,7 +373,7 @@ Class | Method | HTTP request | Description
370
373
  *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.
371
374
  *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.
372
375
  *AsposePdfCloud::PdfApi* | [**put_ink_annotation**](docs/PdfApi.md#put_ink_annotation) | **PUT** /pdf/\{name}/annotations/ink/\{annotationId} | Replace document ink annotation
373
- *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.
376
+ *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.
374
377
  *AsposePdfCloud::PdfApi* | [**put_line_annotation**](docs/PdfApi.md#put_line_annotation) | **PUT** /pdf/\{name}/annotations/line/\{annotationId} | Replace document line annotation
375
378
  *AsposePdfCloud::PdfApi* | [**put_link_annotation**](docs/PdfApi.md#put_link_annotation) | **PUT** /pdf/\{name}/links/\{linkId} | Replace document page link annotations
376
379
  *AsposePdfCloud::PdfApi* | [**put_list_box_field**](docs/PdfApi.md#put_list_box_field) | **PUT** /pdf/\{name}/fields/listbox/\{fieldName} | Replace document listbox field
@@ -390,11 +393,12 @@ Class | Method | HTTP request | Description
390
393
  *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.
391
394
  *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.
392
395
  *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.
393
- *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.
396
+ *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.
394
397
  *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.
395
398
  *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.
396
399
  *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.
397
400
  *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.
401
+ *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.
398
402
  *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.
399
403
  *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.
400
404
  *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.
@@ -403,11 +407,12 @@ Class | Method | HTTP request | Description
403
407
  *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
404
408
  *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
405
409
  *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
406
- *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
410
+ *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
407
411
  *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
408
412
  *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
409
413
  *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
410
414
  *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
415
+ *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
411
416
  *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
412
417
  *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
413
418
  *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
@@ -435,14 +440,15 @@ Class | Method | HTTP request | Description
435
440
  *AsposePdfCloud::PdfApi* | [**put_strike_out_annotation**](docs/PdfApi.md#put_strike_out_annotation) | **PUT** /pdf/\{name}/annotations/strikeout/\{annotationId} | Replace document StrikeOut annotation
436
441
  *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.
437
442
  *AsposePdfCloud::PdfApi* | [**put_table**](docs/PdfApi.md#put_table) | **PUT** /pdf/\{name}/tables/\{tableId} | Replace document page table.
443
+ *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.
438
444
  *AsposePdfCloud::PdfApi* | [**put_text_annotation**](docs/PdfApi.md#put_text_annotation) | **PUT** /pdf/\{name}/annotations/text/\{annotationId} | Replace document text annotation
439
445
  *AsposePdfCloud::PdfApi* | [**put_text_box_field**](docs/PdfApi.md#put_text_box_field) | **PUT** /pdf/\{name}/fields/textbox/\{fieldName} | Replace document text box field
440
446
  *AsposePdfCloud::PdfApi* | [**put_underline_annotation**](docs/PdfApi.md#put_underline_annotation) | **PUT** /pdf/\{name}/annotations/underline/\{annotationId} | Replace document underline annotation
441
447
  *AsposePdfCloud::PdfApi* | [**put_update_field**](docs/PdfApi.md#put_update_field) | **PUT** /pdf/\{name}/fields/\{fieldName} | Update field.
442
448
  *AsposePdfCloud::PdfApi* | [**put_update_fields**](docs/PdfApi.md#put_update_fields) | **PUT** /pdf/\{name}/fields | Update fields.
443
449
  *AsposePdfCloud::PdfApi* | [**put_web_in_storage_to_pdf**](docs/PdfApi.md#put_web_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/web | Convert web page to PDF format and upload resulting file to storage.
444
- *AsposePdfCloud::PdfApi* | [**put_xfa_pdf_in_request_to_acro_form**](docs/PdfApi.md#put_xfa_pdf_in_request_to_acro_form) | **PUT** /pdf/convert/xfatoacroform | Converts PDF document which contatins XFA form (in request content) to PDF with AcroForm and uploads resulting file to storage.
445
- *AsposePdfCloud::PdfApi* | [**put_xfa_pdf_in_storage_to_acro_form**](docs/PdfApi.md#put_xfa_pdf_in_storage_to_acro_form) | **PUT** /pdf/\{name}/convert/xfatoacroform | Converts PDF document which contatins XFA form (located on storage) to PDF with AcroForm and uploads resulting file to storage
450
+ *AsposePdfCloud::PdfApi* | [**put_xfa_pdf_in_request_to_acro_form**](docs/PdfApi.md#put_xfa_pdf_in_request_to_acro_form) | **PUT** /pdf/convert/xfatoacroform | Converts PDF document which contains XFA form (in request content) to PDF with AcroForm and uploads resulting file to storage.
451
+ *AsposePdfCloud::PdfApi* | [**put_xfa_pdf_in_storage_to_acro_form**](docs/PdfApi.md#put_xfa_pdf_in_storage_to_acro_form) | **PUT** /pdf/\{name}/convert/xfatoacroform | Converts PDF document which contains XFA form (located on storage) to PDF with AcroForm and uploads resulting file to storage
446
452
  *AsposePdfCloud::PdfApi* | [**put_xml_in_storage_to_pdf**](docs/PdfApi.md#put_xml_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/xml | Convert XML file (located on storage) to PDF format and upload resulting file to storage.
447
453
  *AsposePdfCloud::PdfApi* | [**put_xps_in_storage_to_pdf**](docs/PdfApi.md#put_xps_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/xps | Convert XPS file (located on storage) to PDF format and upload resulting file to storage.
448
454
  *AsposePdfCloud::PdfApi* | [**put_xsl_fo_in_storage_to_pdf**](docs/PdfApi.md#put_xsl_fo_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/xslfo | Convert XslFo file (located on storage) to PDF format and upload resulting file to storage.
@@ -456,6 +462,7 @@ Class | Method | HTTP request | Description
456
462
  - [AsposePdfCloud::AnnotationState](docs/AnnotationState.md)
457
463
  - [AsposePdfCloud::AnnotationType](docs/AnnotationType.md)
458
464
  - [AsposePdfCloud::AntialiasingProcessingType](docs/AntialiasingProcessingType.md)
465
+ - [AsposePdfCloud::ApiInfo](docs/ApiInfo.md)
459
466
  - [AsposePdfCloud::AsposeResponse](docs/AsposeResponse.md)
460
467
  - [AsposePdfCloud::Border](docs/Border.md)
461
468
  - [AsposePdfCloud::BorderCornerStyle](docs/BorderCornerStyle.md)
@@ -498,6 +505,8 @@ Class | Method | HTTP request | Description
498
505
  - [AsposePdfCloud::HorizontalAlignment](docs/HorizontalAlignment.md)
499
506
  - [AsposePdfCloud::HtmlDocumentType](docs/HtmlDocumentType.md)
500
507
  - [AsposePdfCloud::HtmlMarkupGenerationModes](docs/HtmlMarkupGenerationModes.md)
508
+ - [AsposePdfCloud::ImageCompressionVersion](docs/ImageCompressionVersion.md)
509
+ - [AsposePdfCloud::ImageEncoding](docs/ImageEncoding.md)
501
510
  - [AsposePdfCloud::ImageFragment](docs/ImageFragment.md)
502
511
  - [AsposePdfCloud::ImageSrcType](docs/ImageSrcType.md)
503
512
  - [AsposePdfCloud::ImageTemplate](docs/ImageTemplate.md)
@@ -516,6 +525,7 @@ Class | Method | HTTP request | Description
516
525
  - [AsposePdfCloud::ObjectExist](docs/ObjectExist.md)
517
526
  - [AsposePdfCloud::OptimizeOptions](docs/OptimizeOptions.md)
518
527
  - [AsposePdfCloud::Option](docs/Option.md)
528
+ - [AsposePdfCloud::OutputFormat](docs/OutputFormat.md)
519
529
  - [AsposePdfCloud::PageLayout](docs/PageLayout.md)
520
530
  - [AsposePdfCloud::PageMode](docs/PageMode.md)
521
531
  - [AsposePdfCloud::PageWordCount](docs/PageWordCount.md)
@@ -0,0 +1,10 @@
1
+ # AsposePdfCloud::ApiInfo
2
+ Represents response for ApiInfo DTO
3
+
4
+ ## Properties
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **name** | **String** | Product name. | [optional]
8
+ **version** | **String** | API version. | [optional]
9
+
10
+
@@ -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,12 @@
1
+ # AsposePdfCloud::ImageCompressionVersion
2
+ Describes versions of image compression algorithm.
3
+
4
+ ## Enum
5
+ Name | Type | Value | Description
6
+ ------------ | ------------- | ------------- | -------------
7
+ **STANDARD** | **String** | 'Standard' | Standard algorithm. Default value.
8
+ **FAST** | **String** | 'Fast' | Improved algorithm faster then standard but applicable not for all cases.
9
+ **MIXED** | **String** | 'Mixed' | Use fast algorithm when possible and standard for other cases. May be slower then "Fast" but may produce better compression.
10
+
11
+
12
+
@@ -0,0 +1,13 @@
1
+ # AsposePdfCloud::ImageEncoding
2
+ Image encoding type.
3
+
4
+ ## Enum
5
+ Name | Type | Value | Description
6
+ ------------ | ------------- | ------------- | -------------
7
+ **UNCHANGED** | **String** | 'Unchanged' | Don't change encoding.
8
+ **JPEG** | **String** | 'Jpeg' | JPEG (DCT) encoding.
9
+ **FLATE** | **String** | 'Flate' | Flate encoding.
10
+ **JPEG2000** | **String** | 'Jpeg2000' | JPEG2000 (JPX) encoding.
11
+
12
+
13
+
@@ -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. |
@@ -4,12 +4,18 @@ Represents Pdf optimize options.
4
4
  ## Properties
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **allow_reuse_page_content** | **BOOLEAN** | If true page contents will be reused when document is optimized for equal pages. |
8
- **compress_images** | **BOOLEAN** | If this flag is set to true images will be compressed in the document. compression level is specfied with ImageQuality property. |
9
- **image_quality** | **Integer** | Specifie slevel of image compression when CompressIamges flag is used. |
10
- **link_duplcate_streams** | **BOOLEAN** | If this flag is set to true, Resource streams will be analyzed. If duplicate streams are found (i.e. if stream contents is equal), then thes streams will be stored as one object. This allows to decrease document size in some cases (for example, when same document was concatenedted multiple times). |
11
- **remove_unused_objects** | **BOOLEAN** | If this flag is set to true, all document objects will be checked and unused objects (i.e. objects which does not have any reference) are removed from document. |
12
- **remove_unused_streams** | **BOOLEAN** | If this flag set to true, every resource is checked on it's usage. If resource is never used, then resources is removed. This may decrease document size for example when pages were extracted from document. |
13
- **unembed_fonts** | **BOOLEAN** | Make fonts not embedded if set to true. |
7
+ **allow_reuse_page_content** | **BOOLEAN** | If true page contents will be reused when document is optimized for equal pages. | [optional]
8
+ **compress_images** | **BOOLEAN** | If this flag is set to true images will be compressed in the document. Compression level is specified with ImageQuality property. | [optional]
9
+ **image_quality** | **Integer** | Specifies level of image compression when CompressImages flag is used. | [optional]
10
+ **link_duplcate_streams** | **BOOLEAN** | If this flag is set to true, Resource streams will be analyzed. If duplicate streams are found (i.e. if stream contents is equal), then thees streams will be stored as one object. This allows to decrease document size in some cases (for example, when same document was concatenated multiple times). | [optional]
11
+ **remove_unused_objects** | **BOOLEAN** | If this flag is set to true, all document objects will be checked and unused objects (i.e. objects which does not have any reference) are removed from document. | [optional]
12
+ **remove_unused_streams** | **BOOLEAN** | If this flag set to true, every resource is checked on it's usage. If resource is never used, then resources is removed. This may decrease document size for example when pages were extracted from document. | [optional]
13
+ **unembed_fonts** | **BOOLEAN** | Make fonts not embedded if set to true. | [optional]
14
+ **resize_images** | **BOOLEAN** | If this flag set to true and CompressImages is true images will be resized if image resolution is greater then specified MaxResolution parameter. | [optional]
15
+ **max_resolution** | **Integer** | Specifies maximum resolution of images. If image has higher resolution it will be scaled. | [optional]
16
+ **subset_fonts** | **BOOLEAN** | Fonts will be converted into subsets if set to true. | [optional]
17
+ **remove_private_info** | **BOOLEAN** | Remove private information (page piece info). | [optional]
18
+ **image_encoding** | [**ImageEncoding**](ImageEncoding.md) | Image encode which will be used. | [optional]
19
+ **image_compression_version** | [**ImageCompressionVersion**](ImageCompressionVersion.md) | Version of compression algorithm. Possible values are: "Standard" - standard compression, "Fast" - fast (improved compression which is faster then standard but may be applicable not for all images), "Mixed" - mixed (standard compression is applied to images which can not be compressed by faster algorithm, this may give best compression but more slow then "Fast" algorithm. Version "Fast" is not applicable for resizing images (standard method will be used). Default is "Standard". | [optional]
14
20
 
15
21
 
@@ -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
+
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **line_spacing** | [**LineSpacing**](LineSpacing.md) | Line spacing mode. | [optional]
8
8
  **wrap_mode** | [**WrapMode**](WrapMode.md) | Word wrap mode. | [optional]
9
- **horizontal_alignment** | [**TextHorizontalAlignment**](TextHorizontalAlignment.md) | Horizontal alignment for the text inside paragrph's rectangle. | [optional]
9
+ **horizontal_alignment** | [**TextHorizontalAlignment**](TextHorizontalAlignment.md) | Horizontal alignment for the text inside paragraph's rectangle. | [optional]
10
10
  **left_margin** | **Float** | Left margin. | [optional]
11
11
  **right_margin** | **Float** | Right margin. | [optional]
12
12
  **top_margin** | **Float** | Top margin. | [optional]
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
14
14
  **rectangle** | [**Rectangle**](Rectangle.md) | Rectangle of the paragraph. | [optional]
15
15
  **rotation** | **Float** | Rotation angle in degrees. | [optional]
16
16
  **subsequent_lines_indent** | **Float** | Subsequent lines indent value. | [optional]
17
- **vertical_alignment** | [**VerticalAlignment**](VerticalAlignment.md) | Vertical alignment for the text inside paragrph's rectangle | [optional]
17
+ **vertical_alignment** | [**VerticalAlignment**](VerticalAlignment.md) | Vertical alignment for the text inside paragraph's rectangle | [optional]
18
18
  **lines** | [**Array<TextLine>**](TextLine.md) | An array of text lines. |
19
19
 
20
20
 
@@ -4,8 +4,9 @@ Allows to specify PdfA file format.
4
4
  ## Enum
5
5
  Name | Type | Value | Description
6
6
  ------------ | ------------- | ------------- | -------------
7
- **PDFA1_A** | **String** | 'PDFA1A' |
8
- **PDFA1_B** | **String** | 'PDFA1B' |
7
+ **PDFA1_A** | **String** | 'PDFA1A' | Pdf/A-1a format
8
+ **PDFA1_B** | **String** | 'PDFA1B' | Pdf/A-1b format
9
+ **PDFA3_A** | **String** | 'PDFA3A' | Pdf/A-3a format
9
10
 
10
11
 
11
12
 
@@ -29,6 +29,7 @@ Method | HTTP request | Description
29
29
  [**delete_stamp**](PdfApi.md#delete_stamp) | **DELETE** /pdf/\{name}/stamps/\{stampId} | Delete document stamp by ID
30
30
  [**delete_table**](PdfApi.md#delete_table) | **DELETE** /pdf/\{name}/tables/\{tableId} | Delete document table by ID
31
31
  [**download_file**](PdfApi.md#download_file) | **GET** /pdf/storage/file/\{path} | Download file
32
+ [**get_api_info**](PdfApi.md#get_api_info) | **GET** /pdf/info |
32
33
  [**get_bookmark**](PdfApi.md#get_bookmark) | **GET** /pdf/\{name}/bookmarks/bookmark/\{bookmarkPath} | Read document bookmark.
33
34
  [**get_bookmarks**](PdfApi.md#get_bookmarks) | **GET** /pdf/\{name}/bookmarks/list/\{bookmarkPath} | Read document bookmarks node list.
34
35
  [**get_caret_annotation**](PdfApi.md#get_caret_annotation) | **GET** /pdf/\{name}/annotations/caret/\{annotationId} | Read document page caret annotation by ID.
@@ -37,7 +38,7 @@ Method | HTTP request | Description
37
38
  [**get_combo_box_field**](PdfApi.md#get_combo_box_field) | **GET** /pdf/\{name}/fields/combobox/\{fieldName} | Read document combobox field by name.
38
39
  [**get_disc_usage**](PdfApi.md#get_disc_usage) | **GET** /pdf/storage/disc | Get disc usage
39
40
  [**get_document**](PdfApi.md#get_document) | **GET** /pdf/\{name} | Read common document info.
40
- [**get_document_annotations**](PdfApi.md#get_document_annotations) | **GET** /pdf/\{name}/annotations | Read documant page annotations. Returns only FreeTextAnnotations, TextAnnotations, other annotations will implemented next releases.
41
+ [**get_document_annotations**](PdfApi.md#get_document_annotations) | **GET** /pdf/\{name}/annotations | Read document page annotations. Returns only FreeTextAnnotations, TextAnnotations, other annotations will implemented next releases.
41
42
  [**get_document_attachment_by_index**](PdfApi.md#get_document_attachment_by_index) | **GET** /pdf/\{name}/attachments/\{attachmentIndex} | Read document attachment info by its index.
42
43
  [**get_document_attachments**](PdfApi.md#get_document_attachments) | **GET** /pdf/\{name}/attachments | Read document attachments info.
43
44
  [**get_document_bookmarks**](PdfApi.md#get_document_bookmarks) | **GET** /pdf/\{name}/bookmarks/tree | Read document bookmarks tree.
@@ -97,7 +98,7 @@ Method | HTTP request | Description
97
98
  [**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
99
  [**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
100
  [**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.
101
+ [**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
102
  [**get_line_annotation**](PdfApi.md#get_line_annotation) | **GET** /pdf/\{name}/annotations/line/\{annotationId} | Read document page line annotation by ID.
102
103
  [**get_link_annotation**](PdfApi.md#get_link_annotation) | **GET** /pdf/\{name}/links/\{linkId} | Read document link annotation by ID.
103
104
  [**get_list_box_field**](PdfApi.md#get_list_box_field) | **GET** /pdf/\{name}/fields/listbox/\{fieldName} | Read document listbox field by name.
@@ -149,11 +150,12 @@ Method | HTTP request | Description
149
150
  [**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
150
151
  [**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
151
152
  [**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
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 LaTeX format and returns resulting file in response content
153
+ [**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
153
154
  [**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
154
155
  [**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
155
156
  [**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
156
157
  [**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
158
+ [**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
157
159
  [**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
158
160
  [**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
159
161
  [**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
@@ -177,6 +179,7 @@ Method | HTTP request | Description
177
179
  [**get_strike_out_annotation**](PdfApi.md#get_strike_out_annotation) | **GET** /pdf/\{name}/annotations/strikeout/\{annotationId} | Read document page StrikeOut annotation by ID.
178
180
  [**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.
179
181
  [**get_table**](PdfApi.md#get_table) | **GET** /pdf/\{name}/tables/\{tableId} | Read document page table by ID.
182
+ [**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.
180
183
  [**get_text**](PdfApi.md#get_text) | **GET** /pdf/\{name}/text | Read document text.
181
184
  [**get_text_annotation**](PdfApi.md#get_text_annotation) | **GET** /pdf/\{name}/annotations/text/\{annotationId} | Read document page text annotation by ID.
182
185
  [**get_text_box_field**](PdfApi.md#get_text_box_field) | **GET** /pdf/\{name}/fields/textbox/\{fieldName} | Read document text box field by name.
@@ -184,7 +187,7 @@ Method | HTTP request | Description
184
187
  [**get_verify_signature**](PdfApi.md#get_verify_signature) | **GET** /pdf/\{name}/verifySignature | Verify signature document.
185
188
  [**get_web_in_storage_to_pdf**](PdfApi.md#get_web_in_storage_to_pdf) | **GET** /pdf/create/web | Convert web page to PDF format and return resulting file in response.
186
189
  [**get_words_per_page**](PdfApi.md#get_words_per_page) | **GET** /pdf/\{name}/pages/wordCount | Get number of words per document page.
187
- [**get_xfa_pdf_in_storage_to_acro_form**](PdfApi.md#get_xfa_pdf_in_storage_to_acro_form) | **GET** /pdf/\{name}/convert/xfatoacroform | Converts PDF document which contatins XFA form (located on storage) to PDF with AcroForm and returns resulting file response content
190
+ [**get_xfa_pdf_in_storage_to_acro_form**](PdfApi.md#get_xfa_pdf_in_storage_to_acro_form) | **GET** /pdf/\{name}/convert/xfatoacroform | Converts PDF document which contains XFA form (located on storage) to PDF with AcroForm and returns resulting file response content
188
191
  [**get_xml_in_storage_to_pdf**](PdfApi.md#get_xml_in_storage_to_pdf) | **GET** /pdf/create/xml | Convert XML file (located on storage) to PDF format and return resulting file in response.
189
192
  [**get_xps_in_storage_to_pdf**](PdfApi.md#get_xps_in_storage_to_pdf) | **GET** /pdf/create/xps | Convert XPS file (located on storage) to PDF format and return resulting file in response.
190
193
  [**get_xsl_fo_in_storage_to_pdf**](PdfApi.md#get_xsl_fo_in_storage_to_pdf) | **GET** /pdf/create/xslfo | Convert XslFo file (located on storage) to PDF format and return resulting file in response.
@@ -283,7 +286,7 @@ Method | HTTP request | Description
283
286
  [**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.
284
287
  [**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.
285
288
  [**put_ink_annotation**](PdfApi.md#put_ink_annotation) | **PUT** /pdf/\{name}/annotations/ink/\{annotationId} | Replace document ink annotation
286
- [**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.
289
+ [**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.
287
290
  [**put_line_annotation**](PdfApi.md#put_line_annotation) | **PUT** /pdf/\{name}/annotations/line/\{annotationId} | Replace document line annotation
288
291
  [**put_link_annotation**](PdfApi.md#put_link_annotation) | **PUT** /pdf/\{name}/links/\{linkId} | Replace document page link annotations
289
292
  [**put_list_box_field**](PdfApi.md#put_list_box_field) | **PUT** /pdf/\{name}/fields/listbox/\{fieldName} | Replace document listbox field
@@ -303,11 +306,12 @@ Method | HTTP request | Description
303
306
  [**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.
304
307
  [**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.
305
308
  [**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.
306
- [**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.
309
+ [**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.
307
310
  [**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.
308
311
  [**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.
309
312
  [**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.
310
313
  [**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.
314
+ [**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.
311
315
  [**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.
312
316
  [**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.
313
317
  [**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.
@@ -316,11 +320,12 @@ Method | HTTP request | Description
316
320
  [**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
317
321
  [**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
318
322
  [**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
319
- [**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
323
+ [**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
320
324
  [**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
321
325
  [**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
322
326
  [**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
323
327
  [**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
328
+ [**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
324
329
  [**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
325
330
  [**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
326
331
  [**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
@@ -348,14 +353,15 @@ Method | HTTP request | Description
348
353
  [**put_strike_out_annotation**](PdfApi.md#put_strike_out_annotation) | **PUT** /pdf/\{name}/annotations/strikeout/\{annotationId} | Replace document StrikeOut annotation
349
354
  [**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.
350
355
  [**put_table**](PdfApi.md#put_table) | **PUT** /pdf/\{name}/tables/\{tableId} | Replace document page table.
356
+ [**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.
351
357
  [**put_text_annotation**](PdfApi.md#put_text_annotation) | **PUT** /pdf/\{name}/annotations/text/\{annotationId} | Replace document text annotation
352
358
  [**put_text_box_field**](PdfApi.md#put_text_box_field) | **PUT** /pdf/\{name}/fields/textbox/\{fieldName} | Replace document text box field
353
359
  [**put_underline_annotation**](PdfApi.md#put_underline_annotation) | **PUT** /pdf/\{name}/annotations/underline/\{annotationId} | Replace document underline annotation
354
360
  [**put_update_field**](PdfApi.md#put_update_field) | **PUT** /pdf/\{name}/fields/\{fieldName} | Update field.
355
361
  [**put_update_fields**](PdfApi.md#put_update_fields) | **PUT** /pdf/\{name}/fields | Update fields.
356
362
  [**put_web_in_storage_to_pdf**](PdfApi.md#put_web_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/web | Convert web page to PDF format and upload resulting file to storage.
357
- [**put_xfa_pdf_in_request_to_acro_form**](PdfApi.md#put_xfa_pdf_in_request_to_acro_form) | **PUT** /pdf/convert/xfatoacroform | Converts PDF document which contatins XFA form (in request content) to PDF with AcroForm and uploads resulting file to storage.
358
- [**put_xfa_pdf_in_storage_to_acro_form**](PdfApi.md#put_xfa_pdf_in_storage_to_acro_form) | **PUT** /pdf/\{name}/convert/xfatoacroform | Converts PDF document which contatins XFA form (located on storage) to PDF with AcroForm and uploads resulting file to storage
363
+ [**put_xfa_pdf_in_request_to_acro_form**](PdfApi.md#put_xfa_pdf_in_request_to_acro_form) | **PUT** /pdf/convert/xfatoacroform | Converts PDF document which contains XFA form (in request content) to PDF with AcroForm and uploads resulting file to storage.
364
+ [**put_xfa_pdf_in_storage_to_acro_form**](PdfApi.md#put_xfa_pdf_in_storage_to_acro_form) | **PUT** /pdf/\{name}/convert/xfatoacroform | Converts PDF document which contains XFA form (located on storage) to PDF with AcroForm and uploads resulting file to storage
359
365
  [**put_xml_in_storage_to_pdf**](PdfApi.md#put_xml_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/xml | Convert XML file (located on storage) to PDF format and upload resulting file to storage.
360
366
  [**put_xps_in_storage_to_pdf**](PdfApi.md#put_xps_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/xps | Convert XPS file (located on storage) to PDF format and upload resulting file to storage.
361
367
  [**put_xsl_fo_in_storage_to_pdf**](PdfApi.md#put_xsl_fo_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/xslfo | Convert XslFo file (located on storage) to PDF format and upload resulting file to storage.
@@ -978,6 +984,25 @@ Name | Type | Description | Notes
978
984
 
979
985
 
980
986
 
987
+ # **get_api_info**
988
+ > ApiInfo get_api_info
989
+
990
+
991
+
992
+ ### Parameters
993
+ This endpoint does not need any parameter.
994
+
995
+ ### Return type
996
+
997
+ [**ApiInfo**](ApiInfo.md)
998
+
999
+ ### HTTP request headers
1000
+
1001
+ - **Content-Type**: application/json
1002
+ - **Accept**: application/json
1003
+
1004
+
1005
+
981
1006
  # **get_bookmark**
982
1007
  > BookmarkResponse get_bookmark(name, bookmark_path, opts)
983
1008
 
@@ -1177,7 +1202,7 @@ Name | Type | Description | Notes
1177
1202
  # **get_document_annotations**
1178
1203
  > AnnotationsInfoResponse get_document_annotations(name, opts)
1179
1204
 
1180
- Read documant page annotations. Returns only FreeTextAnnotations, TextAnnotations, other annotations will implemented next releases.
1205
+ Read document page annotations. Returns only FreeTextAnnotations, TextAnnotations, other annotations will implemented next releases.
1181
1206
 
1182
1207
  ### Parameters
1183
1208
 
@@ -2648,7 +2673,7 @@ Name | Type | Description | Notes
2648
2673
  # **get_la_te_x_in_storage_to_pdf**
2649
2674
  > File get_la_te_x_in_storage_to_pdf(src_path, opts)
2650
2675
 
2651
- Convert LaTeX file (located on storage) to PDF format and return resulting file in response.
2676
+ Convert TeX file (located on storage) to PDF format and return resulting file in response.
2652
2677
 
2653
2678
  ### Parameters
2654
2679
 
@@ -3993,7 +4018,7 @@ Name | Type | Description | Notes
3993
4018
  # **get_pdf_in_storage_to_la_te_x**
3994
4019
  > File get_pdf_in_storage_to_la_te_x(name, opts)
3995
4020
 
3996
- Converts PDF document (located on storage) to LaTeX format and returns resulting file in response content
4021
+ Converts PDF document (located on storage) to TeX format and returns resulting file in response content
3997
4022
 
3998
4023
  ### Parameters
3999
4024
 
@@ -4114,6 +4139,30 @@ Name | Type | Description | Notes
4114
4139
 
4115
4140
 
4116
4141
 
4142
+ # **get_pdf_in_storage_to_te_x**
4143
+ > File get_pdf_in_storage_to_te_x(name, opts)
4144
+
4145
+ Converts PDF document (located on storage) to TeX format and returns resulting file in response content
4146
+
4147
+ ### Parameters
4148
+
4149
+ Name | Type | Description | Notes
4150
+ ------------- | ------------- | ------------- | -------------
4151
+ **name** | **String**| The document name. |
4152
+ **folder** | **String**| The document folder. | [optional]
4153
+ **storage** | **String**| The document storage. | [optional]
4154
+
4155
+ ### Return type
4156
+
4157
+ **File**
4158
+
4159
+ ### HTTP request headers
4160
+
4161
+ - **Content-Type**: application/json
4162
+ - **Accept**: multipart/form-data
4163
+
4164
+
4165
+
4117
4166
  # **get_pdf_in_storage_to_tiff**
4118
4167
  > File get_pdf_in_storage_to_tiff(name, opts)
4119
4168
 
@@ -4711,6 +4760,29 @@ Name | Type | Description | Notes
4711
4760
 
4712
4761
 
4713
4762
 
4763
+ # **get_te_x_in_storage_to_pdf**
4764
+ > File get_te_x_in_storage_to_pdf(src_path, opts)
4765
+
4766
+ Convert TeX file (located on storage) to PDF format and return resulting file in response.
4767
+
4768
+ ### Parameters
4769
+
4770
+ Name | Type | Description | Notes
4771
+ ------------- | ------------- | ------------- | -------------
4772
+ **src_path** | **String**| Full source filename (ex. /folder1/folder2/template.tex) |
4773
+ **storage** | **String**| The document storage. | [optional]
4774
+
4775
+ ### Return type
4776
+
4777
+ **File**
4778
+
4779
+ ### HTTP request headers
4780
+
4781
+ - **Content-Type**: application/json
4782
+ - **Accept**: multipart/form-data
4783
+
4784
+
4785
+
4714
4786
  # **get_text**
4715
4787
  > TextRectsResponse get_text(name, llx, lly, urx, ury, opts)
4716
4788
 
@@ -4899,7 +4971,7 @@ Name | Type | Description | Notes
4899
4971
  # **get_xfa_pdf_in_storage_to_acro_form**
4900
4972
  > File get_xfa_pdf_in_storage_to_acro_form(name, opts)
4901
4973
 
4902
- Converts PDF document which contatins XFA form (located on storage) to PDF with AcroForm and returns resulting file response content
4974
+ Converts PDF document which contains XFA form (located on storage) to PDF with AcroForm and returns resulting file response content
4903
4975
 
4904
4976
  ### Parameters
4905
4977
 
@@ -5915,7 +5987,7 @@ Name | Type | Description | Notes
5915
5987
  ------------- | ------------- | ------------- | -------------
5916
5988
  **name** | **String**| The document name. |
5917
5989
  **page_number** | **Integer**| The page number. |
5918
- **links** | [**Array<LinkAnnotation>**](LinkAnnotation.md)| Array of link anotation. |
5990
+ **links** | [**Array<LinkAnnotation>**](LinkAnnotation.md)| Array of link annotation. |
5919
5991
  **storage** | **String**| The document storage. | [optional]
5920
5992
  **folder** | **String**| The document folder. | [optional]
5921
5993
 
@@ -6048,6 +6120,7 @@ Name | Type | Description | Notes
6048
6120
  **annotations** | [**Array<RedactionAnnotation>**](RedactionAnnotation.md)| The array of annotation. |
6049
6121
  **storage** | **String**| The document storage. | [optional]
6050
6122
  **folder** | **String**| The document folder. | [optional]
6123
+ **apply** | **BOOLEAN**| Apply redaction immediately after adding. | [optional] [default to false]
6051
6124
 
6052
6125
  ### Return type
6053
6126
 
@@ -6795,7 +6868,7 @@ Name | Type | Description | Notes
6795
6868
  **out_path** | **String**| Full resulting filename (ex. /folder1/folder2/result.doc) |
6796
6869
  **password** | **String**| The password (encrypted Base64). |
6797
6870
  **storage** | **String**| The document storage. | [optional]
6798
- **file** | **File**| A file to be derypted. | [optional]
6871
+ **file** | **File**| A file to be decrypted. | [optional]
6799
6872
 
6800
6873
  ### Return type
6801
6874
 
@@ -7476,7 +7549,7 @@ Name | Type | Description | Notes
7476
7549
  # **put_la_te_x_in_storage_to_pdf**
7477
7550
  > AsposeResponse put_la_te_x_in_storage_to_pdf(name, src_path, opts)
7478
7551
 
7479
- Convert LaTeX file (located on storage) to PDF format and upload resulting file to storage.
7552
+ Convert TeX file (located on storage) to PDF format and upload resulting file to storage.
7480
7553
 
7481
7554
  ### Parameters
7482
7555
 
@@ -7535,7 +7608,7 @@ Name | Type | Description | Notes
7535
7608
  ------------- | ------------- | ------------- | -------------
7536
7609
  **name** | **String**| The document name. |
7537
7610
  **link_id** | **String**| The link ID. |
7538
- **link** | [**LinkAnnotation**](LinkAnnotation.md)| Link anotation. |
7611
+ **link** | [**LinkAnnotation**](LinkAnnotation.md)| Link annotation. |
7539
7612
  **storage** | **String**| The document storage. | [optional]
7540
7613
  **folder** | **String**| The document folder. | [optional]
7541
7614
 
@@ -7610,7 +7683,7 @@ Merge a list of documents.
7610
7683
 
7611
7684
  Name | Type | Description | Notes
7612
7685
  ------------- | ------------- | ------------- | -------------
7613
- **name** | **String**| Resulting documen name. |
7686
+ **name** | **String**| Resulting document name. |
7614
7687
  **merge_documents** | [**MergeDocuments**](MergeDocuments.md)| MergeDocuments with a list of documents. |
7615
7688
  **storage** | **String**| Resulting document storage. | [optional]
7616
7689
  **folder** | **String**| Resulting document folder. | [optional]
@@ -8019,6 +8092,7 @@ Name | Type | Description | Notes
8019
8092
  **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]
8020
8093
  **storage** | **String**| The document storage. | [optional]
8021
8094
  **flow_layout_paragraph_full_width** | **BOOLEAN**| This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. | [optional]
8095
+ **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]
8022
8096
  **file** | **File**| A file to be converted. | [optional]
8023
8097
 
8024
8098
  ### Return type
@@ -8035,7 +8109,7 @@ Name | Type | Description | Notes
8035
8109
  # **put_pdf_in_request_to_la_te_x**
8036
8110
  > AsposeResponse put_pdf_in_request_to_la_te_x(out_path, opts)
8037
8111
 
8038
- Converts PDF document (in request content) to LaTeX format and uploads resulting file to storage.
8112
+ Converts PDF document (in request content) to TeX format and uploads resulting file to storage.
8039
8113
 
8040
8114
  ### Parameters
8041
8115
 
@@ -8155,6 +8229,30 @@ Name | Type | Description | Notes
8155
8229
 
8156
8230
 
8157
8231
 
8232
+ # **put_pdf_in_request_to_te_x**
8233
+ > AsposeResponse put_pdf_in_request_to_te_x(out_path, opts)
8234
+
8235
+ Converts PDF document (in request content) to TeX format and uploads resulting file to storage.
8236
+
8237
+ ### Parameters
8238
+
8239
+ Name | Type | Description | Notes
8240
+ ------------- | ------------- | ------------- | -------------
8241
+ **out_path** | **String**| Full resulting filename (ex. /folder1/folder2/result.tex) |
8242
+ **storage** | **String**| The document storage. | [optional]
8243
+ **file** | **File**| A file to be converted. | [optional]
8244
+
8245
+ ### Return type
8246
+
8247
+ [**AsposeResponse**](AsposeResponse.md)
8248
+
8249
+ ### HTTP request headers
8250
+
8251
+ - **Content-Type**: multipart/form-data
8252
+ - **Accept**: application/json
8253
+
8254
+
8255
+
8158
8256
  # **put_pdf_in_request_to_tiff**
8159
8257
  > AsposeResponse put_pdf_in_request_to_tiff(out_path, opts)
8160
8258
 
@@ -8399,6 +8497,7 @@ Name | Type | Description | Notes
8399
8497
  **folder** | **String**| The document folder. | [optional]
8400
8498
  **storage** | **String**| The document storage. | [optional]
8401
8499
  **flow_layout_paragraph_full_width** | **BOOLEAN**| This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. | [optional]
8500
+ **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]
8402
8501
 
8403
8502
  ### Return type
8404
8503
 
@@ -8414,7 +8513,7 @@ Name | Type | Description | Notes
8414
8513
  # **put_pdf_in_storage_to_la_te_x**
8415
8514
  > AsposeResponse put_pdf_in_storage_to_la_te_x(name, out_path, opts)
8416
8515
 
8417
- Converts PDF document (located on storage) to LaTeX format and uploads resulting file to storage
8516
+ Converts PDF document (located on storage) to TeX format and uploads resulting file to storage
8418
8517
 
8419
8518
  ### Parameters
8420
8519
 
@@ -8539,6 +8638,31 @@ Name | Type | Description | Notes
8539
8638
 
8540
8639
 
8541
8640
 
8641
+ # **put_pdf_in_storage_to_te_x**
8642
+ > AsposeResponse put_pdf_in_storage_to_te_x(name, out_path, opts)
8643
+
8644
+ Converts PDF document (located on storage) to TeX format and uploads resulting file to storage
8645
+
8646
+ ### Parameters
8647
+
8648
+ Name | Type | Description | Notes
8649
+ ------------- | ------------- | ------------- | -------------
8650
+ **name** | **String**| The document name. |
8651
+ **out_path** | **String**| Full resulting filename (ex. /folder1/folder2/result.tex) |
8652
+ **folder** | **String**| The document folder. | [optional]
8653
+ **storage** | **String**| The document storage. | [optional]
8654
+
8655
+ ### Return type
8656
+
8657
+ [**AsposeResponse**](AsposeResponse.md)
8658
+
8659
+ ### HTTP request headers
8660
+
8661
+ - **Content-Type**: application/json
8662
+ - **Accept**: application/json
8663
+
8664
+
8665
+
8542
8666
  # **put_pdf_in_storage_to_tiff**
8543
8667
  > AsposeResponse put_pdf_in_storage_to_tiff(name, out_path, opts)
8544
8668
 
@@ -8855,6 +8979,7 @@ Name | Type | Description | Notes
8855
8979
  **annotation** | [**RedactionAnnotation**](RedactionAnnotation.md)| Annotation. |
8856
8980
  **storage** | **String**| The document storage. | [optional]
8857
8981
  **folder** | **String**| The document folder. | [optional]
8982
+ **apply** | **BOOLEAN**| Apply redaction immediately after adding. | [optional] [default to false]
8858
8983
 
8859
8984
  ### Return type
8860
8985
 
@@ -9264,6 +9389,31 @@ Name | Type | Description | Notes
9264
9389
 
9265
9390
 
9266
9391
 
9392
+ # **put_te_x_in_storage_to_pdf**
9393
+ > AsposeResponse put_te_x_in_storage_to_pdf(name, src_path, opts)
9394
+
9395
+ Convert TeX file (located on storage) to PDF format and upload resulting file to storage.
9396
+
9397
+ ### Parameters
9398
+
9399
+ Name | Type | Description | Notes
9400
+ ------------- | ------------- | ------------- | -------------
9401
+ **name** | **String**| The document name. |
9402
+ **src_path** | **String**| Full source filename (ex. /folder1/folder2/template.tex) |
9403
+ **dst_folder** | **String**| The destination document folder. | [optional]
9404
+ **storage** | **String**| The document storage. | [optional]
9405
+
9406
+ ### Return type
9407
+
9408
+ [**AsposeResponse**](AsposeResponse.md)
9409
+
9410
+ ### HTTP request headers
9411
+
9412
+ - **Content-Type**: application/json
9413
+ - **Accept**: application/json
9414
+
9415
+
9416
+
9267
9417
  # **put_text_annotation**
9268
9418
  > TextAnnotationResponse put_text_annotation(name, annotation_id, annotation, opts)
9269
9419
 
@@ -9428,7 +9578,7 @@ Name | Type | Description | Notes
9428
9578
  # **put_xfa_pdf_in_request_to_acro_form**
9429
9579
  > AsposeResponse put_xfa_pdf_in_request_to_acro_form(out_path, opts)
9430
9580
 
9431
- Converts PDF document which contatins XFA form (in request content) to PDF with AcroForm and uploads resulting file to storage.
9581
+ Converts PDF document which contains XFA form (in request content) to PDF with AcroForm and uploads resulting file to storage.
9432
9582
 
9433
9583
  ### Parameters
9434
9584
 
@@ -9452,7 +9602,7 @@ Name | Type | Description | Notes
9452
9602
  # **put_xfa_pdf_in_storage_to_acro_form**
9453
9603
  > AsposeResponse put_xfa_pdf_in_storage_to_acro_form(name, out_path, opts)
9454
9604
 
9455
- Converts PDF document which contatins XFA form (located on storage) to PDF with AcroForm and uploads resulting file to storage
9605
+ Converts PDF document which contains XFA form (located on storage) to PDF with AcroForm and uploads resulting file to storage
9456
9606
 
9457
9607
  ### Parameters
9458
9608