Skip to content

Commit 7f6818e

Browse files
Merge pull request #7 from kaferi/master
Updated to 18.6
2 parents d469b4e + 3c4d9d9 commit 7f6818e

File tree

13 files changed

+6973
-3247
lines changed

13 files changed

+6973
-3247
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Aspose.Pdf for Cloud
2-
[Aspose.Pdf for Cloud](https://products.aspose.cloud/pdf/cloud) 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.
1+
# Aspose.PDF Cloud
2+
[Aspose.PDF Cloud](https://products.aspose.cloud/pdf/cloud) 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.
33

4-
Our Cloud SDKs are wrappers around REST API in various programming languages, allowing you to process documents in language of your choice quickly and easily, gaining all benefits of strong types and IDE highlights. This repository contains new generation SDKs for Aspose.Pdf for Cloud and examples.
4+
Our Cloud SDKs are wrappers around REST API in various programming languages, allowing you to process documents in language of your choice quickly and easily, gaining all benefits of strong types and IDE highlights. This repository contains new generation SDKs for Aspose.PDF Cloud and examples.
55

66
These SDKs are now fully supported. If you have any questions, see any bugs or have enhancement request, feel free to reach out to us at [Free Support Forums](https://forum.aspose.cloud/c/pdf).
77

@@ -34,7 +34,7 @@ Add this dependency to your project's POM:
3434
<dependency>
3535
<groupId>com.aspose</groupId>
3636
<artifactId>aspose-cloud-pdf-android</artifactId>
37-
<version>18.4.0</version>
37+
<version>18.6.0</version>
3838
<scope>compile</scope>
3939
</dependency>
4040
```
@@ -44,7 +44,7 @@ Add this dependency to your project's POM:
4444
Add this dependency to your project's build file:
4545

4646
```groovy
47-
compile "com.aspose:aspose-cloud-pdf-android:18.4.0"
47+
compile "com.aspose:aspose-cloud-pdf-android:18.6.0"
4848
```
4949

5050
### Others
@@ -55,7 +55,7 @@ At first generate the JAR by executing:
5555

5656
Then manually install the following JARs:
5757

58-
* target/aspose-cloud-pdf-android-18.4.0.jar
58+
* target/aspose-cloud-pdf-android-18.6.0.jar
5959
* target/lib/*.jar
6060

6161
## Getting Started
@@ -93,10 +93,10 @@ public class PdfApiExample {
9393
```
9494

9595
## Unit Tests
96-
Aspose PDF SDK includes a suite of unit tests within the "test" subdirectory. These Unit Tests also serves as examples of how to use the Aspose PDF SDK.
96+
Aspose PDF Cloud SDK includes a suite of unit tests within the "test" subdirectory. These Unit Tests also serves as examples of how to use the Aspose PDF Cloud SDK.
9797

9898
## Licensing
99-
All Aspose.Pdf for Cloud SDKs are licensed under [MIT License](LICENSE).
99+
All Aspose.PDF Cloud SDKs are licensed under [MIT License](LICENSE).
100100

101101
## Resources
102102
+ [**Website**](https://www.aspose.cloud)

sample/.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/.swagger-codegen-ignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ docs/*.*
2525
src/main/java/com/aspose/asposecloudpdfandroid/auth/*.*
2626
.gitignore
2727
git_push.sh
28-
README.md
29-
28+
#README.md
29+
pom.xml

sdk/aspose-cloud-pdf-android.iml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,22 +78,17 @@
7878
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/rs" isTestSource="true" />
7979
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/shaders" isTestSource="true" />
8080
<excludeFolder url="file://$MODULE_DIR$/build/android-profile" />
81-
<excludeFolder url="file://$MODULE_DIR$/build/docs" />
8281
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/bundles" />
8382
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/classes" />
8483
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />
8584
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental-safeguard" />
8685
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/jniLibs" />
8786
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/lint" />
88-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/lint-cache" />
8987
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" />
9088
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
9189
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/shaders" />
9290
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/transforms" />
93-
<excludeFolder url="file://$MODULE_DIR$/build/libs" />
9491
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
95-
<excludeFolder url="file://$MODULE_DIR$/build/publications" />
96-
<excludeFolder url="file://$MODULE_DIR$/build/reports" />
9792
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
9893
</content>
9994
<orderEntry type="jdk" jdkName="Android API 27 Platform" jdkType="Android SDK" />

sdk/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ apply plugin: 'idea'
2020
apply plugin: 'eclipse'
2121

2222
group = 'com.aspose'
23-
version = '18.5.0'
23+
version = '18.6.0'
2424

2525
buildscript {
2626
repositories {
@@ -96,7 +96,7 @@ dependencies {
9696
publish {
9797
groupId = 'com.aspose'
9898
artifactId = 'aspose-cloud-pdf-android'
99-
publishVersion = '18.5.0'
99+
publishVersion = '18.6.0'
100100
desc = 'Aspose.PDF for 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 for 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 for 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.'
101101
licences = ['MIT']
102102
website = 'https://products.aspose.cloud/pdf/cloud'

sdk/pom.xml

Lines changed: 0 additions & 263 deletions
This file was deleted.

0 commit comments

Comments
 (0)