Skip to content

Commit fa112e1

Browse files
Merge pull request #24 from kaferi/master
Update to v19.8
2 parents 008d999 + 664efbd commit fa112e1

27 files changed

+2959
-17
lines changed

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Aspose.PDF Cloud
22

33
- API version: 3.0
4-
- Package version: 19.7.0
4+
- Package version: 19.8.0
55

66
[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.
77

@@ -22,15 +22,15 @@ gem build aspose_pdf_cloud.gemspec
2222
Then either install the gem locally:
2323

2424
```shell
25-
gem install ./aspose_pdf_cloud-19.7.0.gem
25+
gem install ./aspose_pdf_cloud-19.8.0.gem
2626
```
27-
(for development, run `gem install --dev ./aspose_pdf_cloud-19.7.0.gem` to install the development dependencies)
27+
(for development, run `gem install --dev ./aspose_pdf_cloud-19.8.0.gem` to install the development dependencies)
2828

2929
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
3030

3131
Finally add this to the Gemfile:
3232

33-
gem 'aspose_pdf_cloud', '~> 19.7.0'
33+
gem 'aspose_pdf_cloud', '~> 19.8.0'
3434

3535
### Install from Git
3636

@@ -140,6 +140,7 @@ Class | Method | HTTP request | Description
140140
*AsposePdfCloud::PdfApi* | [**get_document_property**](docs/PdfApi.md#get_document_property) | **GET** /pdf/\{name}/documentproperties/\{propertyName} | Read document property by name.
141141
*AsposePdfCloud::PdfApi* | [**get_document_redaction_annotations**](docs/PdfApi.md#get_document_redaction_annotations) | **GET** /pdf/\{name}/annotations/redaction | Read document redaction annotations.
142142
*AsposePdfCloud::PdfApi* | [**get_document_screen_annotations**](docs/PdfApi.md#get_document_screen_annotations) | **GET** /pdf/\{name}/annotations/screen | Read document screen annotations.
143+
*AsposePdfCloud::PdfApi* | [**get_document_signature_fields**](docs/PdfApi.md#get_document_signature_fields) | **GET** /pdf/\{name}/fields/signature | Read document signature fields.
143144
*AsposePdfCloud::PdfApi* | [**get_document_sound_annotations**](docs/PdfApi.md#get_document_sound_annotations) | **GET** /pdf/\{name}/annotations/sound | Read document sound annotations.
144145
*AsposePdfCloud::PdfApi* | [**get_document_square_annotations**](docs/PdfApi.md#get_document_square_annotations) | **GET** /pdf/\{name}/annotations/square | Read document square annotations.
145146
*AsposePdfCloud::PdfApi* | [**get_document_squiggly_annotations**](docs/PdfApi.md#get_document_squiggly_annotations) | **GET** /pdf/\{name}/annotations/squiggly | Read document squiggly annotations.
@@ -176,6 +177,7 @@ Class | Method | HTTP request | Description
176177
*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.
177178
*AsposePdfCloud::PdfApi* | [**get_line_annotation**](docs/PdfApi.md#get_line_annotation) | **GET** /pdf/\{name}/annotations/line/\{annotationId} | Read document page line annotation by ID.
178179
*AsposePdfCloud::PdfApi* | [**get_link_annotation**](docs/PdfApi.md#get_link_annotation) | **GET** /pdf/\{name}/links/\{linkId} | Read document link annotation by ID.
180+
*AsposePdfCloud::PdfApi* | [**get_markdown_in_storage_to_pdf**](docs/PdfApi.md#get_markdown_in_storage_to_pdf) | **GET** /pdf/create/markdown | Convert MD file (located on storage) to PDF format and return resulting file in response.
179181
*AsposePdfCloud::PdfApi* | [**get_mht_in_storage_to_pdf**](docs/PdfApi.md#get_mht_in_storage_to_pdf) | **GET** /pdf/create/mht | Convert MHT file (located on storage) to PDF format and return resulting file in response.
180182
*AsposePdfCloud::PdfApi* | [**get_movie_annotation**](docs/PdfApi.md#get_movie_annotation) | **GET** /pdf/\{name}/annotations/movie/\{annotationId} | Read document page movie annotation by ID.
181183
*AsposePdfCloud::PdfApi* | [**get_page**](docs/PdfApi.md#get_page) | **GET** /pdf/\{name}/pages/\{pageNumber} | Read document page info.
@@ -201,6 +203,7 @@ Class | Method | HTTP request | Description
201203
*AsposePdfCloud::PdfApi* | [**get_page_popup_annotations**](docs/PdfApi.md#get_page_popup_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/popup | Read document page popup annotations.
202204
*AsposePdfCloud::PdfApi* | [**get_page_redaction_annotations**](docs/PdfApi.md#get_page_redaction_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/redaction | Read document page redaction annotations.
203205
*AsposePdfCloud::PdfApi* | [**get_page_screen_annotations**](docs/PdfApi.md#get_page_screen_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/screen | Read document page screen annotations.
206+
*AsposePdfCloud::PdfApi* | [**get_page_signature_fields**](docs/PdfApi.md#get_page_signature_fields) | **GET** /pdf/\{name}/page/\{pageNumber}/fields/signature | Read document page signature fields.
204207
*AsposePdfCloud::PdfApi* | [**get_page_sound_annotations**](docs/PdfApi.md#get_page_sound_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/sound | Read document page sound annotations.
205208
*AsposePdfCloud::PdfApi* | [**get_page_square_annotations**](docs/PdfApi.md#get_page_square_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/square | Read document page square annotations.
206209
*AsposePdfCloud::PdfApi* | [**get_page_squiggly_annotations**](docs/PdfApi.md#get_page_squiggly_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/squiggly | Read document page squiggly annotations.
@@ -233,6 +236,7 @@ Class | Method | HTTP request | Description
233236
*AsposePdfCloud::PdfApi* | [**get_redaction_annotation**](docs/PdfApi.md#get_redaction_annotation) | **GET** /pdf/\{name}/annotations/redaction/\{annotationId} | Read document page redaction annotation by ID.
234237
*AsposePdfCloud::PdfApi* | [**get_screen_annotation**](docs/PdfApi.md#get_screen_annotation) | **GET** /pdf/\{name}/annotations/screen/\{annotationId} | Read document page screen annotation by ID.
235238
*AsposePdfCloud::PdfApi* | [**get_screen_annotation_data**](docs/PdfApi.md#get_screen_annotation_data) | **GET** /pdf/\{name}/annotations/screen/\{annotationId}/data | Read document page screen annotation by ID.
239+
*AsposePdfCloud::PdfApi* | [**get_signature_field**](docs/PdfApi.md#get_signature_field) | **GET** /pdf/\{name}/fields/signature/\{fieldName} | Read document signature field by name.
236240
*AsposePdfCloud::PdfApi* | [**get_sound_annotation**](docs/PdfApi.md#get_sound_annotation) | **GET** /pdf/\{name}/annotations/sound/\{annotationId} | Read document page sound annotation by ID.
237241
*AsposePdfCloud::PdfApi* | [**get_sound_annotation_data**](docs/PdfApi.md#get_sound_annotation_data) | **GET** /pdf/\{name}/annotations/sound/\{annotationId}/data | Read document page sound annotation by ID.
238242
*AsposePdfCloud::PdfApi* | [**get_square_annotation**](docs/PdfApi.md#get_square_annotation) | **GET** /pdf/\{name}/annotations/square/\{annotationId} | Read document page square annotation by ID.
@@ -275,6 +279,7 @@ Class | Method | HTTP request | Description
275279
*AsposePdfCloud::PdfApi* | [**post_move_page**](docs/PdfApi.md#post_move_page) | **POST** /pdf/\{name}/pages/\{pageNumber}/movePage | Move page to new position.
276280
*AsposePdfCloud::PdfApi* | [**post_optimize_document**](docs/PdfApi.md#post_optimize_document) | **POST** /pdf/\{name}/optimize | Optimize document.
277281
*AsposePdfCloud::PdfApi* | [**post_page_caret_annotations**](docs/PdfApi.md#post_page_caret_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/caret | Add document page caret annotations.
282+
*AsposePdfCloud::PdfApi* | [**post_page_certify**](docs/PdfApi.md#post_page_certify) | **POST** /pdf/\{name}/pages/\{pageNumber}/certify | Certify document page.
278283
*AsposePdfCloud::PdfApi* | [**post_page_circle_annotations**](docs/PdfApi.md#post_page_circle_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/circle | Add document page circle annotations.
279284
*AsposePdfCloud::PdfApi* | [**post_page_file_attachment_annotations**](docs/PdfApi.md#post_page_file_attachment_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/fileattachment | Add document page FileAttachment annotations.
280285
*AsposePdfCloud::PdfApi* | [**post_page_free_text_annotations**](docs/PdfApi.md#post_page_free_text_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/freetext | Add document page free text annotations.
@@ -339,6 +344,7 @@ Class | Method | HTTP request | Description
339344
*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.
340345
*AsposePdfCloud::PdfApi* | [**put_line_annotation**](docs/PdfApi.md#put_line_annotation) | **PUT** /pdf/\{name}/annotations/line/\{annotationId} | Replace document line annotation
341346
*AsposePdfCloud::PdfApi* | [**put_link_annotation**](docs/PdfApi.md#put_link_annotation) | **PUT** /pdf/\{name}/links/\{linkId} | Replace document page link annotations
347+
*AsposePdfCloud::PdfApi* | [**put_markdown_in_storage_to_pdf**](docs/PdfApi.md#put_markdown_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/markdown | Convert MD file (located on storage) to PDF format and upload resulting file to storage.
342348
*AsposePdfCloud::PdfApi* | [**put_merge_documents**](docs/PdfApi.md#put_merge_documents) | **PUT** /pdf/\{name}/merge | Merge a list of documents.
343349
*AsposePdfCloud::PdfApi* | [**put_mht_in_storage_to_pdf**](docs/PdfApi.md#put_mht_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/mht | Convert MHT file (located on storage) to PDF format and upload resulting file to storage.
344350
*AsposePdfCloud::PdfApi* | [**put_movie_annotation**](docs/PdfApi.md#put_movie_annotation) | **PUT** /pdf/\{name}/annotations/movie/\{annotationId} | Replace document movie annotation
@@ -431,6 +437,7 @@ Class | Method | HTTP request | Description
431437
- [AsposePdfCloud::CryptoAlgorithm](docs/CryptoAlgorithm.md)
432438
- [AsposePdfCloud::DiscUsage](docs/DiscUsage.md)
433439
- [AsposePdfCloud::DocFormat](docs/DocFormat.md)
440+
- [AsposePdfCloud::DocMDPAccessPermissionType](docs/DocMDPAccessPermissionType.md)
434441
- [AsposePdfCloud::DocRecognitionMode](docs/DocRecognitionMode.md)
435442
- [AsposePdfCloud::DocumentPrivilege](docs/DocumentPrivilege.md)
436443
- [AsposePdfCloud::EpubRecognitionMode](docs/EpubRecognitionMode.md)
@@ -481,6 +488,7 @@ Class | Method | HTTP request | Description
481488
- [AsposePdfCloud::Segment](docs/Segment.md)
482489
- [AsposePdfCloud::ShapeType](docs/ShapeType.md)
483490
- [AsposePdfCloud::Signature](docs/Signature.md)
491+
- [AsposePdfCloud::SignatureCustomAppearance](docs/SignatureCustomAppearance.md)
484492
- [AsposePdfCloud::SignatureType](docs/SignatureType.md)
485493
- [AsposePdfCloud::SoundEncoding](docs/SoundEncoding.md)
486494
- [AsposePdfCloud::SoundIcon](docs/SoundIcon.md)
@@ -500,6 +508,7 @@ Class | Method | HTTP request | Description
500508
- [AsposePdfCloud::TextReplaceListRequest](docs/TextReplaceListRequest.md)
501509
- [AsposePdfCloud::TextState](docs/TextState.md)
502510
- [AsposePdfCloud::TextStyle](docs/TextStyle.md)
511+
- [AsposePdfCloud::TimestampSettings](docs/TimestampSettings.md)
503512
- [AsposePdfCloud::VerticalAlignment](docs/VerticalAlignment.md)
504513
- [AsposePdfCloud::WordCount](docs/WordCount.md)
505514
- [AsposePdfCloud::WrapMode](docs/WrapMode.md)
@@ -536,6 +545,7 @@ Class | Method | HTTP request | Description
536545
- [AsposePdfCloud::FileAttachmentAnnotations](docs/FileAttachmentAnnotations.md)
537546
- [AsposePdfCloud::FileAttachmentAnnotationsResponse](docs/FileAttachmentAnnotationsResponse.md)
538547
- [AsposePdfCloud::FileVersion](docs/FileVersion.md)
548+
- [AsposePdfCloud::FormField](docs/FormField.md)
539549
- [AsposePdfCloud::FreeTextAnnotationResponse](docs/FreeTextAnnotationResponse.md)
540550
- [AsposePdfCloud::FreeTextAnnotations](docs/FreeTextAnnotations.md)
541551
- [AsposePdfCloud::FreeTextAnnotationsResponse](docs/FreeTextAnnotationsResponse.md)
@@ -576,6 +586,9 @@ Class | Method | HTTP request | Description
576586
- [AsposePdfCloud::ScreenAnnotationResponse](docs/ScreenAnnotationResponse.md)
577587
- [AsposePdfCloud::ScreenAnnotations](docs/ScreenAnnotations.md)
578588
- [AsposePdfCloud::ScreenAnnotationsResponse](docs/ScreenAnnotationsResponse.md)
589+
- [AsposePdfCloud::SignatureFieldResponse](docs/SignatureFieldResponse.md)
590+
- [AsposePdfCloud::SignatureFields](docs/SignatureFields.md)
591+
- [AsposePdfCloud::SignatureFieldsResponse](docs/SignatureFieldsResponse.md)
579592
- [AsposePdfCloud::SignatureVerifyResponse](docs/SignatureVerifyResponse.md)
580593
- [AsposePdfCloud::SoundAnnotationResponse](docs/SoundAnnotationResponse.md)
581594
- [AsposePdfCloud::SoundAnnotations](docs/SoundAnnotations.md)
@@ -623,6 +636,7 @@ Class | Method | HTTP request | Description
623636
- [AsposePdfCloud::PopupAnnotation](docs/PopupAnnotation.md)
624637
- [AsposePdfCloud::RedactionAnnotation](docs/RedactionAnnotation.md)
625638
- [AsposePdfCloud::ScreenAnnotation](docs/ScreenAnnotation.md)
639+
- [AsposePdfCloud::SignatureField](docs/SignatureField.md)
626640
- [AsposePdfCloud::TextFooter](docs/TextFooter.md)
627641
- [AsposePdfCloud::TextHeader](docs/TextHeader.md)
628642
- [AsposePdfCloud::TextStamp](docs/TextStamp.md)

docs/DocMDPAccessPermissionType.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# AsposePdfCloud::DocMDPAccessPermissionType
2+
The access permissions granted for this document.
3+
Valid values are:
4+
1 - No changes to the document are permitted; any change to the document invalidates the signature.
5+
2 - Permitted changes are filling in forms, instantiating page templates, and signing; other changes invalidate the signature.
6+
3 - Permitted changes are the same as for 2, as well as annotation creation, deletion, and modification; other changes invalidate the signature.
7+
8+
## Enum
9+
Name | Type | Value | Description
10+
------------ | ------------- | ------------- | -------------
11+
**NO_CHANGES** | **String** | 'NoChanges' | No changes to the document are permitted; any change to the document invalidates the signature.
12+
**FILLING_IN_FORMS** | **String** | 'FillingInForms' | Permitted changes are filling in forms, instantiating page templates, and signing; other changes invalidate the signature.
13+
**ANNOTATION_MODIFICATION** | **String** | 'AnnotationModification' | Permitted changes are the same as for 2, as well as annotation creation, deletion, and modification; other changes invalidate the signature.
14+
15+
16+

docs/FormField.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# AsposePdfCloud::FormField
2+
Provides form field.
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**links** | [**Array<Link>**](Link.md) | Link to the document. | [optional]
8+
**partial_name** | **String** | Field name. | [optional]
9+
**rect** | [**Rectangle**](Rectangle.md) | Field rectangle. | [optional]
10+
**value** | **String** | Field value. | [optional]
11+
**page_index** | **Integer** | Page index. |
12+
**height** | **Float** | Gets or sets height of the field. | [optional]
13+
**width** | **Float** | Gets or sets width of the field. | [optional]
14+
**z_index** | **Integer** | Z index. | [optional]
15+
**is_group** | **BOOLEAN** | Is group. |
16+
**parent** | [**FormField**](FormField.md) | Gets field parent. | [optional]
17+
**is_shared_field** | **BOOLEAN** | Property for Generator support. Used when field is added to header or footer. If true, this field will created once and it's appearance will be visible on all pages of the document. If false, separated field will be created for every document page. | [optional]
18+
**flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the field. | [optional]
19+
**color** | [**Color**](Color.md) | Color of the annotation. | [optional]
20+
**contents** | **String** | Get the field content. | [optional]
21+
**margin** | [**MarginInfo**](MarginInfo.md) | Gets or sets a outer margin for paragraph (for pdf generation) | [optional]
22+
**highlighting** | [**LinkHighlightingMode**](LinkHighlightingMode.md) | Field highlighting mode. | [optional]
23+
**horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the field. | [optional]
24+
**vertical_alignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the field. | [optional]
25+
26+

0 commit comments

Comments
 (0)