Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

Download Node.js Library to manipulate XPS, EPS, PS Files

Aspose.Page for Node.js via C++ allows developers to manipulate Postscript/XPS files directly on the Web. This Node.js solution is built using WebAssembly technology and is based on Aspose.Page for C++. For the detailed instructions please visit the Installation documentation page. You can easily download Aspose.Page for Node.js via C++ from NPM with the following command:

>

Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License | EULA

Why download Aspsoe.Page for Node.js via C++?

Aspose.Page for Node.js via C++ is an on premise Node.js API developed on Aspose.Page for C++ library that allows you manipulateXPS/Postscript files on your own applications.

Postscript/XPS Converting Features

Convert PS,EPS,XPS to BMP, TIFF, JPEG, PNG, GIF or PDF

Postscript/XPS Merging Features

Merge PS, EPS, XPS to PDF or several XPS to single

Supported Read Formats

XPS, EPS, PS

Save XPS, PS & EPS Documents As

Fixed Layout: PDF
Image: BMP, JPEG, PNG, GIF, TIFF

EPS functionality

Crop, resize EPS file

Save image as EPS

const AsposePage = require('asposepagenodejs');

const img_file = "./data/PAGENET-361-10.bmp";

console.log("Aspose.Page for Node.js via C++ examples.");

AsposePage().then(AsposePageModule => {

    const json = AsposePageModule.AsposeSaveImageAsEps(img_file, img_file + ".eps");
    console.log("SaveImageAsEps => %O",  json.errorCode == 0 ? "Result: " + json.fileNameResult.toString() : json.errorText);
});


Direct Download

Icons

Aspose.Page for Node.js via C++ 25.6

Aspose.Page for Node.js via C++ 25.6 API

Added: Downloads:

Download

File Size: 33.35MB