Chinenye Anikwenze forKodervine's logkodervine.hashnode.net·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·49 readsTutorial TrailsJavaScript
Majd Abu HmoudforM3CV1NO C0D1NGmecvino-coding.hashnode.net·Jul 10, 2022How to use jsPDF in react and add styling to it?What is jsPDF🤔? It's a JavaScript library for generating PDFs. Installation Through npm npm install jspdf --save Or yarn yarn add jspdf How can you use it? So to use this library, You need to create a new instance const doc = new jsPDF(); You...Discuss·1 like·174 readsTypeScript
Decentro Techfordecentro.hashnode.net·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
Decentro Techfordecentro.hashnode.net·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 forKodervine's logkodervine.hashnode.net·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·49 readsTutorial TrailsJavaScript
Majd Abu HmoudforM3CV1NO C0D1NGmecvino-coding.hashnode.net·Jul 10, 2022How to use jsPDF in react and add styling to it?What is jsPDF🤔? It's a JavaScript library for generating PDFs. Installation Through npm npm install jspdf --save Or yarn yarn add jspdf How can you use it? So to use this library, You need to create a new instance const doc = new jsPDF(); You...Discuss·1 like·174 readsTypeScript