# FileType Converters > File conversion for documents, spreadsheets, images, ebooks, email and subtitles: 490 conversion pairs across 44 formats, each with a plain statement of what is kept, changed or lost. Free without signing in: 5 conversions a day, 5 MB each. A free account doubles that to 10 a day and 10 MB. Conversions run in the browser where possible (24 formats) and on the server otherwise; uploads are deleted on a retention schedule described at https://filetypeconverters.com/privacy. Scanned or photographed pages can be transcribed with AI Deep Read (one credit per page). Programmatic access: the HTTP API at https://filetypeconverters.com/api/v1 accepts `POST /api/v1/convert` with multipart `file`, `from`, `to` (or JSON `{ "url", "from", "to" }`) and a `Authorization: Bearer ftc_…` key; `GET /api/v1/pairs` and `GET /api/v1/formats` are public. The OpenAPI document is at https://filetypeconverters.com/api/v1/openapi.json. From a terminal: `npx filetypeconverters convert input.pdf --to docx`. MCP: a remote Model Context Protocol server over Streamable HTTP at https://filetypeconverters.com/api/mcp with the same bearer key, exposing list_formats, check_conversion, convert_file, get_conversion and list_conversions. Setup: `claude mcp add --transport http filetypeconverters https://filetypeconverters.com/api/mcp --header "Authorization: Bearer ftc_…"`. Details at https://filetypeconverters.com/mcp. Every URL below is canonical; append nothing. A full-text variant with fidelity ledgers, guide bodies and hub explainers is at https://filetypeconverters.com/llms-full.txt. ## Converters - [CSV to TSV converter](https://filetypeconverters.com/convert/csv-to-tsv): Convert CSV to TSV, with quoted commas, BOM cleanup, embedded newlines, dates, booleans, and ragged rows noted. - [CSV to JSON converter](https://filetypeconverters.com/convert/csv-to-json): Convert CSV to JSON records with delimiter detection, headers, nulls, type inference, and pretty output options. - [CSV to YAML converter](https://filetypeconverters.com/convert/csv-to-yaml): Convert CSV rows to YAML records with BOM cleanup, block scalar notes, null blanks, inferred dates, booleans, and numbers. - [CSV to XML converter](https://filetypeconverters.com/convert/csv-to-xml): Convert CSV to XML rows with escaped text, empty elements for blanks, inferred scalars, and configurable row element names. - [CSV to XLSX converter](https://filetypeconverters.com/convert/csv-to-xlsx): Convert CSV to an Excel workbook with a named sheet, typed columns, ISO and US dates, a header filter, and fitted column widths. - [CSV to ODS converter](https://filetypeconverters.com/convert/csv-to-ods): Convert CSV to ODS with our table engine, parsing quoted fields, dates, numbers, Unicode, and writing one Calc sheet. - [CSV to Parquet converter](https://filetypeconverters.com/convert/csv-to-parquet): Convert CSV to Snappy-compressed Parquet with inferred int64, double, boolean, string, and timestamp columns. - [CSV to SQL converter](https://filetypeconverters.com/convert/csv-to-sql): Convert CSV to SQL INSERT statements with inferred column types, escaped quotes, null blanks, date coercion, and ragged-row warnings. - [CSV to Markdown converter](https://filetypeconverters.com/convert/csv-to-md): Convert CSV to a GitHub Flavored Markdown table with parsed quotes, normalized scalars, empty cells, and multiline-cell caveats. - [CSV to HTML converter](https://filetypeconverters.com/convert/csv-to-html): Convert CSV to an HTML table with escaped quotes, empty td cells, UTF-8 text, and typed scalar output. - [CSV to PDF converter](https://filetypeconverters.com/convert/csv-to-pdf): Convert CSV to PDF with our table engine and PDF renderer: a typeset table with a header rule, landscape at 9 pt when there are 7 or more columns. - [TSV to CSV converter](https://filetypeconverters.com/convert/tsv-to-csv): Convert TSV to CSV while preserving row order, Unicode, booleans, and tab-containing fields from quoted TSV cells. - [TXT to DOCX converter for plain text drafts](https://filetypeconverters.com/convert/txt-to-docx): Convert TXT to DOCX with our document engine, making plain text editable in Word while flattening columns and styling. - [TXT to PDF converter with our PDF renderer layout](https://filetypeconverters.com/convert/txt-to-pdf): Convert TXT to PDF with our document engine and our PDF renderer, turning plain lines into a newly typeset PDF page. - [TXT to EPUB converter](https://filetypeconverters.com/convert/txt-to-epub): Convert plain text to EPUB 3 with our document engine: paragraphs, bullet and numbered lines become book structure; add a title line yourself. - [JSON to CSV converter](https://filetypeconverters.com/convert/json-to-csv): Flatten JSON records to CSV with union headers, nested dot.path columns, array handling, Unicode, and Excel BOM output. - [JSON to JSONL converter](https://filetypeconverters.com/convert/json-to-jsonl): Convert JSON arrays to JSONL or NDJSON with one record per line, flattened nested keys, JSON-string arrays, nulls, and Unicode. - [JSON to YAML converter](https://filetypeconverters.com/convert/json-to-yaml): Convert JSON arrays or objects to YAML with dotted keys for nested objects, JSON-string arrays, nulls, Unicode, and scalar types. - [JSON to XML converter](https://filetypeconverters.com/convert/json-to-xml): Convert JSON records to XML rows with dotted element names, escaped array strings, null empty tags, Unicode, and row naming. - [JSON to XLSX converter](https://filetypeconverters.com/convert/json-to-xlsx): Create an Excel workbook from JSON with nested flattening, first-seen column order, one sheet, and safe Unicode output. - [JSON to SQL converter](https://filetypeconverters.com/convert/json-to-sql): Convert JSON records to SQL with flattened dotted columns, JSONB array text, NULLs, booleans, numeric types, and string IDs. - [JSON to Markdown converter](https://filetypeconverters.com/convert/json-to-md): Convert JSON records to a Markdown table with flattened dotted columns, JSON-string arrays, null blanks, Unicode, and booleans. - [JSONL to CSV converter](https://filetypeconverters.com/convert/jsonl-to-csv): Convert newline-delimited JSON to CSV, skipping blank lines and flattening records like JSON to CSV for stream-friendly logs. - [JSONL to JSON converter](https://filetypeconverters.com/convert/jsonl-to-json): Convert JSONL or NDJSON to a JSON array with flattened record keys, JSON-string arrays, null padding, Unicode, and row order kept. - [YAML to CSV converter](https://filetypeconverters.com/convert/yaml-to-csv): Convert YAML sequences to CSV with dotted keys for nested mappings, quoted array text, Unicode, null blanks, and typed values. - [YAML to JSON converter](https://filetypeconverters.com/convert/yaml-to-json): Convert YAML to JSON with anchors resolved, comments removed, multi-document streams as arrays, string dates, and YAML 1.2 booleans. - [XML to CSV converter](https://filetypeconverters.com/convert/xml-to-csv): Extract repeated XML elements to CSV, flattening attributes, child elements, nested prices, and repeated tags. - [XML to JSON converter](https://filetypeconverters.com/convert/xml-to-json): Convert XML to JSON with repeated elements as arrays, @attribute keys, #text values, namespaces, and honest mixed-content warnings. - [XML to XLSX converter](https://filetypeconverters.com/convert/xml-to-xlsx): Convert repeated XML records to an Excel workbook, flattening attributes, nested child text, and repeated tags. - [XLSX to CSV converter](https://filetypeconverters.com/convert/xlsx-to-csv): Export an Excel sheet to CSV, choosing the sheet while preserving text ZIPs, cached formulas, dates, and hidden rows. - [XLSX to JSON converter](https://filetypeconverters.com/convert/xlsx-to-json): Convert an Excel sheet to JSON records using the header row, ISO dates, sheet selection, and trailing-row cleanup. - [XLSX to XML converter](https://filetypeconverters.com/convert/xlsx-to-xml): Export an Excel worksheet as simple XML rows, with ISO dates, escaped text, cached formulas, and generated column names. - [XLSX to XLS converter](https://filetypeconverters.com/convert/xlsx-to-xls): Convert XLSX to the legacy Excel 97-2003 XLS format with our office engine, keeping sheets, values and formulas inside the 65,536-row limit. - [XLSX to ODS converter](https://filetypeconverters.com/convert/xlsx-to-ods): Convert XLSX to ODS through our table engine, keeping sheets and values while formulas, styles, merges, and charts are discarded. - [XLSX to Parquet converter](https://filetypeconverters.com/convert/xlsx-to-parquet): Convert a tidy Excel sheet to Parquet, keeping inferred numbers, booleans, timestamps, nulls, and row order. - [XLSX to SQL converter](https://filetypeconverters.com/convert/xlsx-to-sql): Convert an Excel worksheet to SQL INSERT statements, with quoted identifiers, cached formula values, and CREATE TABLE output. - [XLSX to Markdown converter](https://filetypeconverters.com/convert/xlsx-to-md): Convert an Excel sheet to a Markdown table, with cached formulas, ISO dates, and clear multi-sheet warnings. - [XLSX to HTML converter](https://filetypeconverters.com/convert/xlsx-to-html): Turn an Excel worksheet into a compact HTML table, with ISO dates, cached formula values, and no workbook styling. - [XLSX to PDF converter for Excel sheets](https://filetypeconverters.com/convert/xlsx-to-pdf): Convert XLSX to PDF with our office engine, using print areas, cached formula values, rendered charts, and clear notes on wide sheets. - [XLS to CSV converter](https://filetypeconverters.com/convert/xls-to-csv): Convert XLS to CSV with our table engine, selecting a sheet while formulas become cached values and workbook styling is discarded. - [XLS to XLSX converter](https://filetypeconverters.com/convert/xls-to-xlsx): Convert XLS to XLSX through our table engine, keeping sheets and values while dropping formulas, merges, charts, and styling. - [XLS to PDF converter](https://filetypeconverters.com/convert/xls-to-pdf): Convert XLS to PDF with our office engine, preserving workbook pages as a fixed layout for review and print. - [ODS to CSV converter](https://filetypeconverters.com/convert/ods-to-csv): Convert ODS to CSV with our table engine, exporting one sheet as values while dropping formulas, styles, merges, and charts. - [ODS to XLSX converter](https://filetypeconverters.com/convert/ods-to-xlsx): Convert ODS to XLSX through our table engine, keeping sheets and values while formulas, merged cells, and styles are dropped. - [ODS to PDF converter](https://filetypeconverters.com/convert/ods-to-pdf): Convert ODS to PDF with our office engine, fixed Calc pages, sheet pagination, formulas rendered as values. - [Parquet to CSV converter](https://filetypeconverters.com/convert/parquet-to-csv): Convert Parquet to CSV, flattening typed columns into text with ISO timestamps, booleans, null blanks, and quoted commas. - [Parquet to JSON converter](https://filetypeconverters.com/convert/parquet-to-json): Convert Parquet to JSON records, preserving booleans, numbers, nulls, and ISO timestamp strings for APIs. - [Parquet to XLSX converter](https://filetypeconverters.com/convert/parquet-to-xlsx): Convert Parquet to an Excel workbook, turning typed columns into one sheet with headers, values, and blank null cells. - [SQL dump to CSV converter](https://filetypeconverters.com/convert/sql-to-csv): Extract CSV files from SQL INSERT dumps without executing queries, using CREATE TABLE names and zipped multi-table output. - [SQL to JSON converter](https://filetypeconverters.com/convert/sql-to-json): Parse simple SQL INSERT dumps to JSON records, with multi-row VALUES support and clear limits for multi-table dumps. - [SQL to XLSX converter](https://filetypeconverters.com/convert/sql-to-xlsx): Convert simple SQL INSERT dumps to an Excel workbook, with multi-row VALUES parsing and visible multi-table caveats. - [Markdown to TXT converter for plain text](https://filetypeconverters.com/convert/md-to-txt): Convert Markdown to TXT with our document engine; headings, math, tables, footnotes, images, code fences, and citations become readable text. - [Markdown to HTML converter with our document engine](https://filetypeconverters.com/convert/md-to-html): Convert Markdown to HTML with our document engine, optional standalone documents, raw HTML passthrough, linked footnotes, and minimal CSS. - [Markdown to DOCX converter for Word editing](https://filetypeconverters.com/convert/md-to-docx): Convert Markdown to DOCX with our document engine, Word heading styles, Source Code blocks, tables, embedded images, and templates. - [Markdown to LaTeX converter for our document engine output](https://filetypeconverters.com/convert/md-to-latex): Convert Markdown to LaTeX with our document engine; see how headings, tables, images, footnotes, citations, math, and code are rewritten. - [Markdown to PDF converter with our document engine](https://filetypeconverters.com/convert/md-to-pdf): Convert Markdown to PDF through our document engine, with page size, margins, TOC, code highlighting, and KaTeX-style math support. - [Markdown to EPUB converter with our document engine](https://filetypeconverters.com/convert/md-to-epub): Convert Markdown to EPUB with our document engine; inspect nav.xhtml, toc.ncx, CSS, tables, footnotes, math, code, and image limits. - [HTML to TXT converter for source text](https://filetypeconverters.com/convert/html-to-txt): Convert HTML to TXT with our document engine; body text, lists, tables, hidden CSS text, scripts, entities, and document titles change. - [HTML to Markdown converter with our document engine](https://filetypeconverters.com/convert/html-to-md): Convert HTML to Markdown with our document engine, keeping headings, lists, tables, code blocks, and emphasis while dropping page chrome. - [HTML to DOCX converter with Word styles](https://filetypeconverters.com/convert/html-to-docx): Convert HTML to DOCX with our document engine, mapping headings, lists, tables, links, breaks, and data-URI images into Word. - [HTML to PDF converter with our document engine](https://filetypeconverters.com/convert/html-to-pdf): Convert HTML to PDF through our document engine, with semantic HTML rendering, no JavaScript, limited CSS, HTTPS images, and page options. - [DOCX to TXT converter for Word text export](https://filetypeconverters.com/convert/docx-to-txt): Convert DOCX to TXT with our document engine; headings, lists, tables, footnotes, and image alt text become plain text. - [DOCX to Markdown converter for Word content](https://filetypeconverters.com/convert/docx-to-md): Convert DOCX to Markdown with our document extractor, keeping headings, lists, and tables while accepting tracked changes and referencing images. - [DOCX to HTML converter with headings and tables](https://filetypeconverters.com/convert/docx-to-html): Convert DOCX to HTML with our document engine, preserving semantic headings, tables, footnotes, image references, and lists. - [DOCX to ODT converter for Writer editing](https://filetypeconverters.com/convert/docx-to-odt): Convert DOCX to ODT with our office engine, carrying Word headings, tables, footnotes, and images into OpenDocument. - [DOCX to PDF converter for Word documents](https://filetypeconverters.com/convert/docx-to-pdf): Convert DOCX to PDF with our office engine headless; accepted changes, flattened fields, substituted fonts, and comments omitted. - [DOCX to EPUB converter for reflowable books](https://filetypeconverters.com/convert/docx-to-epub): Convert DOCX to EPUB with our document engine, turning Word headings, footnotes, tables, and images into ebook XHTML. - [DOC to DOCX converter for old Word files](https://filetypeconverters.com/convert/doc-to-docx): Convert DOC to DOCX with our office engine, moving legacy Word content into OOXML with notes on lists, media, and blanks. - [DOC to PDF converter for legacy Word documents](https://filetypeconverters.com/convert/doc-to-pdf): Convert DOC to PDF with our office engine, preserving readable pages while noting font, list, table, and old-file failures. - [ODT to DOCX converter for Word handoff](https://filetypeconverters.com/convert/odt-to-docx): Convert ODT to DOCX with our office engine, preserving editable text, headings, tables, footnotes, and embedded images. - [ODT to PDF converter for Writer documents](https://filetypeconverters.com/convert/odt-to-pdf): Convert ODT to PDF with our office engine, keeping Writer text, headings, lists, tables, footnotes, and images as pages. - [RTF to DOCX converter for Word cleanup](https://filetypeconverters.com/convert/rtf-to-docx): Convert RTF to DOCX with our office engine, moving readable rich text into Word and exposing raw-control-word failures. - [RTF to PDF converter for readable exports](https://filetypeconverters.com/convert/rtf-to-pdf): Convert RTF to PDF with our office engine, with notes on real RTF, escaped control text, tables, lists, and footnotes. - [reStructuredText to Markdown converter](https://filetypeconverters.com/convert/rst-to-md): Convert reStructuredText to Markdown with our document engine; headings, lists, grid tables, notes, links, literals, and RST-specific syntax. - [reStructuredText to HTML converter](https://filetypeconverters.com/convert/rst-to-html): Convert reStructuredText to HTML with our document engine; sections, lists, grid tables, admonitions, links, literals, and default CSS. - [LaTeX to DOCX converter with Word math](https://filetypeconverters.com/convert/latex-to-docx): Convert LaTeX to DOCX with our document engine; sections, OMML equations, TOC fields, tables, footnotes, citations, and images need review. - [LaTeX to PDF converter through our PDF renderer](https://filetypeconverters.com/convert/latex-to-pdf): Convert LaTeX to PDF through our document engine; equations, sections, footnotes, tables, citations, and images do not behave like pdflatex. - [PDF to CSV converter with Deep Read](https://filetypeconverters.com/convert/pdf-to-csv): Convert PDF table text to CSV with AI Deep Read, including honest notes on flattened columns and manual review. - [PDF to TXT converter with Deep Read OCR](https://filetypeconverters.com/convert/pdf-to-txt): Convert PDF to TXT with required Deep Read OCR, keep or flow layout options, repeated headers, and line-end hyphenation preserved. - [PDF to JSON converter with Deep Read](https://filetypeconverters.com/convert/pdf-to-json): Convert PDF text and tables to JSON with AI Deep Read, preserving paragraphs, page number, and Markdown table output. - [PDF to Excel XLSX converter with Deep Read](https://filetypeconverters.com/convert/pdf-to-xlsx): Convert PDF tables to XLSX with AI Deep Read, typed numbers, normalized accounting negatives, and review notes. - [PDF to Markdown converter with text-layer extraction](https://filetypeconverters.com/convert/pdf-to-md): Convert PDF to Markdown with our document extractor text-layer extraction, optional Deep Read for scans, and clear notes on tables and images. - [PDF to HTML converter with Deep Read OCR](https://filetypeconverters.com/convert/pdf-to-html): Convert PDF to HTML with AI Deep Read and our document engine, rebuilding headings, tables, lists, and emphasis from page images. - [PDF to Word DOCX converter with Deep Read](https://filetypeconverters.com/convert/pdf-to-docx): Convert PDF to Word DOCX with Deep Read OCR, editable paragraphs, re-flowed columns, and honest limits on fonts, tables, and scans. - [PDF to PNG converter](https://filetypeconverters.com/convert/pdf-to-png): Render each PDF page as PNG with our image engine, preserving or flattening transparency and accepting larger files than JPG. - [PDF to JPG converter](https://filetypeconverters.com/convert/pdf-to-jpg): Rasterize PDF pages to JPG with our image engine, one image per page, using 150 DPI by default and quality controls. - [PDF to WebP converter](https://filetypeconverters.com/convert/pdf-to-webp): Render PDF pages to WebP with our image engine: lossy VP8 at quality 90 and 144 DPI, one file per page, zipped when the PDF has several. - [PDF to TIFF converter](https://filetypeconverters.com/convert/pdf-to-tiff): Render PDF pages to TIFF with our image engine at 144 DPI by default; multi-page PDFs become one multi-page deflate-compressed TIFF. - [PDF to SVG converter](https://filetypeconverters.com/convert/pdf-to-svg): Export PDF pages to SVG with our image engine: vector lines and text outlines are kept exactly, one SVG per page, zipped for multi-page files. - [PDF to PowerPoint (PPTX) converter](https://filetypeconverters.com/convert/pdf-to-pptx): Convert PDF to PPTX with our office engine: each page becomes a slide of positioned text boxes and shapes you can move, at the page's own size. - [PNG to CSV converter with Deep Read OCR](https://filetypeconverters.com/convert/png-to-csv): Convert PNG to CSV with Deep Read OCR for image tables, with clear warnings about single-column fallbacks and amount review. - [PNG to TXT converter with Deep Read OCR](https://filetypeconverters.com/convert/png-to-txt): Convert PNG to TXT with AI Deep Read OCR, preserving readable headings, bullets, labels, and notes from screenshots or scanned images. - [PNG to Excel XLSX converter with Deep Read](https://filetypeconverters.com/convert/png-to-xlsx): Convert PNG to XLSX with Deep Read OCR for image tables, receipts, and scans, with typed numbers and review notes for ragged rows. - [PNG to Markdown converter with Deep Read OCR](https://filetypeconverters.com/convert/png-to-md): Convert PNG to Markdown with Deep Read OCR, rebuilding headings, reading columns, and turning detected tables into pipe tables. - [PNG to Word DOCX converter with Deep Read](https://filetypeconverters.com/convert/png-to-docx): Convert PNG to Word DOCX with Deep Read OCR, editable paragraphs, list structure, and practical limits on screenshot layout. - [PNG to PDF converter](https://filetypeconverters.com/convert/png-to-pdf): Wrap a PNG in an image-only PDF page, flattening alpha when requested and keeping screenshots as pixels, not searchable text. - [PNG to JPG converter](https://filetypeconverters.com/convert/png-to-jpg): Convert PNG to JPG by flattening transparency onto a chosen background, usually white, with quality 90 as the default. - [PNG to WebP converter](https://filetypeconverters.com/convert/png-to-webp): Convert PNG artwork to WebP, keeping alpha where possible and accepting that PNG text chunks are not a web metadata archive. - [PNG to BMP converter](https://filetypeconverters.com/convert/png-to-bmp): Convert PNG to BMP with our image engine: 24-bit uncompressed Windows bitmap, transparency filled with a background colour you choose. - [PNG to TIFF converter](https://filetypeconverters.com/convert/png-to-tiff): Convert PNG to TIFF with our image engine, writing deflate-compressed TIFF and preserving RGBA pixels from transparent PNGs. - [PNG to AVIF converter](https://filetypeconverters.com/convert/png-to-avif): Convert PNG to AVIF for modern image delivery, keeping alpha but reducing high-bit-depth and metadata guarantees. - [PNG to SVG converter](https://filetypeconverters.com/convert/png-to-svg): Trace a PNG into SVG paths with our image engine: flat logos and icons become scalable shapes, gradients posterize, text is not recognized. - [PNG to ICO converter](https://filetypeconverters.com/convert/png-to-ico): Build a multi-size ICO from a square PNG, generating 16, 32, 48, and 256 px icon images while preserving alpha. - [JPG to CSV converter with Deep Read OCR](https://filetypeconverters.com/convert/jpg-to-csv): Convert JPG to CSV with Deep Read OCR for photographed tables, with notes on one-column output, lost amounts, and receipt cleanup. - [JPG to TXT converter with Deep Read OCR](https://filetypeconverters.com/convert/jpg-to-txt): Convert JPG to TXT with Deep Read OCR for photographed notes, compressed screenshots, labels, stamps, and handwritten-looking text. - [JPG to Excel XLSX converter with Deep Read](https://filetypeconverters.com/convert/jpg-to-xlsx): Convert JPG to XLSX with Deep Read OCR for photographed receipts and tables, with numeric cells and caveats for HTML spacing. - [JPG to Markdown converter with Deep Read OCR](https://filetypeconverters.com/convert/jpg-to-md): Convert JPG to Markdown with Deep Read OCR for photographed notes, labels, and scans that need headings or paragraphs. - [JPG to Word DOCX converter with Deep Read](https://filetypeconverters.com/convert/jpg-to-docx): Convert JPG to Word DOCX with Deep Read OCR for photos of receipts, notes, and scans that need editable Word text. - [JPG to PDF converter](https://filetypeconverters.com/convert/jpg-to-pdf): Turn one or more JPG images into a browser-built PDF, in drop order, with page size and DPI controls and no OCR text layer. - [JPG to PNG converter](https://filetypeconverters.com/convert/jpg-to-png): Convert JPG to PNG when a tool requires PNG or you need lossless edits next; it will not restore quality and usually grows. - [JPG to WebP converter](https://filetypeconverters.com/convert/jpg-to-webp): Convert JPG photos to WebP with quality control, applying EXIF orientation and dropping camera metadata in the tested API path. - [JPG to GIF converter](https://filetypeconverters.com/convert/jpg-to-gif): Convert JPG to GIF with our image engine: 24-bit photo colour is reduced to a 256-colour adaptive palette in a single-frame GIF87a file. - [JPG to TIFF converter](https://filetypeconverters.com/convert/jpg-to-tiff): Convert JPG to deflate-compressed TIFF with our image engine, preserving decoded RGB pixels and existing JPEG artifacts. - [JPG to AVIF converter](https://filetypeconverters.com/convert/jpg-to-avif): Convert JPG photos to AVIF with quality control, applying EXIF rotation while leaving camera metadata behind. - [JPG to SVG converter](https://filetypeconverters.com/convert/jpg-to-svg): Trace a JPG into SVG shapes with our image engine. JPEG compression noise becomes extra paths, so results suit logos and diagrams, not photos. - [JPG to ICO converter](https://filetypeconverters.com/convert/jpg-to-ico): Convert JPG to ICO with our image engine, noting that large photos are thumbnailed to one max-256 icon entry without alpha. - [WebP to TXT converter with Deep Read OCR](https://filetypeconverters.com/convert/webp-to-txt): Convert WebP to TXT with Deep Read OCR for compressed web screenshots, preserving visible text while dropping image styling. - [WebP to PDF converter](https://filetypeconverters.com/convert/webp-to-pdf): Convert WebP to an image-only PDF page with our image engine, flattening alpha and sizing the page from DPI. - [WebP to PNG converter](https://filetypeconverters.com/convert/webp-to-png): Convert WebP to PNG, keeping alpha and lossless WebP pixels while accepting that lossy WebP artifacts remain baked in. - [WebP to JPG converter](https://filetypeconverters.com/convert/webp-to-jpg): Convert WebP to JPG for compatibility, flattening transparency onto a chosen color and keeping only decoded still pixels. - [WebP to AVIF converter](https://filetypeconverters.com/convert/webp-to-avif): Convert WebP to AVIF for modern delivery, preserving decoded alpha but not undoing WebP compression choices. - [WebP to SVG converter](https://filetypeconverters.com/convert/webp-to-svg): Trace a WebP image into SVG paths with our image engine. Flat artwork vectorizes well; lossy WebP noise adds paths and alpha is not kept. - [WebP to ICO converter](https://filetypeconverters.com/convert/webp-to-ico): Convert WebP to ICO with our image engine, keeping alpha but writing one thumbnail-sized icon entry rather than a full favicon set. - [GIF to PDF converter](https://filetypeconverters.com/convert/gif-to-pdf): Put a GIF's first frame into a one-page image PDF; animation and selectable text are not preserved. - [GIF to PNG converter](https://filetypeconverters.com/convert/gif-to-png): Convert GIF to PNG for still-image use; animated GIFs are flattened to the first frame in the tested our image engine path. - [GIF to JPG converter](https://filetypeconverters.com/convert/gif-to-jpg): Convert a GIF's first frame to JPG, flattening any transparency and discarding animation timing and later frames. - [GIF to WebP converter](https://filetypeconverters.com/convert/gif-to-webp): Convert GIF to WebP as a still image in this path; the tested API flattened animation to the first frame. - [BMP to PDF converter](https://filetypeconverters.com/convert/bmp-to-pdf): Wrap a BMP image in a one-page image PDF, useful for upload forms but not for searchable text or document structure. - [BMP to PNG converter](https://filetypeconverters.com/convert/bmp-to-png): Convert uncompressed BMP images to PNG, preserving pixels while usually cutting file size with lossless compression. - [BMP to JPG converter](https://filetypeconverters.com/convert/bmp-to-jpg): Convert BMP to JPG for smaller opaque photo-style files, accepting JPEG compression and no transparency. - [TIFF to TXT converter with Deep Read OCR](https://filetypeconverters.com/convert/tiff-to-txt): Convert TIFF to TXT with Deep Read OCR after PNG decoding, with notes on first-page handling, profiles, and scan review. - [TIFF to Word DOCX converter with Deep Read](https://filetypeconverters.com/convert/tiff-to-docx): Convert TIFF to Word DOCX with Deep Read OCR after PNG decoding, with first-frame limits for multipage scans. - [TIFF to PDF converter](https://filetypeconverters.com/convert/tiff-to-pdf): Convert TIFF or multi-page TIFF to an image-only PDF, decoding CCITT and LZW inputs without adding an OCR text layer. - [TIFF to PNG converter](https://filetypeconverters.com/convert/tiff-to-png): Convert TIFF to PNG with our image engine, including LZW and 16-bit scans, while noting multi-page and CMYK limits. - [TIFF to JPG converter](https://filetypeconverters.com/convert/tiff-to-jpg): Convert TIFF scans and proofs to JPG with our image engine, flattening to RGB at quality 90 and using only the first TIFF frame. - [AVIF to PNG converter](https://filetypeconverters.com/convert/avif-to-png): Convert AVIF to PNG for editing or transparency support, keeping alpha while often producing a larger lossless file. - [AVIF to JPG converter](https://filetypeconverters.com/convert/avif-to-jpg): Convert AVIF to JPG for upload compatibility, flattening transparency and accepting a lossy JPEG encode. - [HEIC to TXT converter with Deep Read OCR](https://filetypeconverters.com/convert/heic-to-txt): Convert HEIC to TXT with Deep Read OCR after PNG decoding, useful for iPhone screenshots, labels, notes, and receipt photos. - [HEIC to Word DOCX converter with Deep Read](https://filetypeconverters.com/convert/heic-to-docx): Convert HEIC to Word DOCX with Deep Read OCR after PNG decoding, creating editable text from iPhone images and screenshots. - [HEIC to PDF converter](https://filetypeconverters.com/convert/heic-to-pdf): Convert HEIC photos into image-only PDF pages with our image engine, applying EXIF orientation and leaving OCR to Deep Read. - [HEIC to PNG converter](https://filetypeconverters.com/convert/heic-to-png): Convert HEIC photos to PNG with our image engine, applying orientation and writing decoded RGB pixels for wider compatibility. - [HEIC to JPG converter](https://filetypeconverters.com/convert/heic-to-jpg): Convert iPhone HEIC photos to JPG with our image engine, keeping EXIF unless you strip it and accepting 10-bit to 8-bit loss. - [HEIC to WebP converter](https://filetypeconverters.com/convert/heic-to-webp): Convert HEIC stills to WebP with our image engine, using quality 90 and dropping HEIC-only camera sidecars. - [SVG to PDF converter](https://filetypeconverters.com/convert/svg-to-pdf): Rasterize SVG to a one-page PDF through CairoSVG and our image engine, with viewBox sizing, inline CSS, and font fallback caveats. - [SVG to PNG converter](https://filetypeconverters.com/convert/svg-to-png): Rasterize SVG to PNG with size or DPI controls, knowing fonts may substitute and external images or CSS are not loaded. - [SVG to JPG converter](https://filetypeconverters.com/convert/svg-to-jpg): Rasterize SVG to JPG with CairoSVG and our image engine, flattening transparency and applying JPEG quality after SVG rendering. - [SVG to WebP converter](https://filetypeconverters.com/convert/svg-to-webp): Rasterize SVG to WebP with CairoSVG and our image engine, keeping alpha but replacing vectors and fonts with pixels. - [SVG to ICO converter](https://filetypeconverters.com/convert/svg-to-ico): Convert SVG to ICO through CairoSVG and our image engine, noting that the current writer creates one max-256 icon entry, not a favicon set. - [ICO to PNG converter](https://filetypeconverters.com/convert/ico-to-png): Extract a PNG from an ICO file with our image engine, using the largest decoded icon image and preserving alpha. - [PSD to PNG converter](https://filetypeconverters.com/convert/psd-to-png): Flatten a Photoshop PSD to PNG with our image engine: layers are composited to one image, layer names and masks are not carried over. - [EPUB to TXT converter for ebook text extraction](https://filetypeconverters.com/convert/epub-to-txt): Convert EPUB to plain text with our document engine, keeping reading order while removing images, CSS, links, and ebook packaging. - [EPUB to Markdown converter for ebook source](https://filetypeconverters.com/convert/epub-to-md): Convert EPUB to Markdown with our document engine, keeping headings, tables, footnotes, and image references while dropping ebook packaging. - [EPUB to HTML converter for web review](https://filetypeconverters.com/convert/epub-to-html): Convert EPUB to standalone HTML with our document engine, extracting readable chapters while changing EPUB navigation and packaged assets. - [EPUB to DOCX converter for editable ebook drafts](https://filetypeconverters.com/convert/epub-to-docx): Convert EPUB to DOCX with our document engine, turning chapters into Word headings while changing ebook CSS, media paths, and footnotes. - [EPUB to PDF converter for DRM-free ebooks](https://filetypeconverters.com/convert/epub-to-pdf): Convert DRM-free EPUB to paged PDF with our ebook engine, A4/Letter sizing, margins, font scaling, bookmarks, and honest reflow warnings. - [EPUB to MOBI converter for legacy Kindle files](https://filetypeconverters.com/convert/epub-to-mobi): Convert DRM-free EPUB to legacy MOBI with our ebook engine, with clear warnings about Amazon EPUB support, KF8 loss, CSS limits, and covers. - [EPUB to AZW3 converter for Kindle sideloading](https://filetypeconverters.com/convert/epub-to-azw3): Convert unencrypted EPUB to AZW3 with our ebook engine, preserving chapters and metadata while accepting Kindle-specific packaging changes. - [EPUB to FB2 converter for FictionBook export](https://filetypeconverters.com/convert/epub-to-fb2): Convert EPUB to FB2 with our ebook engine, moving ebook chapters into FictionBook XML while changing metadata, covers, CSS, and layout. - [MOBI to PDF converter for old Kindle files](https://filetypeconverters.com/convert/mobi-to-pdf): Convert unencrypted MOBI to PDF with our ebook engine, creating fixed pages from legacy Kindle text, images, and chapter structure. - [MOBI to EPUB converter for DRM-free Kindle files](https://filetypeconverters.com/convert/mobi-to-epub): Convert DRM-free MOBI to EPUB with our ebook engine while preserving text, metadata, and images within EPUB 2-era CSS limits. - [MOBI to AZW3 converter for Kindle updates](https://filetypeconverters.com/convert/mobi-to-azw3): Convert unencrypted MOBI to AZW3 with our ebook engine, moving legacy Kindle books into a KF8-style package with expected losses. - [AZW3 to PDF converter for personal documents](https://filetypeconverters.com/convert/azw3-to-pdf): Convert DRM-free AZW3 and sideloaded Kindle files to PDF with our ebook engine, page-size controls, margins, bookmarks, and clear DRM limits. - [AZW3 to EPUB converter for Kindle files](https://filetypeconverters.com/convert/azw3-to-epub): Convert unencrypted AZW3 to EPUB with our ebook engine, checking cover files, NCX navigation, metadata, and Kindle-only loss. - [AZW3 to MOBI converter for legacy Kindle](https://filetypeconverters.com/convert/azw3-to-mobi): Convert unencrypted AZW3 to legacy MOBI with our ebook engine for old Kindle workflows, with CSS and metadata caveats. - [FB2 to PDF converter for FictionBook](https://filetypeconverters.com/convert/fb2-to-pdf): Convert FB2 to PDF with our ebook engine, paginating FictionBook XML into PDF 1.4 pages with metadata and section caveats. - [FB2 to EPUB converter for FictionBook files](https://filetypeconverters.com/convert/fb2-to-epub): Convert FB2 to EPUB with our ebook engine, turning FictionBook XML into EPUB packaging with NCX navigation and cover handling. - [PPTX to Markdown converter](https://filetypeconverters.com/convert/pptx-to-md): Convert PPTX to Markdown with our document extractor, slide markers, extracted text, basic tables, and notes on missing media. - [PPTX to PDF converter for slide decks](https://filetypeconverters.com/convert/pptx-to-pdf): Convert PPTX to PDF with our office engine: one slide per page, hidden slides included, notes omitted, animations flattened, video as poster frames. - [PPTX to PNG converter](https://filetypeconverters.com/convert/pptx-to-png): Render PowerPoint slides to PNG with our office and image engines at 144 DPI, one image per slide, delivered as a ZIP for multi-slide decks. - [PPTX to JPG converter](https://filetypeconverters.com/convert/pptx-to-jpg): Render PowerPoint slides to JPG with our office and image engines: 144 DPI, quality 90, one JPEG per slide zipped together for multi-slide decks. - [PPTX to ODP converter](https://filetypeconverters.com/convert/pptx-to-odp): Convert PPTX to ODP with our office engine, editable Impress slides, translated tables, and layout caveats. - [PPT to PDF converter](https://filetypeconverters.com/convert/ppt-to-pdf): Convert legacy PPT to PDF with our office engine, fixed pages, substituted fonts, and warnings for old binary decks. - [PPT to PPTX converter](https://filetypeconverters.com/convert/ppt-to-pptx): Convert legacy PPT to PPTX with our office engine, modern Office XML packaging, and cautions about old binary slide loss. - [ODP to PDF converter](https://filetypeconverters.com/convert/odp-to-pdf): Convert ODP to PDF with our office engine, fixed slide pages, preserved text, and static table and bullet rendering. - [ODP to PPTX converter](https://filetypeconverters.com/convert/odp-to-pptx): Convert ODP to PPTX with our office engine, keeping slide text while translating Impress layouts to PowerPoint XML. - [EML to TXT converter for email body text](https://filetypeconverters.com/convert/eml-to-txt): Convert EML to TXT with our mail engine; decoded subjects, formatted addresses, ISO dates, text-first bodies, attachments, and CID image loss. - [EML to HTML converter for email messages](https://filetypeconverters.com/convert/eml-to-html): Convert EML to HTML with our mail engine; formatted headers, decoded subjects, text fallback, sanitized HTML, CID references, and attachments. - [EML to PDF converter with attachment manifest](https://filetypeconverters.com/convert/eml-to-pdf): Convert EML email to PDF through our mail engine, our document engine, and our PDF renderer with sanitized HTML, CID images, headers, and attachment manifests. - [MSG to PDF converter for Outlook messages](https://filetypeconverters.com/convert/msg-to-pdf): Convert Outlook MSG to PDF with sanitized bodies, MAPI recipients, RTF conversion, attachment manifests, and a rendered header block. - [SRT to CSV converter for subtitle review](https://filetypeconverters.com/convert/srt-to-csv): Convert SRT to CSV with our subtitle engine, producing start,end,text columns with dot-millisecond timing and quoted multiline text. - [SRT to TXT converter for subtitle transcripts](https://filetypeconverters.com/convert/srt-to-txt): Convert SRT captions to plain text with our subtitle engine, removing cue numbers and timing while keeping cue text and line breaks. - [SRT to JSON converter for subtitle data](https://filetypeconverters.com/convert/srt-to-json): Convert SRT to JSON with our subtitle engine, producing an array of cue objects with index, start, end, and text fields. - [SRT to VTT subtitle converter](https://filetypeconverters.com/convert/srt-to-vtt): Convert SRT captions to WebVTT: timestamps switch comma to dot, WEBVTT is added, and cue IDs can stay intact. - [SRT to ASS converter for subtitle styling](https://filetypeconverters.com/convert/srt-to-ass): Convert SRT to ASS with our subtitle engine, creating a minimal ASS script while keeping text, overlaps, and literal tags. - [VTT to TXT converter for WebVTT transcripts](https://filetypeconverters.com/convert/vtt-to-txt): Convert WebVTT to plain text with our subtitle engine, removing timing, headers, cue settings, and NOTE/STYLE/REGION blocks. - [VTT to SRT subtitle converter](https://filetypeconverters.com/convert/vtt-to-srt): Convert WebVTT to SRT, dropping VTT cue settings, STYLE, and NOTE blocks while keeping overlapping cues as-is. - [ASS to SRT converter for simpler captions](https://filetypeconverters.com/convert/ass-to-srt): Convert ASS subtitles to SRT with our subtitle engine, stripping style sections and override blocks while keeping Dialogue timing. ## Format hubs - [CSV converter](https://filetypeconverters.com/convert/csv): Convert CSV files safely across delimiters, encodings, headers, RFC 4180 quoting, Excel quirks, JSON, XLSX, and databases. - [Convert TSV files: TSV converter and format guide](https://filetypeconverters.com/convert/tsv): Convert TSV files while handling tabs, encodings, headers, Excel imports, and row-shape problems in tab-delimited data. - [Convert TXT files: plain text converter guide](https://filetypeconverters.com/convert/txt): Convert TXT files with guidance for encoding, line endings, delimiters, prose extraction, and document or table targets. - [JSON converter](https://filetypeconverters.com/convert/json): Convert JSON with guidance for JSONL, nested data, arrays, schemas, numeric precision, dates, CSV flattening, and API workflows. - [Convert JSONL files: JSON Lines converter guide](https://filetypeconverters.com/convert/jsonl): Convert JSONL and NDJSON files while preserving row boundaries, nested values, types, and streaming-friendly records. - [Convert YAML files: YAML converter and guide](https://filetypeconverters.com/convert/yaml): Convert YAML files with care for YAML 1.1 booleans, anchors, comments, nesting, schemas, and JSON or table targets. - [Convert XML files: XML converter and format guide](https://filetypeconverters.com/convert/xml): Convert XML files while handling namespaces, attributes, schemas, repeated elements, encodings, and table extraction. - [XLSX converter](https://filetypeconverters.com/convert/xlsx): Convert XLSX spreadsheets while handling sheets, formulas, dates, merged cells, XLSM/XLS variants, and tabular data loss. - [Convert XLS files: legacy Excel converter guide](https://filetypeconverters.com/convert/xls): Convert XLS files with guidance for BIFF workbooks, old Excel limits, encodings, macros, and safer XLSX output. - [Convert ODS files: OpenDocument spreadsheet guide](https://filetypeconverters.com/convert/ods): Convert ODS spreadsheets while handling our office engine sheets, formulas, styles, dates, and Excel compatibility. - [Convert Parquet files: Apache Parquet guide](https://filetypeconverters.com/convert/parquet): Convert Parquet files with care for schemas, column types, compression, nested data, row groups, and spreadsheet exports. - [Convert SQL files: SQL dump converter guide](https://filetypeconverters.com/convert/sql): Convert SQL table dumps while handling dialects, INSERT rows, schemas, encodings, comments, and spreadsheet targets. - [Markdown converter](https://filetypeconverters.com/convert/md): Convert Markdown across PDF, DOCX, HTML, tables, and docs with guidance for CommonMark, GFM, front matter, and raw HTML. - [Convert HTML files: HTML converter and guide](https://filetypeconverters.com/convert/html): Convert HTML files with guidance for semantic markup, tables, CSS, scripts, assets, encodings, and document targets. - [DOCX converter](https://filetypeconverters.com/convert/docx): Convert DOCX Word documents with guidance for styles, tracked changes, images, comments, DOC/DOCM variants, and clean exports. - [Convert DOC files: legacy Word converter guide](https://filetypeconverters.com/convert/doc): Convert old Word DOC files while handling binary containers, fonts, macros, embedded objects, and modern outputs. - [Convert ODT files: OpenDocument Text guide](https://filetypeconverters.com/convert/odt): Convert ODT documents with guidance for OpenDocument packages, styles, fields, images, formulas, and Word compatibility. - [Convert RTF files: Rich Text Format guide](https://filetypeconverters.com/convert/rtf): Convert RTF files while handling control words, fonts, Unicode escapes, images, footnotes, and simpler document targets. - [Convert RST files: reStructuredText guide](https://filetypeconverters.com/convert/rst): Convert reStructuredText files with care for Sphinx directives, roles, tables, includes, references, and document outputs. - [Convert LaTeX files: TeX converter and guide](https://filetypeconverters.com/convert/latex): Convert LaTeX and TeX files while handling packages, macros, equations, bibliographies, figures, and PDF or Word targets. - [PDF converter](https://filetypeconverters.com/convert/pdf): Convert PDF files with clear warnings for text layers, scans, PDF/A, forms, bookmarks, images, and fixed-layout output. - [PNG converter](https://filetypeconverters.com/convert/png): Convert PNG images while preserving transparency, choosing PNG-8 or PNG-24, handling APNG, metadata, and web file size. - [JPG converter](https://filetypeconverters.com/convert/jpg): Convert JPG images with clear choices for lossy quality, progressive JPEG, EXIF orientation, color profiles, and transparency loss. - [WebP converter](https://filetypeconverters.com/convert/webp): Convert WebP images with choices for lossy, lossless, transparency, animation, metadata, and browser or legacy compatibility. - [Convert GIF files: GIF converter and image guide](https://filetypeconverters.com/convert/gif): Convert GIF files with care for animation frames, palettes, transparency, dithering, browser support, and static outputs. - [BMP converter guide](https://filetypeconverters.com/convert/bmp): Convert BMP files while handling large bitmaps, palettes, alpha masks, Windows DIB variants, and modern image targets. - [TIFF converter guide](https://filetypeconverters.com/convert/tiff): Convert TIFF and TIF files with care for pages, compression, bit depth, color profiles, OCR, and archival workflows. - [AVIF converter guide](https://filetypeconverters.com/convert/avif): Convert AVIF images while handling AV1 compression, alpha, HDR color, browser support, metadata, and legacy fallbacks. - [HEIC converter](https://filetypeconverters.com/convert/heic): Convert HEIC and HEIF photos with guidance for iPhone images, HDR gain maps, Live Photos, EXIF, color, and compatibility. - [SVG converter guide](https://filetypeconverters.com/convert/svg): Convert SVG files with guidance for vector markup, fonts, CSS, external assets, scripts, viewBox sizing, and raster output. - [ICO converter guide](https://filetypeconverters.com/convert/ico): Convert ICO favicon and Windows icon files while handling size tables, PNG frames, masks, alpha, and browser fallbacks. - [PSD converter guide](https://filetypeconverters.com/convert/psd): Convert Photoshop PSD files with clear limits for layers, masks, text, smart objects, color profiles, and flattened previews. - [EPUB converter](https://filetypeconverters.com/convert/epub): Convert EPUB ebooks with clear limits for EPUB 2 vs 3, reflowable layout, fixed layout, DRM, metadata, covers, and Kindle formats. - [MOBI converter guide](https://filetypeconverters.com/convert/mobi): Convert MOBI ebooks while handling legacy Kindle markup, DRM, covers, metadata, navigation, and EPUB or PDF targets. - [AZW3 converter guide](https://filetypeconverters.com/convert/azw3): Convert AZW3 Kindle files with care for KF8 styling, DRM, metadata, covers, navigation, and EPUB or PDF output. - [FB2 converter guide](https://filetypeconverters.com/convert/fb2): Convert FictionBook FB2 files while preserving XML structure, metadata, sections, images, footnotes, and ebook targets. - [PPTX converter](https://filetypeconverters.com/convert/pptx): Convert PowerPoint PPTX with guidance for PPT/PPSX variants, slide masters, fonts, media, speaker notes, and PDF exports. - [PPT converter guide](https://filetypeconverters.com/convert/ppt): Convert legacy PowerPoint PPT files while handling binary decks, masters, fonts, media, animations, and PPTX output. - [ODP converter guide](https://filetypeconverters.com/convert/odp): Convert OpenDocument ODP presentations with care for Impress layouts, fonts, media, notes, animations, and PowerPoint output. - [EML converter guide](https://filetypeconverters.com/convert/eml): Convert EML email files while handling RFC 5322 headers, MIME bodies, attachments, encodings, dates, and PDF evidence copies. - [MSG converter guide](https://filetypeconverters.com/convert/msg): Convert Outlook MSG files while handling OLE compound storage, MAPI properties, RTF bodies, attachments, and PDF exports. - [SRT converter guide](https://filetypeconverters.com/convert/srt): Convert SubRip SRT subtitles while handling cue numbers, comma timestamps, encodings, line breaks, and WebVTT output. - [VTT converter guide](https://filetypeconverters.com/convert/vtt): Convert WebVTT files while handling cue settings, regions, comments, chapters, metadata tracks, and SRT compatibility. - [ASS converter guide](https://filetypeconverters.com/convert/ass): Convert ASS and SSA subtitles while handling styles, fonts, positioning, karaoke timing, events, and simpler caption targets. ## Workflows - [Bank statement to Excel converter](https://filetypeconverters.com/workflows/bank-statement-to-excel): Convert bank-statement PDFs into reviewable Excel tables with typed dates, amounts, balances, and stitched multi-page transaction rows. - [Invoice to Excel converter](https://filetypeconverters.com/workflows/invoice-to-excel): Turn invoice PDFs or photos into Excel tables for line items, quantities, unit prices, taxes, totals, and reviewable accounting cleanup. - [Receipts to spreadsheet converter](https://filetypeconverters.com/workflows/receipts-to-spreadsheet): Convert receipt photos or PDFs into reviewable spreadsheet rows for merchant, date, line items, tax, tip, total, and reimbursement cleanup. - [Extract table from PDF to Excel](https://filetypeconverters.com/workflows/extract-table-from-pdf): Extract tables from digital or scanned PDFs into XLSX with header detection, typed numbers, and clear review notes for merged or borderless cells. - [Image table to Excel converter](https://filetypeconverters.com/workflows/image-table-to-excel): Convert screenshots or photos of tables into Excel spreadsheets with typed cells, preserved headers, and review guidance for OCR mistakes. - [Scanned PDF to Word converter](https://filetypeconverters.com/workflows/scanned-pdf-to-word): Convert scanned PDFs into editable Word documents with OCR text, reflowed paragraphs, tables, headings, and review notes for weak scans. - [Screenshot to text converter](https://filetypeconverters.com/workflows/screenshot-to-text): Extract text from screenshots, app captures, code images, and photos into TXT or Markdown with line-break and indentation review. - [Handwritten notes to text converter](https://filetypeconverters.com/workflows/handwritten-notes-to-text): Convert handwritten meeting notes, whiteboards, and notebook photos into editable text or Markdown with honest handwriting accuracy limits. - [Make scanned PDF text searchable](https://filetypeconverters.com/workflows/make-pdf-searchable): Extract searchable text from scans into Markdown instead of promising an invisible-text-layer PDF that FileType Converters does not offer yet. - [Resume PDF to Word converter](https://filetypeconverters.com/workflows/resume-pdf-to-word): Convert resume PDFs into ATS-friendly Word documents with editable text, simplified layout, and honest limits on columns and fonts. - [Phone photos to scanned PDF converter](https://filetypeconverters.com/workflows/phone-photos-to-scanned-pdf): Turn HEIC or JPG document photos into an image-only PDF for portals, with clear limits on deskew, crop, and searchable text. - [Outlook email to PDF converter](https://filetypeconverters.com/workflows/outlook-email-to-pdf): Convert Outlook MSG or EML emails to PDF with headers, body content, inline images, and an attachments manifest for legal review. - [Outlook MSG to EML workaround](https://filetypeconverters.com/workflows/outlook-msg-to-eml): Be clear about the current limit: MSG to EML is not supported yet; convert MSG to HTML, PDF, or text, or use extract-msg for true EML. - [Notion or Obsidian Markdown to PDF or Word](https://filetypeconverters.com/workflows/notion-obsidian-markdown-to-pdf-word): Convert Markdown exports from Notion or Obsidian into PDF or Word while calling out wikilinks, images, callouts, and batch limits. - [Markdown to Word document converter](https://filetypeconverters.com/workflows/markdown-to-word-doc): Convert Markdown into DOCX with headings, code blocks, tables, and a practical reference-template path for corporate Word styles. - [LaTeX paper to Word converter](https://filetypeconverters.com/workflows/latex-paper-to-word): Convert LaTeX manuscripts to Word DOCX for journal submissions, with clear limits on equations, citations, packages, and templates. - [CSV to formatted Excel converter](https://filetypeconverters.com/workflows/csv-to-excel-formatted): Convert CSV to XLSX with delimiter and encoding detection, a header filter, fitted column widths, and honest warnings about dates and leading zeros. - [Combine CSV files into an Excel workbook](https://filetypeconverters.com/workflows/combine-csv-files): Use batch CSV to XLSX for sheet-per-file workbooks while being honest that true multi-file row merging is not supported yet. - [Spreadsheet to Parquet converter](https://filetypeconverters.com/workflows/spreadsheet-to-parquet): Convert CSV or XLSX to Parquet with tabular type inference, schema review, and a string-safe option for IDs. - [SQL dump to CSV converter](https://filetypeconverters.com/workflows/sql-dump-to-csv): Convert simple SQL INSERT dumps into CSV tables with warnings for multi-table dumps, escaping, dates, and unsupported SQL dialect features. - [Kindle book to PDF converter for DRM-free files](https://filetypeconverters.com/workflows/kindle-to-pdf): Convert DRM-free Kindle AZW3 or MOBI files to PDF with our ebook engine while leading with the hard limit: purchased DRM books cannot be converted. - [Scanned book to EPUB converter](https://filetypeconverters.com/workflows/scanned-book-to-epub): Convert scanned book pages into reflowable ebook text with AI Deep Read, while warning about headers, page numbers, hyphenation, and review work. - [SRT to VTT converter for YouTube captions](https://filetypeconverters.com/workflows/srt-to-vtt-for-youtube): Convert SRT subtitles to YouTube-ready WebVTT with WEBVTT header, dot milliseconds, UTF-8, and timing offset options. ## Guides - [What is HEIC?](https://filetypeconverters.com/guides/what-is-heic): HEIC is Apple’s common HEIF photo file: small, high-quality, and sometimes hard to open on Windows or older apps. - [DOCX vs DOC: what changed?](https://filetypeconverters.com/guides/docx-vs-doc): DOCX is a zipped XML document package. DOC is Word’s older binary format with weaker interoperability and harder recovery. - [WebP vs PNG: when to use each](https://filetypeconverters.com/guides/webp-vs-png): WebP can be lossy or lossless and smaller. PNG is still the conservative choice for exact pixels and wide tooling. - [JPG vs PNG: which should you use?](https://filetypeconverters.com/guides/jpg-vs-png): JPG is lossy and suited to photos. PNG is lossless and suited to screenshots, logos, transparency, and exact pixels. - [AVIF vs WebP: image format differences](https://filetypeconverters.com/guides/avif-vs-webp): AVIF uses AV1 image coding and can compress very well. WebP is older, faster to adopt, and still easier in many tools. - [PDF/A explained: archive PDF basics](https://filetypeconverters.com/guides/pdf-a-explained): PDF/A is a restricted PDF profile for long-term preservation. It embeds fonts and bans risky dependencies. - [EPUB vs MOBI vs AZW3 for Kindle](https://filetypeconverters.com/guides/epub-vs-mobi-vs-azw3-kindle): Kindle sending now prefers EPUB. Devices still use Amazon formats internally, while MOBI is mostly legacy. - [SRT vs VTT: subtitle format differences](https://filetypeconverters.com/guides/srt-vs-vtt): SRT is simple subtitle text. VTT adds web cues, styling hooks, and metadata used by HTML video players. - [EML vs MSG: email file differences](https://filetypeconverters.com/guides/eml-vs-msg): EML is RFC 5322 message text. MSG is Outlook’s MAPI data in an OLE compound file with Outlook-specific fields. - [Parquet vs CSV: data format differences](https://filetypeconverters.com/guides/parquet-vs-csv): CSV is row text for exchange. Parquet is typed, columnar, compressed storage for analytics and data lakes. - [JSONL vs JSON: when to use each](https://filetypeconverters.com/guides/jsonl-vs-json): JSON is one document. JSONL is newline-delimited JSON records for logs, streams, and append-only datasets. - [YAML vs JSON: practical differences](https://filetypeconverters.com/guides/yaml-vs-json): JSON is strict data syntax for machines. YAML is more readable but has indentation, typing, and parser traps. - [How to tell if a PDF is scanned](https://filetypeconverters.com/guides/how-to-tell-if-pdf-is-scanned): Learn quick tests for scanned PDFs: selectable text, embedded fonts, OCR layers, image-only pages, and command-line checks. - [OCR vs text layer in a PDF](https://filetypeconverters.com/guides/ocr-vs-text-layer-pdf): OCR creates text from page images. A PDF text layer stores selectable text that may be visible or hidden. - [PDF to Word without losing formatting](https://filetypeconverters.com/guides/pdf-to-word-without-losing-formatting): PDF-to-Word layout loss comes from fixed-position pages. Diagnose text layers, fonts, columns, tables, and scans first. - [Markdown to PDF with Pandoc and Typst](https://filetypeconverters.com/guides/markdown-to-pdf-pandoc-typst): Use Pandoc for Markdown parsing and Typst for PDF layout when you want repeatable command-line documents. - [Markdown to DOCX with Pandoc](https://filetypeconverters.com/guides/markdown-to-docx-pandoc): Pandoc can make editable DOCX from Markdown, but reference documents, tables, images, and raw HTML decide the result. - [How to send EPUB to Kindle](https://filetypeconverters.com/guides/send-epub-to-kindle): Send to Kindle accepts EPUB and converts it for delivery. MOBI and AZW are no longer accepted for sending. - [How to export Outlook email to PDF](https://filetypeconverters.com/guides/export-outlook-email-to-pdf): Outlook email to PDF depends on body format, headers, attachments, and whether the source is EML or MSG. - [LibreOffice headless convert CLI guide](https://filetypeconverters.com/guides/libreoffice-headless-convert-cli): Use `soffice --headless --convert-to` for server-side Office conversion, with checks for filters, fonts, and profiles. - [Handwriting to text OCR accuracy guide](https://filetypeconverters.com/guides/handwriting-to-text-ocr-accuracy): Handwriting OCR depends on image quality, writing style, language, layout, and how much manual review you can afford. - [CSV delimiter problems in Excel](https://filetypeconverters.com/guides/csv-delimiter-problems-excel): CSV delimiter errors in Excel come from locale separators, quoting, RFC 4180 variation, and files that are not really CSV. - [CSV UTF-8 BOM and Excel](https://filetypeconverters.com/guides/csv-utf8-bom-excel): Excel may assume ANSI for CSV on Windows. A UTF-8 BOM or import workflow prevents broken accented characters. - [CSV to JSON with Python and pandas](https://filetypeconverters.com/guides/csv-to-json-python-pandas): Use pandas for CSV to JSON when you control delimiter, dtype, encoding, date handling, and output orientation. - [JSON to CSV nested flattening guide](https://filetypeconverters.com/guides/json-to-csv-nested-flatten): Nested JSON must be flattened before CSV. Choose record paths, metadata, separators, and array handling deliberately. ## Tools - [CSV viewer](https://filetypeconverters.com/tools/csv-viewer): Inspect delimited files in a browser grid. - [JSON formatter](https://filetypeconverters.com/tools/json-formatter): Validate and pretty-print JSON exports. - [YAML ↔ JSON](https://filetypeconverters.com/tools/yaml-json): Convert config snippets between YAML and JSON. - [Markdown table generator](https://filetypeconverters.com/tools/markdown-table-generator): Create clean GFM tables from pasted rows. - [Delimiter detector](https://filetypeconverters.com/tools/delimiter-detector): Detect comma, tab, pipe, and semicolon files. ## Developers - [API documentation](https://filetypeconverters.com/api): HTTP API authentication, endpoints, rate limits, errors, and OpenAPI reference. - [API authentication](https://filetypeconverters.com/api/authentication): Send a workspace API key with each protected /api/v1 request. API access starts on Starter; public catalog endpoints need no key. - [API conversion options](https://filetypeconverters.com/api/options): Engine options such as delimiter, sheet, quality and page range, sent as a JSON string in multipart requests or an object in JSON requests. - [API errors](https://filetypeconverters.com/api/errors): API failures return JSON with error.code and error.message; async jobs can finish with status failed and an error object. - [API rate limits](https://filetypeconverters.com/api/rate-limits): A per-key minute guardrail plus workspace plan entitlements. Check /api/v1/usage before large uploads. - [MCP server — convert files from Claude, Cursor, VS Code, ChatGPT](https://filetypeconverters.com/mcp): A remote MCP server that lets an AI assistant check, convert and fetch files across 44 formats. Streamable HTTP, bearer token, one-line setup. - [Documentation](https://filetypeconverters.com/docs): Documentation hub for the API, MCP server, guides, tools, status, and changelog. - [Convert a file API](https://filetypeconverters.com/api/endpoints/convert): POST /api/v1/convert — Convert one file and stream the output in the response. Send multipart form data for local files, or JSON with a public URL when you wan… - [Queue an async conversion API](https://filetypeconverters.com/api/endpoints/convert-async): POST /api/v1/convert?async=1 — Queue a conversion and poll the job endpoint until it succeeds or fails. The API also queues files larger than 25 MB even when a… - [Check conversion pairs API](https://filetypeconverters.com/api/endpoints/pairs): GET /api/v1/pairs — List supported conversion pairs or check one pair before you upload a file. Format values accept ids, extensions, and common names such as… - [List formats API](https://filetypeconverters.com/api/endpoints/formats): GET /api/v1/formats — Return the enabled public format catalog and the enabled pair matrix. Use this when you need names, extensions, MIME types, format hubs,… - [Get job status API](https://filetypeconverters.com/api/endpoints/jobs): GET /api/v1/jobs/{id} — Poll an async conversion job that belongs to your workspace. A succeeded job includes a downloadUrl for the converted file. - [Download a job output API](https://filetypeconverters.com/api/endpoints/job-download): GET /api/v1/jobs/{id}/download — Download the output bytes for a succeeded async job. Local storage streams through the API. Browser-reachable object storage m… - [Create a batch API](https://filetypeconverters.com/api/endpoints/batches): POST /api/v1/batches — Queue several files with one source format and one target format. The response returns a batch id that you poll until a ZIP download is… - [Get batch status API](https://filetypeconverters.com/api/endpoints/batch-status): GET /api/v1/batches/{id} — Read aggregate status for a batch. A finished batch includes succeeded and failed counts plus a ZIP download URL when an archive exi… - [Download a batch ZIP API](https://filetypeconverters.com/api/endpoints/batch-download): GET /api/v1/batches/{id}/download — Download the ZIP archive for a completed batch. The API streams local storage outputs and may redirect to short-lived objec… - [Get usage API](https://filetypeconverters.com/api/endpoints/usage): GET /api/v1/usage — Return the workspace entitlements and this month's conversion and API request counts. Use it to show quota, max file size, batch size, and… - [OpenAPI schema API](https://filetypeconverters.com/api/endpoints/openapi): GET /api/v1/openapi.json — Return the OpenAPI 3.1 document for code generation and API explorers. The document includes schemas for conversion, pairs, jobs, ba… ## Optional - [All file converters — 44 formats, 490 conversions](https://filetypeconverters.com/convert): Every converter: format hubs, tested conversion pages with fidelity notes, and task workflows like bank statement to Excel. - [Pricing plans](https://filetypeconverters.com/pricing): Compare Free, Starter, Pro, and Scale plans for FileType Converters. - [AI Deep Read — OCR for scans, photos and handwriting](https://filetypeconverters.com/ai-deep-read): Turn scanned PDFs, screenshots, phone photos and handwritten pages into editable Word, Excel, Markdown or text. One credit per page. - [Status](https://filetypeconverters.com/status): Live status of the web converter, HTTP API and MCP server, with the last 24 hours of conversion outcomes. - [Changelog](https://filetypeconverters.com/changelog): Product updates, newest first. - [File format guides](https://filetypeconverters.com/guides): Plain-spoken guides to file formats and conversion problems: what a format is, why conversions lose things, how to diagnose and fix it. - [Conversion workflows](https://filetypeconverters.com/workflows): Task-based converters with the right output and options preset: bank statement to Excel, scanned PDF to Word, Outlook email to PDF, Kindle to PDF and more. - [Free browser tools](https://filetypeconverters.com/tools): CSV viewer, JSON formatter, YAML to JSON, Markdown table generator, and delimiter detector. Run in the browser; nothing is uploaded. - [Contact](https://filetypeconverters.com/contact): Contact FileType Converters support and enterprise sales. - [Enterprise](https://filetypeconverters.com/enterprise): Enterprise file conversion with custom retention, capacity, support, and procurement. - [About](https://filetypeconverters.com/about): Who builds FileType Converters, how conversions actually run, what we keep and for how long, and how to reach us. - [Privacy policy](https://filetypeconverters.com/privacy): Privacy, upload, and retention policy for FileType Converters by Cognesio LLP. - [Terms of service](https://filetypeconverters.com/terms): Terms for using FileType Converters conversion, API, and MCP services. - [Refund policy](https://filetypeconverters.com/refunds): Refund policy for FileType Converters paid plans and AI Deep Read credits.