Free File Converter
🖼 Images
📊 Data
📄 Documents
📐 CAD / Vector

Image Converter

Convert between PNG, JPG, WebP, BMP, GIF, and ICO. All processing happens locally in your browser.

Drop image files here
PNG, JPG, WebP, BMP, GIF, ICO supported
or click to browse files
🔒 Processed locally — never uploaded
Convert to:
PNG JPG WEBP BMP ICO
No files added yet. Drop some above.

About image conversion

This tool converts your images entirely within your browser using the HTML5 Canvas API. No files leave your device at any point — what you see is what gets processed on your own machine.

Supported formats

PNG
Lossless. Best for screenshots, logos, transparent images.
JPG
Lossy compression. Best for photos. Smaller file sizes.
WebP
Modern format. Smaller than JPG at same quality. Ideal for web.
BMP
Uncompressed bitmap. Large files, maximum compatibility.
ICO
Windows icon format. Used for favicons and app icons.

When converting from a format with transparency (PNG, WebP) to one without (JPG, BMP), transparent areas are filled with white automatically.

Data File Converter

Convert between CSV, JSON, TSV, and XML. Structure is preserved automatically where possible.

Drop data files here
CSV, JSON, TSV, XML supported
or click to browse files
🔒 Processed locally — never uploaded
Convert to:
JSON CSV TSV XML
No files added yet. Drop some above.

About data file conversion

Tabular data (CSV, TSV) converts cleanly to JSON arrays of objects, and vice versa. The first row of CSV/TSV files is treated as the header row and becomes the object keys in JSON output.

XML conversion produces a structured JSON representation of the document tree. Deeply nested XML may require manual cleanup depending on your use case.

Format quick reference

CSV
Comma-separated values. Universal spreadsheet and database import format.
JSON
JavaScript Object Notation. Standard for APIs and config files.
TSV
Tab-separated values. Like CSV but uses tabs. Common in bioinformatics.
XML
Extensible Markup Language. Used in configs, feeds, and legacy APIs.

Document Converter

Convert between plain text, Markdown, and HTML. Formatting is preserved during conversion.

Drop document files here
TXT, Markdown (.md), HTML supported
or click to browse files
🔒 Processed locally — never uploaded
Convert to:
HTML MD TXT
No files added yet. Drop some above.

About document conversion

Document conversion handles plain text, Markdown, and HTML formats. Markdown to HTML conversion supports all standard CommonMark syntax including headings, bold, italic, lists, code blocks, links, and images.

Converting HTML or Markdown to plain text strips all formatting and tags, leaving only the readable content — useful for creating clean text copies of web pages or formatted documents.

CAD & Vector Converter

Convert DXF files to SVG for use in design tools, laser cutters, and web projects. Geometry is preserved at full precision.

Drop DXF or SVG files here
DXF → SVG and SVG → DXF supported
or click to browse files
🔒 Processed locally — never uploaded
Convert to:
SVG PNG
No files added yet. Drop some above.

About DXF to SVG conversion

DXF (Drawing Exchange Format) is AutoCAD's standard interchange format, used widely in CAD, CNC, and laser cutting workflows. SVG (Scalable Vector Graphics) is the universal vector format for the web and most modern design tools.

This converter handles lines, arcs, circles, polylines, and splines. Complex 3D DXF entities are projected to 2D. For best results, use 2D DXF files exported from your CAD software.

Common use cases

Laser cutting
Convert DXF cut paths to SVG for LightBurn, xTool Creative Space, or Inkscape.
Web display
Embed CAD drawings directly in web pages as scalable SVG.
Design tools
Import technical drawings into Figma, Illustrator, or Affinity.
CNC / routing
Convert between formats for different CNC software packages.