Node.js library to communicate with Aspose.Diagram REST API. Create, Convert & Inspect Visio® files in the Cloud.
Aspose.Diagram Cloud SDK for Node.js helps you develop Visio file manipulation applications with the help of Aspose.Diagram REST API. It allows your applications to work with Microsoft Visio Object Model in order to create the diagrams from scratch or convert diagrams to popular formats including PDF, HTML, images and other Visio formats.
Please refer to Developer’s Guide to see what else you can achieve.
Microsoft Visio: VSDX, VSX, VTX, VDX, VSSX, VSTX, VSDM, VSSM, VSTM
Fixed Layout: PDF, XPS
Images: JPEG, PNG, BMP, TIFF, SVG, EMF
Web: HTML
Other: XAML, SWF
Microsoft Visio: VDW, VSD, VSS, VST
Added support to draw following objects on a page:
Added support to:
For the detailed notes, please visit Aspose.Diagram Cloud 20.3 Release Notes.
Firstly, create an account at Aspose for Cloud to get your application information. Now execute npm install aspose-diagram-cloud-node --save
from the command line to install Aspose.Diagram Cloud SDK for Node.js via NPM.
// Get your ClientId and ClientSecret from https://dashboard.aspose.cloud (free registration required).
const diagramApi = new DiagramApi("MY_CLIENT_ID", "MY_CLIENT_SECRET");
var req = new model.CreateNewRequest();
req.name = "sample.vdx";
req.isOverwrite = true;
req.folder = storageTestFOLDER;
return diagramApi.diagramNamePut(req).then((result) => { // handle result... });
.NET | Java | PHP | Python | Ruby | Node.js | Android | Perl | Swift |
---|---|---|---|---|---|---|---|---|
GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub |
NuGet | Maven | Composer | PIP | GEM | NPM | Maven | CPAN | POD |
Home | Product Page | Documentation | Live Demo | API Reference | Code Samples | Blog | Free Support | Free Trial