Skip to content

aspose-page/Aspose.Page-for-Node.js-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Node.js Library for XPS, PS & EPS Files

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

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

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);
});

Platform Independence

Aspose.Page for Node.js is a completed library. No need others libraries to include.

Get Started with Aspose.Page for Node.js

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published