Browse our Products

Aspose.Font for Node.js via C++ 25.10 Release Notes

Support for saving CFF CID-keyed fonts has been added.

Example for ECMAScript (ES6 or mjs format):

import AsposeFont from 'asposefontnodejs';


console.log('Aspose.Font for Node.js via C++ example');

const AsposeFontModule = await AsposeFont();

//AsposeFontAbout - Get info about Product
json = AsposeFontModule.AsposeFontAbout();
console.log("AsposeFontAbout => %O",  json.errorCode == 0 ? JSON.parse(JSON.stringify(json).replace('"errorCode":0,"errorText":"",','')) : json.errorText);