Skip to content

Convert vCard to Markdown.

Drop a .vcf file and read every contact as a tidy Markdown list. It runs entirely in your browser, so your file never leaves your device.

Instant & offlineFree, no accounts

Drag & drop your files

or

WordExcelPowerPointPDFEPUBCSVJSONCode
+135 file formats supported
Batch convertMany files at once
100% privateStays on your device
Works offlineNo connection needed
Preset

Optimize for AI & RAG

Extra cleanup for LLM ingestion: strip HTML, fix smart quotes, tidy Unicode and spacing.

Add YAML front matter

Prepend a metadata block (title, source, date, word & token counts) for knowledge bases and RAG.

Add table of contents

Build a linked index from the headings. Handy for long documents.

Export RAG chunks (.json)

Split the result into retrieval-ready chunks. Download per file from the result panel.

Most converters quietly upload your documents to a server. This one physically can't.

01Why

Built for apps,
not for reading.

A vCard packs each contact into terse key and value lines like FN and TEL. Opening one shows raw field codes, not a readable card. Converting lays every contact out as a named heading with plain bullets.

VCFcontacts.vcf

BEGIN:VCARD

FN:Alice Lee

ORG:Acme Inc

TITLE:Engineer

EMAIL:[email protected]

TEL:+1 555 0100

END:VCARD

MDcontacts.md

## Alice Lee

- Organization: Acme Inc

- Title: Engineer

- Email: [email protected]

- Phone: +1 555 0100

02Features

Everything you
actually need.

Contact cards in, a clean Markdown list out, with no server and no account anywhere.

It never leaves your browser

Your .vcf is read and parsed on your device. The contact details never touch a server.

local
VCFcontacts.vcf

# Heading

- point one

3 chunks

AI & RAG ready

Optional cleanup, YAML front matter, a table of contents and RAG chunk export.

Works offline

Once the page has loaded you can switch off your connection and it keeps converting.

## Alice Lee

- email: [email protected]

- phone: +1 555 0100

Each contact, a section

Every card becomes a heading from the name, with its details listed below as bullets.

éñü

Unicode safe

Accents, symbols and non-Latin scripts come through intact as UTF-8.

Free, and unlimited

No sign-up, no quotas, no watermarks. One file or a thousand, each holding any number of cards, all runs the same way on your own device.

03Fidelity

What survives
the trip.

Honest about what comes through, and what doesn't. Each field is read once, so where a card repeats a value only the first one is taken.

Kept

4
  • Name as the heading
  • Organization and title
  • Email and phone
  • Address and URL

Dropped

3
  • Notes and birthdays
  • Photos
  • Repeated or extra fields
VCFcontacts.vcf
Alice Lee
kept

- Acme Inc

- [email protected]

- +1 555 0100

kept

NOTE: met at the spring conference

BDAY: 1990-04-12

dropped
dropped
04FAQ

vCard questions,
answered.

Everything worth knowing before you drop in a .vcf file.

05More

Other converters.

Handling more than contacts? These convert the same way: privately, in your browser.

Word to Markdown

.docx

Microsoft Word documents.

Convert

OpenDocument Text to Markdown

.odt · .fodt

LibreOffice & OpenOffice text documents.

Convert

Rich Text to Markdown

.rtf

Cross-app Rich Text Format files.

Convert

AbiWord to Markdown

.abw

AbiWord word-processor documents.

Convert

Hangul to Markdown

.hwpx

Korean Hangul Office documents.

Convert

InDesign / IDML to Markdown

.idml · .icml

Adobe InDesign layout exchange files.

Convert

Excel to Markdown

.xlsx

Microsoft Excel workbooks.

Convert

OpenDocument Sheet to Markdown

.ods · .fods

LibreOffice Calc spreadsheets.

Convert