PDF Guides

Step-by-step tutorials and practical tips for PDF conversion, extraction, and common workflows.

How to Convert PDF to Text

Plain text is the most portable thing you can pull out of a PDF. This guide shows you how to do it in a couple of clicks, and — more usefully — explains what to do when the output is not what you expected.

4 min readPDF to Text

How to Convert PDF to CSV

Getting a table out of a PDF and into a spreadsheet is one of the most common — and most fiddly — PDF jobs there is. Here is how to do it, and how to tell whether the result can be trusted.

5 min readPDF to CSV

How to Convert PDF to Markdown

Markdown is the sweet spot between plain text and full HTML: you keep the document structure, but the result is still readable as-is. That makes it the best format for docs, notes and anything headed for an LLM.

4 min readPDF to Markdown

How to Convert PDF to HTML

Converting a PDF to HTML makes its content work on the web: searchable, responsive, selectable and accessible to screen readers. This guide explains what you get and where the limits are.

4 min readPDF to HTML

How to Convert PDF to SVG

SVG is the right target when you care about how the page looks: it scales to any size without going blurry, and it drops straight into web pages, Figma or Illustrator.

4 min readPDF to SVG

How to Convert a Jupyter Notebook to PDF

Exporting a notebook to PDF is famously annoying: the standard route wants a full LaTeX distribution just to produce one file. This does it in your browser instead.

4 min readIPYNB to PDF

How to Convert HEIC to PDF

HEIC is what your iPhone saves photos as by default. It is an excellent format that almost nothing outside the Apple ecosystem will open — which is exactly why people need to convert it.

4 min readHEIC to PDF

How to Convert HTML to PDF

Turning a saved web page or an exported HTML report into a PDF is usually a server job involving headless Chrome. For a single file, your browser can already do it.

4 min readHTML to PDF

How to Convert TXT to PDF

A .txt file has no pages, no margins and no fixed appearance. Turning it into a PDF is how you make it printable, attachable and stable — everyone sees exactly the same thing.

3 min readTXT to PDF

How to extract text from a scanned PDF

Read this first if a converter gave you an empty file. Scanned PDFs need OCR, and our tool deliberately does not pretend otherwise.

6 min readPDF to Text

How to get a PDF table into Excel

The route that keeps your columns: PDF to CSV, then CSV into Excel. No retyping, no upload.

5 min readPDF to CSV

Converting PDF to Markdown for LLMs and RAG

Structure survives the conversion, so your chunker knows where sections begin and end.

5 min readPDF to Markdown

How to open HEIC files on Windows

Your iPhone photos are fine. Windows just does not ship the decoder for free any more.

5 min readHEIC to PDF

Jupyter notebook to PDF without LaTeX

Skip the multi-gigabyte TeX install. Drop the .ipynb file in and get a PDF.

5 min readIPYNB to PDF

How to convert a PDF without uploading it

Modern browsers can parse and generate PDFs on their own. No server needs to see your file.

5 min readPDF to Text

Why copying from a PDF breaks the formatting

A PDF stores where each piece of text sits on the page, not what it means. Copy-paste loses the layout.

5 min readPDF to Text

Converting PDF to SVG for design work

Vector in, vector out. Useful when a client sends a logo as a PDF and you need it on the web.

4 min readPDF to SVG

Archiving a web page as a PDF

For receipts, confirmations, and anything you may need to produce again in five years.

4 min readHTML to PDF