Skip to content

NOTE: This SDK is no longer updated because we have created a newer and much improved version of this SDK. Please check details below. This repository holds Aspose Cloud SDK / Examples for Node.js platform.

License

Notifications You must be signed in to change notification settings

asposemarketplace/Aspose_for_Node.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##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.

About

NOTE: This SDK is no longer updated because we have created a newer and much improved version of this SDK. Please check details below. This repository holds Aspose Cloud SDK / Examples for Node.js platform.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •