Aspose.Words Cloud[![][1] [![][2] What’s new in the latest release This is a new release for Aspose.Words Cloud SDK for Perl. It covers all the [Aspose.Words Cloud APIs][3]. This SDK provides a complete one-stop solution for integrating with powerful [Aspose.Words Cloud APIs][4] with Perl, so you can perform any operation on a document in the cloud with minimum effort. Source Code Repository Complete source code of this release of Aspose.Words Cloud SDK for Perl is freely available on your favorite [GitHub][5] and [Codeplex][6] repositories. .

Setup Aspose.Words Cloud SDK for Perl is also available as released package in the [CPAN (Perl Archive Network)][7]. You can bypass [GitHub source code repository][8] and depend directly on the released package by installing from CPAN: Aspose.Words Cloud SDK for Perl - CPAN installation

 sudo cpan AsposeWordsCloud::WordsApi 
```You can also manually build the module by downloading the code and executing the following in the root directory of the download:

perl Build.PL ./Build ./Build test ./Build install

use lib ’lib’; use strict; use warnings; use File::Slurp; # From CPAN

use AsposeStorageCloud::StorageApi; use AsposeStorageCloud::ApiClient; use AsposeStorageCloud::Configuration;

use AsposeWordsCloud::WordsApi; use AsposeWordsCloud::ApiClient; use AsposeWordsCloud::Configuration;

$AsposeWordsCloud::Configuration::app_sid = ‘XXX’; $AsposeWordsCloud::Configuration::api_key = ‘XXX’;

$AsposeStorageCloud::Configuration::app_sid = $AsposeWordsCloud::Configuration::app_sid; $AsposeStorageCloud::Configuration::api_key = $AsposeWordsCloud::Configuration::api_key;

#Instantiate Aspose.Storage API SDK my $storageApi = AsposeStorageCloud::StorageApi->new();

#Instantiate Aspose.Words API SDK my $wordsApi = AsposeWordsCloud::WordsApi->new();

my $data_path = ‘./data/’;

my $filename = ‘SampleWordDocument’; my $name = $filename . ‘.docx’; my $format = ‘pdf’;

#upload file to aspose cloud storage my $response = $storageApi->PutCreate(Path => $name, file => $data_path.$name);

#invoke Aspose.Words Cloud SDK API to convert words document to required format $response = $wordsApi->PutConvertDocument(format=> $format, file => $data_path.$name);

#download output document from response my $output_file = ‘C:/temp/’. $filename . ‘.’ . $format; write_file($output_file, { binmode => “:raw” }, $response->{‘Content’});


*   [Working with Document](http://www.aspose.com/docs/display/wordscloud/Working+with+Document)
*   [Working with Sections](http://www.aspose.com/docs/display/wordscloud/Working+with+Sections)
*   [Working with Paragraphs](http://www.aspose.com/docs/display/wordscloud/Working+with+Paragraphs)
*   [Working with Protection](http://www.aspose.com/docs/display/wordscloud/Working+with+Protection)
*   Working with Mail Merge
*   [Working with Text](http://www.aspose.com/docs/display/wordscloud/Working+with+Text)
*   [Working with Bookmarks](http://www.aspose.com/docs/display/wordscloud/Working+with+Bookmarks)
*   [Working with Fields](http://www.aspose.com/docs/display/wordscloud/Working+with+Fields)
*   [Working with Drawing Objects](http://www.aspose.com/docs/display/wordscloud/Working+with+Drawing+Objects)
*   [Working with Hyperlinks](http://www.aspose.com/docs/display/wordscloud/Working+with+Hyperlinks)
*   [Working with Watermark](https://docs.aspose.cloud/display/wordscloud/Working+with+Watermark)
*   [Working with Page Setup](http://www.aspose.com/docs/display/wordscloud/Working+with+Page+Setup)
*   [Working with Document Properties](http://www.aspose.com/docs/display/wordscloud/Working+with+Document+Properties)

Start a Free Trial Today Start a free trial today – all you need is to [sign up][12] 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/2015/03/aspose_words_for_cloud_140px.png "Aspose.Words Cloud")](http://www.aspose.com/cloud/word-api.aspx)Aspose.Words Cloud’s platform independent document manipulation API is a true REST API that can be used with any language: .NET, Java, Perl, PHP, Ruby, Rails, Python, Node.js and many more. You can use it with any platform — web, desktop, mobile, and cloud. With Aspose.Words Cloud you can modify and convert documents on the cloud. It supports DOC, DOCX, OOXML, RTF, HTML, OpenDocument, PDF, XPS, EPUB and many other formats. Aspose.Words Cloud is a complete solution for performing any operation you can wish to perform on a document in the cloud. [Learn More](http://www.aspose.com/cloud/word-api.aspx
[2]: https://blog.aspose.com/wp-content/uploads/sites/2/2015/11/WordsCloud-Format-Supported.png "Aspose.Words Cloud SDK for Perl")](http://www.aspose.com/cloud/word-api.aspx
[3]: http://www.aspose.com/docs/display/wordscloud/Home
[4]: http://www.aspose.com/cloud/word-api.aspx
[5]: https://github.com/aspose-words-cloud/
[6]: https://asposewordscloud.codeplex.com/SourceControl/latest#SDKs/Aspose.Words-Cloud-SDK-for-Perl/
[7]: https://metacpan.org/release/AsposeWordsCloud-WordsApi/
[8]: https://github.com/aspose-words-cloud/
[9]: https://metacpan.org/release/AsposeStorageCloud-StorageApi
[10]: http://www.aspose.com/docs/display/wordscloud
[11]: http://www.aspose.com/docs/display/wordscloud/Developer+Guide
[12]: http://dashboard.aspose.cloud/