Articles for the PDF tag
-
officeParser: One API to Read Every Document You Throw at It
Wiring up a different parser for every file format is tedious. officeParser gives you one function that reads them all and hands back a structured tree you can turn into whatever you need.
-
PDFSlick: A Slick Way to View PDFs Across Every Framework
Rendering PDFs in a modern framework usually means wrestling with PDF.js's imperative API. PDFSlick hands you components and a reactive store instead, so the heavy lifting disappears.
-
EmbedPDF: Chrome's Own PDF Engine, Now in Your App
A framework-agnostic PDF viewer powered by the same engine that renders PDFs in Google Chrome.
-
jsPDF: PDF Sorcery Right in the Browser
Need to generate invoices, certificates, or reports without a server round-trip? jsPDF creates PDF documents directly in the browser (or Node.js) with full control over text, shapes, images, and page layout.
-
Crafting PDFs with React: Unleashing the Power of @react-pdf/renderer
@react-pdf/renderer is a powerful library that brings PDF generation capabilities to React applications. This article explores its features, usage, and best practices for creating professional-looking documents programmatically.