---
title: "Import & Export Guide"
url: https://mdfy.app/QnS-5fP9
updated: 2026-05-09T16:24:56.783Z
source: "mdfy.app"
---
# Import & Export Guide

## Import — 13+ Formats

Drop any file onto mdfy.app, use the **IMPORT** button in the sidebar, or paste content directly.

| Format | How it works |
|--------|-------------|
| **PDF** | Server-side text extraction (max 4MB) |
| **DOCX** | Word → HTML → Markdown via mammoth |
| **PPTX / XLSX** | Office text extraction via officeparser (max 10MB) |
| **HTML** | Turndown converts to clean Markdown |
| **CSV** | Auto-converted to Markdown table |
| **LaTeX** | Sections, math, formatting → Markdown |
| **RST** | reStructuredText headings, links → Markdown |
| **RTF / JSON / XML / TXT** | Text extraction with format hints |

### AI mdfy Structuring

After importing, you'll see **"mdfy this document?"** — click **mdfy it** to let AI:

- Detect headings from context
- Rebuild lists, tables, code blocks
- Add emphasis and formatting
- Preserve all original content

> Works great for PDF imports where formatting is lost during text extraction.

### Import via CLI

```bash
# Pipe any file content
cat report.md | mdfy publish
pbpaste | mdfy publish
```

### Import via Chrome Extension

Click the mdfy button on ChatGPT, Claude, or Gemini to capture AI conversations directly.

## Export — Every Destination

Click the **Export** icon in the Live view header (Cmd+Alt+E).

### Download
- **Markdown (.md)** — raw source
- **HTML (.html)** — styled, self-contained
- **Plain Text (.txt)** — formatting stripped

### Print
- **PDF** — via browser print dialog (Cmd+P)

### Clipboard
- **Raw HTML** — for web use
- **Rich Text** — paste into Google Docs, Email, Word with formatting preserved
- **Slack (mrkdwn)** — formatted for Slack channels
- **Plain Text** — no formatting

### Share
- **Permanent URL** — `mdfy.app/abc123` — one click to copy
- **Embed** — iframe code for websites
- **QR Code** — for mobile sharing
