Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Aspose.PDF Cloud
- API version: 2.0
- Package version: 19.4.0
- Package version: 19.5.0

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

Expand Down Expand Up @@ -37,7 +37,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-cloud-pdf</artifactId>
<version>19.4.0</version>
<version>19.5.0</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -47,7 +47,7 @@ Add this dependency to your project's POM:
Add this dependency to your project's build file:

```groovy
compile "com.aspose:aspose-cloud-pdf:19.4.0"
compile "com.aspose:aspose-cloud-pdf:19.5.0"
```

### Others
Expand All @@ -58,7 +58,7 @@ At first generate the JAR by executing:

Then manually install the following JARs:

* target/aspose-cloud-pdf-19.4.0.jar
* target/aspose-cloud-pdf-19.5.0.jar
* target/lib/*.jar

## Getting Started
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apply plugin: 'idea'
apply plugin: 'eclipse'

group = 'com.aspose'
version = '19.4.0'
version = '19.5.0'

buildscript {
repositories {
Expand Down Expand Up @@ -71,7 +71,7 @@ dependencies {
publish {
groupId = 'com.aspose'
artifactId = 'aspose-cloud-pdf'
publishVersion = '19.4.0'
publishVersion = '19.5.0'
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.'
licences = ['MIT']
website = 'https://products.aspose.cloud/pdf/cloud'
Expand Down