Aspose.Page for Node.js is an on premise Node.js API that allows you to add XPS manipulation features to your own applications. The API also supports to convert XPS, EPS & PS documents to other formats.
Directory | Description |
---|---|
Examples | A collection of Node.js examples that help you learn and explore the API features |
Convert PS,EPS,XPS to BMP, TIFF, JPEG, PNG, GIF or PDF
Merge PS, EPS, XPS to PDF or several XPS to single
Crop, resize EPS file
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);
});
Aspose.Page for Node.js is a completed library. No need others libraries to include.
Are you ready to give Aspose.Page for Node.js a try? Simply execute npm i asposepagenodejs
. If you already have Aspose.Page for Node.js and want to upgrade the version, please execute npm update asposepagenodejs
to get the latest version.
Home | Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License