Aspose.PDF Cloud[![Aspose.PDF Cloud][1] file: read, write, convert, split, merge and many more options to manipulate PDF documents. Aspose.PDF Cloud is a complete solution for performing any manipulation you can wish to perform on PDF files in the cloud. Learn More

What’s new in the latest releaseThis is a major revamp release for Aspose.PDF Cloud SDK for Java. It covers all the [Aspose.PDF Cloud APIs][2]. This SDK provides a complete solution to manipulate PDF (Portable Document Format) in Java using powerful [Aspose.PDF Cloud APIs][3], so you can perform any operation on PDF files in the cloud seamlessly. Source Code Repository Complete source code of this release of Aspose.PDF Cloud SDK for Java is freely available on your favorite GitHub repository.

  • Aspose.PDF Cloud SDK for Java - v1.0.0

Setup Aspose.PDF Cloud SDK for Java is also available as released artifacts in the [Aspose Maven Repository][4]. You can bypass GitHub source code repository and depend directly on the released artifacts from Aspose Maven Repository by adding the following repository and dependency to development environments like Eclipse or Apache Maven: Aspose Maven Repository

<repositories>
    <repository>
        <id>aspose-maven-repository</id>
        <name>Aspose Maven Repository</name>
        <url>http://repository.aspose.cloud/repo</url>
    </repository>
</repositories> 
```**Maven Dependency**

//Instantiate Aspose PDF Cloud API SDK PDFApi pdfApi = new PDFApi(apiKey, appSID,true);

//set input file name String fileName = “Sample.pdf”;

//set cloud storage info String storage = null; // default: aspose cloud storage String folder = null; //no nested folder in cloud storage

//upload input file to aspose cloud storage storageApi.PutCreate(fileName, “”, storage, new File(getClass().getResource("/" + fileName).toURI()));

//Now invoke Aspose.PDF Cloud APIs : e.g convert a pdf to different file formats String format = “TIFF”; String outPath = null;

ResponseMessage apiResponse = pdfApi.GetDocumentWithFormat(fileName, format, storage, folder, outPath);

//save converted format file from api response if(apiResponse!=null && apiResponse.getStatus().equals(“OK”)){ InputStream responseStream = apiResponse.getInputStream(); final Path destination = Paths.get(“c:\temp" + name + “.” + format); Files.copy(responseStream, destination, StandardCopyOption.REPLACE_EXISTING); }


*   [Working with Document](http://www.aspose.com/docs/display/pdfcloud/Working+with+Document)
*   [Working with Pages](http://www.aspose.com/docs/display/pdfcloud/Working+with+Pages)
*   [Working with Form Fields](http://www.aspose.com/docs/display/pdfcloud/Working+with+Form+Fields)
*   [Working with Text](http://www.aspose.com/docs/display/pdfcloud/Working+with+Text)
*   [Working with Images](http://www.aspose.com/docs/display/pdfcloud/Working+with+Images)
*   [Working with Annotations](http://www.aspose.com/docs/display/pdfcloud/Working+with+Annotations)
*   [Working with Bookmarks](http://www.aspose.com/docs/display/pdfcloud/Working+with+Bookmarks)
*   [Working with Links](http://www.aspose.com/docs/display/pdfcloud/Working+with+Links)
*   [Working with Attachments](http://www.aspose.com/docs/display/pdfcloud/Working+with+Attachments)
*   [Working with Document Properties](http://www.aspose.com/docs/display/pdfcloud/Working+with+Document+Properties)
*   [Working with Watermarks or Stamps](http://www.aspose.com/docs/display/pdfcloud/Working+with+Watermarks+or+Stamps)

## Start a Free Trial TodayStart a free trial today – all you need is to [sign up][7] with the Aspose Cloud service. Once you have signed up, you are ready to try the powerful file processing features offered by Aspose Cloud.




[1]: https://blog.aspose.com/wp-content/uploads/sites/2/2014/12/aspose_pdf_for_cloud_140px.png "Aspose.PDF Cloud")](http://www.aspose.com/cloud/excel-api.aspx)Aspose.PDF Cloud’s platform independent document manipulation API is a true REST API that can be used with any language: .NET, Java, PHP, Ruby, Rails, Python, jQuery and many more. You can use it with any platform — web, desktop, mobile, and cloud. With Aspose.PDF Cloud you can work with all aspects of PDF (portable document format
[2]: http://www.aspose.com/docs/display/pdfcloud/Home
[3]: http://www.aspose.com/cloud/pdf-api.aspx
[4]: http://maven.aspose.com/repository/repo
[5]: http://www.aspose.com/docs/display/pdfcloud/Home
[6]: http://www.aspose.com/docs/display/pdfcloud/Developer+Guide
[7]: http://dashboard.aspose.cloud/