Oluwajuwon Faloreoluwajuwonfalore.hashnode.dev·May 21, 2024Downloading a Web Page as a PDF in ReactToday, we're going to explore how to download a web page as a PDF in React. We'll go through the process step by step, from creating a new React app to installing the necessary packages and writing the code to download the page as a PDF. Creating a N...DiscussReact
Decentro Techdecentro.hashnode.dev·Mar 14, 2023JsPDF: What Is It & How To Use It To Generate PDF from HTMLHere’s an in-depth guide where we break down JsPDF, an open source solution that can help you quickly generate high quality PDFs from HTML. It’s a PDF world, and we are just living in it. The ask for this PDF format is universal. And today, we bring...DiscussjsPDF
Chinenye Anikwenze kodervine.hashnode.dev·Jan 25, 2023Creating Dynamic PDF Downloads in React: A Step-by-Step Guide Using useState, useRef, and jsPDF libraryIntroduction In this article, we will explore how to use the jsPDF library to add a download feature to a React project. Specifically, you will learn how to download sections of a page dynamically from an array of elements. I will guide you through t...Discuss·3 likes·563 readsTutorial TrailsJavaScript