Alldocs

Convert Textile
to OpenOffice

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

Converting from Textile

Textile is a lightweight markup language to convert text to HTML. 2002, Dean Allen developed the format to use it in his own content management system called Textpattern. It was originally written in PHP, like Textpattern was, but has been translated to Perl, Python, Ruby, JavaScript, and C#. There is no standard nor a working specification. Though, there are a handful of tools that use or used Textile. JIRA, Jekyll, Qt, Redmine, Salesforce too only name a few. Not sure why someone would want to work with it, but I bet there are reasons. Dean Allen called it “a humane web text generator”, sounds nice, doesn’t it?

The files end with .textile by default.

More about Textile files

Converting to 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