Alldocs

Convert JSON (Pandoc)
to Rich Text Format

Looking for a free text converter? Look no more, upload your Pandoc JSON files and convert them to Rich Text Format files. Yes, it’s that easy.

Converting from Pandoc JSON

This free online converter is based on Pandoc, a command-line tool that is capable of converting nearly any text format to any other text format. Under the hood Pandoc converts text formats to an abstract tree. Pandoc uses the abstract tree to generate your desired format. That abstract tree can be stored as JSON, so that’s what we do here. Not sure why anybody would want a JSON file with a Pandoc AST, but probably you just need any JSON (JavaScript object notation) represenation. Try Pandoc JSON, it’s good to parse in any language. Hope that helps! At least it’s free.

The files end with .json by default.

More about Pandoc JSON files

Converting to Rich Text Format

The Rich Text Format originated in the Microsoft Word Development team in 1987. It was developed for cross-platform document interchange with other products from Microsoft. You could say it’s the light version of Word files. Still proprietary, but less feature rich. It has more features than a plain text file, that’s why it has rich in the name though. There hasn’t been a change since 2008 (Version 1.9.1). It’s not dead though. Every once in a while there comes a small file with a .rtf extension. When you see such a file, you know it’s a Rich Text Format file. One cool thing: RTF files are human-readable. It’s not some binary file, it’s a plain text based markup format.

The files end with .rtf by default. More about Rich Text Format files