Alldocs

Convert OpenOffice
to Slidy

Looking for a free text converter? Look no more, upload your OpenOffice ODT files and convert them to Slidy HTML and JavaScript slide show files. Yes, it’s that easy.

Converting from OpenOffice ODT

Having office files in a proprietary format is a big risk, that you should avoid. Thanks to OpenOffice it’s not even hard to do. With the OpenOffice ODT format we’ve got an open format, that is based on other open formats. Every ODT file is a Zip file, that contains at least a content.xml (an XML file) with the — you might have guessed it already - the content. You can open the XML file in the program of your liking, update the content and re-open it in your office program without worrying to break the file. This enables you to interact with your office files through code. And even more important, you can be pretty sure there will always be software to open and edit those files. That’s a big plus, isn’t it?

The files end with .odt by default.

More about OpenOffice ODT files

Converting to Slidy HTML and JavaScript slide show

Slidy is a Web-based slideshow created by the W3C, so it doesn’t get more official. The output is accessible and can be viewed with every web browser. Pretty cool, huh? It’s nothing for people that like their presentations styled though. Yes, you can add a little bit CSS. But come on, if you want a beautiful slideshow, I don’t think that’s the easiest way to go. If you want to invest literally no time, then it’s probably a good solution. You can use a Markdown file that contains your notes and generate a slideshow from it. Just put a few dashes between the sections to have multiple slides. Easy as that.

The files end with .html by default. More about Slidy HTML and JavaScript slide show files