Aspose.Page for JavaScript via C++
Contents
[
Hide
]Aspose.Page for JavaScript via C++ allows developers manipulate PS,EPS,XPS files directly in the Web.
Such operations are very time consuming, so we recommend using Web Worker.
Convert functions
Function | Description |
---|---|
AsposePSSaveAsImage | Convert a Postscript file to image. |
AsposePSSaveAsPdf | Convert a Postscript file to PDF. |
AsposeXPSSaveAsImage | Convert a XPS file to image. |
AsposeXPSSaveAsPdf | Convert a XPS file to PDF. |
Merge functions
Function | Description |
---|---|
AsposePSMergeToPdf | Merge a Postscript files to PDF. |
AsposeXPSMergeToPdf | Merge a XPS files to PDF. |
AsposeXPSMergeToXps | Merge a several XPS files to one XPS. |
XMP metadata functions
Function | Description |
---|---|
AsposeEPSGetXMP | Reads PS/EPS file and extracts XmpMetdata if it already exists or add new one if it doesn�t exist. |
AsposeXMPAddArrayItem | Merge a Postscript files to PDF. |
AsposeXMPAddNamedValue | Merge a Postscript files to PDF. |
AsposeXMPAddNamespace | Merge a Postscript files to PDF. |
AsposeXMPAddSimpleProperties | Merge a Postscript files to PDF. |
Core Functions
Function | Description |
---|---|
AsposePagePrepare | Save the BLOB in the Memory FS for processing. |
AsposePagePrepareBase64 | Save the string representation BLOB in the Memory FS for processing. |
Miscellaneous
Function | Description |
---|---|
AsposePageAbout | Get info about Product. |
DownloadFile | Make a link in HTML to download the file. |
DownloadFileAuto | Make a link in HTML to download the file and start download after 2 seconds. |
Enumerations
Enumeration | Description |
---|---|
ImageFormat | Specifies image format. |