How to Setup Aspose.Pdf Cloud SDK for Perl
Contents
[
Hide
]
Using CPAN
First install CPAN module. For details click here.
cpan AsposePdfCloud::PdfApi
Direct Method
- Download the latest package from github
- Unpack and run following command
cd SDKs/Aspose.Pdf-Cloud-SDK-for-Perl
perl Build.PL
./Build
./Build test
./Build install