Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 2.87 KB

README.md

File metadata and controls

48 lines (37 loc) · 2.87 KB

##IMPORTANT NOTICE This SDK is no longer updated because we have created a newer and much improved version of this SDK available at following product wise repositories

You are kindly requested to try our new SDKs and then plan to migrate. We will be more than happy to help and assist you if you face any issues during or after migration. We will however continue to provide support to our existing customers for some time.


npm version Aspose Cloud SDK for Node.JS

This repository holds Aspose Cloud SDK / Examples for Node.js platform.

How to Use

var AsposeCloud = require('../lib/aspose-cloud');
var AsposeStorage = require('../lib/aspose-storage');
var AsposePdf = require('../lib/aspose-pdf');

var AppSID = '3395ba5c-****';
var AppKey = 'e8dd1b027****';

var BaseProductUri = 'http://api.aspose.com/v1.1/';


var asposeapp = new AsposeCloud({'appSID':AppSID,'appKey':AppKey,'baseURI':BaseProductUri});
console.log(aspose);

var pdf = new AsposePdf(asposeapp);
console.log(pdf);

var storage = new AsposeStorage(asposeapp);
console.log(storage);

Start a Free Trail Today

Start a free trial today – all you need is to sign up with Aspose for Cloud service. Once you have signed up, you are ready to try powerful file processing features offered by Aspose for Cloud.