Aspose.Slides Cloud[![][1] ![][2], PPS, POT, XPS, PDF, HTML and all those image formats that your organization uses very commonly") What’s new in the latest release This is a major release for Aspose.Slides Cloud SDK for Perl. It covers all the [Aspose.Slides Cloud APIs][3]. This SDK provides a complete solution to manipulate PowerPoint documents in perl using powerful [Aspose.Slides Cloud APIs][4], so you can perform any operation on PowerPoint documents in the cloud seamlessly. Source Code Repository Complete source code of this release of Aspose.Slides Cloud SDK for Perl is freely available on your favorite GitHub and [Codeplex][5] repositories.

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

 sudo cpan AsposeSlidesCloud::SlidesApi 
```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 AsposeStorageCloud::StorageApi; use AsposeStorageCloud::ApiClient; use AsposeStorageCloud::Configuration;

use AsposeSlidesCloud::SlidesApi; use AsposeSlidesCloud::ApiClient; use AsposeSlidesCloud::Configuration;

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

$AsposeSlidesCloud::Configuration::debug = 1; $AsposeStorageCloud::Configuration::app_sid = $AsposeSlidesCloud::Configuration::app_sid; $AsposeStorageCloud::Configuration::api_key = $AsposeSlidesCloud::Configuration::api_key;

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

#Instantiate Aspose.Slides API SDK my $slidesApi = AsposeSlidesCloud::SlidesApi->new();

my $data_path = ‘../data/’;

#set input file name my $filename = “sample”; my $name = $filename . “.pptx”; my $format = “tiff”;

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

#invoke Aspose.Slides Cloud SDK API to save a presentation to different other formats
$response = $slidesApi->GetSlidesDocumentWithFormat(name => $name, format => $format);

if($response->{‘Status’} eq ‘OK’){ #save converted format file 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/slidescloud/Working+with+Document)
*   [Working with Slides](http://www.aspose.com/docs/display/slidescloud/Working+with+Slides)
*   [Working with Images](http://www.aspose.com/docs/display/slidescloud/Working+with+Images)
*   [Working with Shapes](http://www.aspose.com/docs/display/slidescloud/Working+with+Shapes)
*   [Working with Text](http://www.aspose.com/docs/display/slidescloud/Working+with+Text)
*   [Working with Document Properties](http://www.aspose.com/docs/display/slidescloud/Working+with+Document+Properties)

Start a Free Trial Today Start a free trial today – all you need is to [sign up][10] 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/2016/05/aspose_slides-for-cloud-small-2.png "Aspose.Slides Cloud")](http://www.aspose.com/cloud/powerpoint-api.aspx)Aspose.Slides 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. Aspose.Slides Cloud is a unique PowerPoint® management API that enables you to read, write, convert and manipulate Microsoft, OpenOffice and others PowerPoint documents on the cloud. Aspose.Slides Cloud is a complete solution for performing any manipulation you can wish to perform on PowerPoint documents in the cloud. [Learn More](http://www.aspose.com/cloud/powerpoint-api.aspx
[2]: https://blog.aspose.com/wp-content/uploads/sites/2/2016/05/supported-file-formats.png "Aspose.Slides Cloud supports PowerPoint Presentation (PPT, PPTX, POTX, PPSX, PresentationML
[3]: http://www.aspose.com/docs/display/slidescloud/Home
[4]: http://www.aspose.com/cloud/powerpoint-api.aspx
[5]: https://asposeslidescloud.codeplex.com/SourceControl/latest#SDKs/Aspose.Slides-Cloud-SDK-for-Perl/
[6]: https://metacpan.org/release/AsposeSlidesCloud-SlidesApi/
[7]: https://metacpan.org/release/AsposeStorageCloud-StorageApi
[8]: http://www.aspose.com/docs/display/slidescloud/Home
[9]: http://www.aspose.com/docs/display/slidescloud/Developer+Guide
[10]: http://dashboard.aspose.cloud/