XMP metadata functions

Core Functions

NameDescription
AsposeEPSGetXMPGet XMP metadata.
AsposeXMPAddArrayItemAdds value into an array.
AsposeXMPAddNamedValueAdds named value into a structure.
AsposeXMPAddNamespaceRegisters namespace URI and add value.
AsposeXMPAddSimplePropertiesMerge a Postscript files to PDF.

Detailed Description

Convert postscript or xps file to image or PDF file.

/* Web Worker*/
const AsposePageWebWorker = new Worker("AsposePageforJS.js");

or

<!-- Load and initiate Aspose.Page for JavaScript via C++ -->
<script type="text/javascript" async src="AsposePageforJS.js"></script>