Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating OpenXML documents using JavaScript

I have an application that needs to create simple OpenXML documents (in particular PowerPoint presentations) using JavaScript.

Can anyone suggest how to get started on this please (or even if it is possible)? I've used the Microsoft OpenXML SDK for doing something similar using C#, and was wondering whether there were any JavaScript libraries with similar functionality.

Essentially the problem is how to create the individual OpenXML documents that make up an unzipped PowerPoint document, then zip them together to create the PowerPoint (.pptx) file, which someone can then save to their disk.

Any ideas welcome!

like image 694
Appetere Avatar asked Nov 30 '11 16:11

Appetere


1 Answers

Use the OpenXML SDK for Javascript

like image 163
Tim Erickson Avatar answered Oct 02 '22 19:10

Tim Erickson