Omnimaga

General Discussion => Technology and Development => Computer Programming => Topic started by: ruler501 on March 07, 2011, 11:10:01 pm

Title: PPTX converter
Post by: ruler501 on March 07, 2011, 11:10:01 pm
My clas has begged me to write an executable converter which they will place in the homework drive of my schools computers. My school will not allow us to install the compatibility pack and we are currently using Microsoft Office 2003. Could someone please help me in how to do this. I will do it in any compiled language i could possibly quickly learn enough of.(C++ preffered because of prior knowledge)
Thank you to anyone who might help
Title: Re: PPTX converter
Post by: Deep Toaster on March 13, 2011, 12:31:05 pm
Hmm, I know OOo (http://www.openoffice.org/) supports .pptx and lets you convert back and forth. Try that?

Or Google Docs (http://docs.google.com/) might work.
Title: Re: PPTX converter
Post by: FinaleTI on March 13, 2011, 12:48:25 pm
Hmm, I know OOo (http://www.openoffice.org/) supports .pptx and lets you convert back and forth. Try that?

Or Google Docs (http://docs.google.com/) might work.
OpenOffice.org Portable (http://portableapps.com/apps/office/openoffice_portable) might also be a good idea, since it runs from a flash drive.
Title: Re: PPTX converter
Post by: Deep Toaster on March 13, 2011, 12:53:29 pm
I've used that before, and it's unfortunately slow (to start up) :( But I guess if your teachers don't want you installing stuff, that would work.
Title: Re: PPTX converter
Post by: ruler501 on March 17, 2011, 10:38:36 pm
Open Office portable is too large for my flash drive. I'm almost out of space.
they want me to write a small program. Does anyone know how to do this. How do they change from pptx and ppt? If i know that I should be able to figure out how to make it work
Title: Re: PPTX converter
Post by: z80man on March 17, 2011, 11:37:04 pm
I don't think this would be a small program. By my best guess pptx is a compressed version of ppt. I had made two identical powerpoints and saved one as a ppt and the other as pptx. I then opened up the files in a hex editor. I was able to find the text from the ppt but not in the the pptx. The format seems very complex and I doubt microsoft would be willing to give out details on it.
Title: Re: PPTX converter
Post by: Deep Toaster on March 18, 2011, 07:25:41 pm
I don't think this would be a small program. By my best guess pptx is a compressed version of ppt. I had made two identical powerpoints and saved one as a ppt and the other as pptx. I then opened up the files in a hex editor. I was able to find the text from the ppt but not in the the pptx. The format seems very complex and I doubt microsoft would be willing to give out details on it.

OOo might though.