Aspose.Page for Node.js via C++

Aspose.Page for Node.js via C++ allows developers manipulate PS,EPS,XPS files directly in the Web.

You can use EC5 (cjs) along with EC6 (mjs) library modules.

Convert functions

FunctionDescription
AsposePSSaveAsImageConvert a Postscript file to image.
AsposePSSaveAsPdfConvert a Postscript file to PDF.
AsposeXPSSaveAsImageConvert a XPS file to image.
AsposeXPSSaveAsPdfConvert a XPS file to PDF.

Merge functions

FunctionDescription
AsposePSMergeToPdfMerge a Postscript files to PDF.
AsposeXPSMergeToPdfMerge a XPS files to PDF.
AsposeXPSMergeToXpsMerge a several XPS files to one XPS.

XMP metadata functions

FunctionDescription
AsposeEPSGetXMPReads PS/EPS file and extracts XmpMetdata if it already exists or add new one if it doesn�t exist.
AsposeXMPAddArrayItemMerge a Postscript files to PDF.
AsposeXMPAddNamedValueMerge a Postscript files to PDF.
AsposeXMPAddNamespaceMerge a Postscript files to PDF.
AsposeXMPAddSimplePropertiesMerge a Postscript files to PDF.

Core Functions

FunctionDescription
AsposePagePrepareSave the BLOB in the Memory FS for processing.
AsposePagePrepareBase64Save the string representation BLOB in the Memory FS for processing.

Miscellaneous

FunctionDescription
AsposePageAboutGet info about Product.
DownloadFileMake a link in HTML to download the file.
DownloadFileAutoMake a link in HTML to download the file and start download after 2 seconds.

Enumerations

EnumerationDescription
ImageFormatSpecifies image format.
UnitsThis enum contains possible values for size units.