{% extends "base.html" %} {% block title %}File Converter{% endblock %} {% block nav_convert %}active{% endblock %} {% block content %}

Markdown to HTML

Upload a .md file or paste markdown text to convert to a styled HTML document.

or drop a file here · or paste markdown below · outputs a styled HTML file

Preview

CSV to JSON

Upload a CSV file to convert it to JSON format.

or drop a file here · first row treated as headers · outputs .json

JSON to CSV

Upload a JSON file (array of objects) to convert it to CSV format.

or drop a file here · expects an array of objects · outputs .csv

YAML to JSON

Convert a YAML file to JSON format.

or drop a file here · outputs .json

JSON to YAML

Convert a JSON file to YAML format.

or drop a file here · outputs .yaml

CSV ↔ TSV

Convert between comma-separated and tab-separated formats.

or drop a file here · outputs .tsv

XML to JSON

Convert an XML file to JSON format.

or drop a file here · outputs .json

Create ZIP Archive

Select multiple files to bundle them into a single ZIP archive.

or drop files here · any file type · batch supported

Extract ZIP Archive

Upload a ZIP file to extract its contents. Single files download directly; multiple files are re-zipped with flat names.

or drop a file here · extracts all contents

{% endblock %} {% block scripts %} {% endblock %}