PDF를 Markdown으로

PDF의 텍스트와 표를 Markdown 형식으로 변환합니다.

클릭하여 파일 선택 또는 파일을 끌어다 놓으세요

PDF 파일 1개 이상

파일이 기기 밖으로 나가지 않습니다.

이용 방법

1

Upload File

파일을 클릭하거나 끌어다 놓아 시작하세요

2

Process

처리 버튼을 눌러 변환을 시작하세요

3

Download

완성된 파일을 바로 저장하세요

관련 PDF 도구

Merge PDF

Free online merge PDF tool

Compress PDF

Free online compress PDF tool

Split PDF

Free online split PDF tool

Edit PDF

Free online edit PDF tool

Rotate PDF

Free online rotate PDF tool

자주 묻는 질문

How well does PDF to Markdown preserve the document structure?

Headings, paragraphs, lists, and basic bold and italic formatting are converted, and each page is separated by a horizontal rule (---) in the output. Heading levels are inferred from font sizes, so a document with inconsistent styling may come out with some headings at the wrong level.

What does the Include Images option do?

When it's checked, pictures from the PDF are embedded directly in the Markdown as base64 data, so the single .md file is self-contained but can get large. Leave it off for text-heavy documents to keep the output small and readable in a plain editor.

Why is the Markdown empty or almost empty?

The converter reads the PDF's text layer, so a scanned document that's only images has nothing to convert. Run it through OCR PDF first to add a text layer, then convert the result.

How does it handle multi-column layouts, footnotes, and sidebars?

Complex layouts are the weak spot: multi-column text can be interleaved, and sidebars or footnotes may land in the wrong place. Expect to review and tidy the output for magazine-style pages, while single-column documents need little cleanup.

Can I convert several PDFs to Markdown at once?

Upload multiple PDFs and click Convert once. One file downloads as filename.md; several come back as markdown-files.zip with one .md per PDF, and duplicate names get a numbered suffix.

Is this the same as PDF to Text?

No. PDF to Text gives you raw text with no structure, which is better for feeding into scripts. PDF to Markdown keeps headings, lists, and emphasis so the result is ready to paste into Obsidian, a wiki, or a static site generator.

Can I convert a password-protected PDF?

If the file needs a password to open, you're prompted for it before conversion starts and the text is extracted as usual. The password isn't stored anywhere, and the Markdown output has no protection of its own.

Is my PDF uploaded to convert it to Markdown?

No. Conversion runs on a PyMuPDF engine loaded into your browser as WebAssembly, and the .md file or ZIP is generated on your machine. Research papers, contracts, and internal docs stay private.