PDF
Extracts the text of every page and uses each line's font size relative to the page's body text to guess which lines are headings, producing a readable .md file.
How to use PDF to Markdown
- Add a PDF.
- Tap Run.
- Download the .md file.
FAQ
Will this preserve tables and columns?
Not reliably — it's built for simple, mostly-text documents. Complex multi-column layouts or tables may come out jumbled.
How are headings detected?
By comparing each line's font size to the median size on that page — noticeably larger lines become # or ## headings. It's a heuristic, not a guarantee.