You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-4Lines changed: 18 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Aspose.PDF Cloud
2
2
- API version: 3.0
3
-
- Package version: 19.7.0
3
+
- Package version: 19.8.0
4
4
5
5
[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.
6
6
@@ -37,7 +37,7 @@ Add this dependency to your project's POM:
37
37
<dependency>
38
38
<groupId>com.aspose</groupId>
39
39
<artifactId>aspose-cloud-pdf</artifactId>
40
-
<version>19.7.0</version>
40
+
<version>19.8.0</version>
41
41
<scope>compile</scope>
42
42
</dependency>
43
43
```
@@ -47,7 +47,7 @@ Add this dependency to your project's POM:
47
47
Add this dependency to your project's build file:
48
48
49
49
```groovy
50
-
compile "com.aspose:aspose-cloud-pdf:19.7.0"
50
+
compile "com.aspose:aspose-cloud-pdf:19.8.0"
51
51
```
52
52
53
53
### Others
@@ -58,7 +58,7 @@ At first generate the JAR by executing:
*PdfApi* | [**getLaTeXInStorageToPdf**](docs/PdfApi.md#getLaTeXInStorageToPdf) | **GET** /pdf/create/latex | Convert LaTeX file (located on storage) to PDF format and return resulting file in response.
203
204
*PdfApi* | [**getLineAnnotation**](docs/PdfApi.md#getLineAnnotation) | **GET** /pdf/\{name}/annotations/line/\{annotationId} | Read document page line annotation by ID.
204
205
*PdfApi* | [**getLinkAnnotation**](docs/PdfApi.md#getLinkAnnotation) | **GET** /pdf/\{name}/links/\{linkId} | Read document link annotation by ID.
206
+
*PdfApi* | [**getMarkdownInStorageToPdf**](docs/PdfApi.md#getMarkdownInStorageToPdf) | **GET** /pdf/create/markdown | Convert MD file (located on storage) to PDF format and return resulting file in response.
205
207
*PdfApi* | [**getMhtInStorageToPdf**](docs/PdfApi.md#getMhtInStorageToPdf) | **GET** /pdf/create/mht | Convert MHT file (located on storage) to PDF format and return resulting file in response.
206
208
*PdfApi* | [**getMovieAnnotation**](docs/PdfApi.md#getMovieAnnotation) | **GET** /pdf/\{name}/annotations/movie/\{annotationId} | Read document page movie annotation by ID.
*PdfApi* | [**putLaTeXInStorageToPdf**](docs/PdfApi.md#putLaTeXInStorageToPdf) | **PUT** /pdf/\{name}/create/latex | Convert LaTeX file (located on storage) to PDF format and upload resulting file to storage.
*PdfApi* | [**putMarkdownInStorageToPdf**](docs/PdfApi.md#putMarkdownInStorageToPdf) | **PUT** /pdf/\{name}/create/markdown | Convert MD file (located on storage) to PDF format and upload resulting file to storage.
368
374
*PdfApi* | [**putMergeDocuments**](docs/PdfApi.md#putMergeDocuments) | **PUT** /pdf/\{name}/merge | Merge a list of documents.
369
375
*PdfApi* | [**putMhtInStorageToPdf**](docs/PdfApi.md#putMhtInStorageToPdf) | **PUT** /pdf/\{name}/create/mht | Convert MHT file (located on storage) to PDF format and upload resulting file to storage.
Copy file name to clipboardExpand all lines: build.gradle
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ apply plugin: 'idea'
20
20
apply plugin: 'eclipse'
21
21
22
22
group ='com.aspose'
23
-
version ='19.7.0'
23
+
version ='19.8.0'
24
24
25
25
buildscript {
26
26
repositories {
@@ -71,7 +71,7 @@ dependencies {
71
71
publish {
72
72
groupId ='com.aspose'
73
73
artifactId ='aspose-cloud-pdf'
74
-
publishVersion ='19.7.0'
74
+
publishVersion ='19.8.0'
75
75
desc ='Aspose.PDF Cloud is a REST API for creating and editing PDF files. It can also be used to convert PDF files to different formats like DOC, HTML, XPS, TIFF and many more. Aspose.PDF Cloud gives you control: create PDFs from scratch or from HTML, XML, template, database, XPS or an image. Render PDFs to image formats such as JPEG, PNG, GIF, BMP, TIFF and many others. Aspose.PDF Cloud helps you manipulate elements of a PDF file like text, annotations, watermarks, signatures, bookmarks, stamps and so on. Its REST API also allows you to manage PDF pages by using features like merging, splitting, and inserting. Add images to a PDF file or convert PDF pages to images.'
1 - No changes to the document are permitted; any change to the document invalidates the signature.
6
+
2 - Permitted changes are filling in forms, instantiating page templates, and signing; other changes invalidate the signature.
7
+
3 - Permitted changes are the same as for 2, as well as annotation creation, deletion, and modification; other changes invalidate the signature.
8
+
9
+
## Enum
10
+
Name | Description
11
+
------------ | ------------
12
+
**NoChanges** | No changes to the document are permitted; any change to the document invalidates the signature.
13
+
**FillingInForms** | Permitted changes are filling in forms, instantiating page templates, and signing; other changes invalidate the signature.
14
+
**AnnotationModification** | Permitted changes are the same as for 2, as well as annotation creation, deletion, and modification; other changes invalidate the signature.
15
+
16
+
17
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**partialName** | **String** | Field name. | [optional]
9
+
**rect** | [**Rectangle**](Rectangle.md) | Field rectangle. | [optional]
10
+
**value** | **String** | Field value. | [optional]
11
+
**pageIndex** | **Integer** | Page index. |
12
+
**height** | **Double** | Gets or sets height of the field. | [optional]
13
+
**width** | **Double** | Gets or sets width of the field. | [optional]
14
+
**zIndex** | **Integer** | Z index. | [optional]
15
+
**isGroup** | **Boolean** | Is group. |
16
+
**parent** | [**FormField**](FormField.md) | Gets field parent. | [optional]
17
+
**isSharedField** | **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** | [**List<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
+
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the field. | [optional]
24
+
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the field. | [optional]
25
+
**links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
26
+
27
+
28
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments