24.4.0 • Published 8 days ago

aspose.diagram v24.4.0

Weekly downloads
122
License
End User License ...
Repository
-
Last release
8 days ago

Aspose.Diagram for Node.js via Java is a scalable and feature-rich API to integrate Microsoft Visio® file generation, manipulation, conversion & processing features into your own Node.js applications. It allows your applications to work with Microsoft Visio Object Model in order to create the diagrams from scratch, edit existing diagrams or convert diagrams to popular formats including PDF, HTML, images and other Visio formats.

Node.js Diagram API Features

  • Programmatically create new Microsoft Visio diagrams via API.
  • Convert Visio flow-charts to other supported formats.
  • Retrieve document information of a Visio file.
  • Export Visio files to raster images, fixed-layout and HTML formats.

Read & Write Visio File Formats

Microsoft Visio: VSDX, VSX, VTX, VDX, VSSX, VSTX, VSDM, VSSM, VSTM

Save Visio Diagrams As

Fixed Layout: PDF, XPS Images: JPEG, PNG, BMP, TIFF, SVG, EMF Web: HTML Other: XAML

Read Visio Formats

Microsoft Visio: VDW, VSD, VSS, VST

Getting Started with Aspose.Diagram for Nodejs via Java

Execute npm install aspose.diagram --save from the command line to install Aspose.Diagram for Node.js via Java in order to get started. Now, you are ready to execute any of the following code snippets or you may check the detailed Developer's Guide for all possible usage scenarios.

Create Visio VSDX File from Scratch using Node.js

var aspose = aspose || {};
aspose.diagram = require("aspose.diagram");

var diagram = new aspose.diagram.Diagram();
diagram.save("output.vsdx", aspose.diagram.SaveFileFormat.VSDX);

Export Page of Visio VSDX File to PNG Format

var aspose = aspose || {};
aspose.diagram = require("aspose.diagram");

diagram = new aspose.diagram.Diagram("template.vsdx");

// Save diagram as PNG
options = new aspose.diagram.ImageSaveOptions(aspose.diagram.SaveFileFormat.PNG);

// Save one page only, by page index
options.setPageIndex(0);

// Save resultant Image file
diagram.save("output.png", options);

Product Page | Product Documentation | Blog |API Reference | Source Code Samples | Free Support | Temporary License

24.4.0

8 days ago

24.3.0

1 month ago

24.2.0

2 months ago

24.1.0

3 months ago

23.12.0

4 months ago

23.8.0

8 months ago

23.7.0

9 months ago

23.9.0

7 months ago

23.10.0

6 months ago

23.11.0

5 months ago

23.6.0

10 months ago

23.5.0

11 months ago

23.4.0

1 year ago

23.3.0

1 year ago

23.2.0

1 year ago

22.12.0

1 year ago

23.1.0

1 year ago

22.11.0

1 year ago

22.10.0

2 years ago

22.9.0

2 years ago

22.8.0

2 years ago

22.7.0

2 years ago

22.6.0

2 years ago

22.5.0

2 years ago

22.4.0

2 years ago

22.3.0

2 years ago

22.2.0

2 years ago

22.1.0

2 years ago

21.12.0

2 years ago

21.11.0

2 years ago

21.9.0

3 years ago

21.7.0

3 years ago

21.1.0

3 years ago

20.4.0

4 years ago