Category
Conversion
Converting PDFs to and from other formats — Word, Excel, HTML, images, and more.
22 posts
Publishing E-Books From PDF
PDFs and ebooks are cousins. Both deliver formatted text, but PDFs are fixedlayout and ebooks are reflowable. Converting a PDF manuscript into a publishable EPU
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, batchconv
How to Convert HTML to PDF: From One-Liners to Production Pipelines
Generating a PDF from HTML is one of the most common serverside document tasks in modern applications. Invoices, receipts, contracts, reports, certificates, any
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, h
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, lockeddown, easy to email, and look the same
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. Goin
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, versioncontrollable, easy
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 is
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 databa
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. Merge
How to Convert a PDF to HTML for the Web
PDF to HTML is the conversion that most disappoints firsttime users. They expect a clean, semantic web page; they get a tangle of absolutelypositioned divs that
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 sear
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 actua
How to Convert Word Documents to PDF
WordtoPDF 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 was
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 expo
How to Convert a PDF to Word (Free Methods)
Converting a PDF to a Word document .docx lets you edit the content freely, fixing typos, reformatting text, or reusing content in a new document. Here are the
How to Convert a PDF to an Image (JPG or PNG) for Free
PDFs are perfect for sharing documents, but sometimes you need the content in a different format. You might need to post a flyer on social media, insert a docum