Newbie here. I've looked all over and see a couple starter projects but I'm surprised there is not more (like downloadable xslt) on consuming pptx files to make html or xhtml. I'd think that would be the first thing people would do with powerpoint. One scenario I'm looking at is letting people add pages to an existing web site by uploading pptx files they make - the server would then convert those uploaded files to (x)html pages.
We all know the powerpoint save-as-web option does not really work (cross browser, taking styles, etc.). I don't want Flash or PDF or ODF. I do not have access to Sharepoint 2010.
Is this too tough to tackle? If not, where should I look for something that gets me started making a converter app in .NET that will extract all the text, images, layouts, etc from pptx files and make them available to write into HTML templates? I got the examples from Vijayeta Tilak here, and thanks for that. Those are very helpful but only about 5% of what I was hoping to find. I've also got the primers, etc. and I've looked through several MS blogs. I'm surprised at the paucity of resourses, unless this is too big to chew. What say you?