How to create powerpoint file using xml or javascript, i want to create powerpoint file using javascript, i have some sample code
var xml = '<?xml version="1.0" standalone="true"?>';
xml += '<?mso-application progid="PowerPoint.Show"?>';
//xml +='<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:p="urn:schemas-microsoft-com:office:powerpoint">';
xml +='<pkg:package xmlns:pkg="http://schemas.microsoft.com/office/2006/xmlPackage">';