Category
Conversion
Converting PDFs to and from other formats — Word, Excel, HTML, images, and more.
24 posts
How to Convert a PDF to Google Docs
Google Drive will open a PDF as a Google Doc in about four clicks, and for a plain text-heavy document the result is genuinely good. For anything with columns…
How to Extract Images from a PDF
There are two entirely different jobs hiding behind "get the images out of this PDF", and picking the wrong one wastes an afternoon. One is extraction…
Publishing E-Books From PDF
PDFs and e-books are cousins. Both deliver formatted text, but PDFs are fixed-layout and e-books are reflowable. Converting a PDF manuscript into a publishable…
How to Batch Convert Images to PDF for Scanned Documents and Photo Sets
If you have a folder of scanned receipts, a stack of phone photos of a contract, or a few hundred product photos that need to live in a single bundle…
How to Convert HTML to PDF: From One-Liners to Production Pipelines
Generating a PDF from HTML is one of the most common server-side document tasks in modern applications. Invoices, receipts, contracts, reports, certificates…
How to Convert Excel to PDF Without Wrecking the Layout
Converting an Excel spreadsheet to PDF should be trivial. In practice, the first try is almost always wrong: columns get cut in half, rows split across pages…
How to Convert PowerPoint to PDF for Sharing, Printing, and Archiving
Exporting a PowerPoint deck to PDF is one of the most common document conversions in the world. PDFs are universal, locked-down, easy to email, and look the…
How to Convert a PDF to LaTeX When You Need the Source Back
Converting a PDF back to LaTeX is one of the more honest "you should not need to do this often" conversions. LaTeX is a source format. PDFs are its output…
How to Convert a PDF to Markdown for Wikis, Static Sites, and LLMs
Markdown is the format every developer, technical writer, and increasingly every knowledge worker reaches for first. It is plain text, version-controllable…
How to Convert a PDF to SVG: For the Web, for Editing, and for Embedded Use
PDF and SVG are both vector formats. Both can describe shapes, paths, fonts, gradients, and transformations at arbitrary precision. The difference is what they…
How to Convert a PDF to TIFF for Archives, Faxes, and Printing
Most of the time, PDF is the right output format. There is a small list of situations where it is not, and TIFF is the answer. TIFF (Tagged Image File Format)…
How to Convert a PDF to EPUB for Comfortable Reading on Any Device
PDF and EPUB are both document formats, but they serve completely different purposes. A PDF locks the layout, every page is a fixed canvas. An EPUB flows. Text…
How to Convert a PDF to JSON: From Plain Extraction to Structured Output
JSON is the lingua franca of modern application data. APIs return JSON, databases store JSON, web apps consume JSON. PDFs do not. Converting a PDF to JSON is a…
How to Convert a PDF to CSV (Tables, Forms, and Everything in Between)
You have a PDF with a table in it, maybe a bank statement, a price list, a research dataset, an exported report. You need it as a CSV so a spreadsheet, a…
How to Convert a PDF to XML for Data Pipelines and Document Processing
Most people will never need to convert a PDF to XML. The people who do, engineers building data pipelines, archivists, anyone dealing with structured documents…
How to Batch Process Many PDFs at Once
Sooner or later, anyone who works with PDFs hits the wall of bulk operations. Compress 200 invoices for storage. Watermark every report from last quarter…
How to Convert a PDF to HTML for the Web
PDF to HTML is the conversion that most disappoints first-time users. They expect a clean, semantic web page; they get a tangle of absolutely-positioned divs…
How to Convert a PDF to Plain Text (.txt)
Plain text is the most universal output a PDF can produce. No fonts, no layout, no images, just the words. That's what you want when feeding documents to a…
How to Convert JPG and PNG Images to PDF
Photographing a printed form or saving screenshots is easy. Sending them to a client or government office in a single, properly ordered PDF is what people…
How to Convert Word Documents to PDF
Word-to-PDF is the most common conversion in the world of office documents, and one of the few where almost every method produces a perfect result. The format…
How to Convert a PDF to PowerPoint Slides
You have a polished PDF deck, maybe a client report, a conference handout, or last year's pitch, and you need it back in PowerPoint so you can update one chart…
How to Convert a PDF to Excel (Free Methods)
Spreadsheets locked inside PDFs are one of the most common headaches in office work. Whether the file came from your accountant, a vendor portal, or an old…
How to Convert a PDF to Word (Free Methods)
Every PDF-to-Word conversion is a reconstruction, and it is worth knowing that before you judge the result. The PDF does not contain paragraphs, columns, or…
How to Convert a PDF to an Image (JPG or PNG) for Free
Converting a PDF page to an image trades away everything that makes it a document — selectable text, search, links, accessibility — in exchange for something…