News WordPress Theme

How to Create PDFs With Node JS and React

How to Create PDFs With Node JS and React

In this video you will learn how to generate dynamic PDFs using Node JS and React. PDFs are going to be generated from an HTML file. Anything that you can write in HTML and CSS can be converted to a dynamic PDF. GitHub Repository – Article on Medium – HTML Template – If you found this video educational, a…

Read More

How to convert HTML to PDF using JavaScript

How to convert HTML to PDF using JavaScript

In this video we will learn how to generate PDF file from HTML using javascript with jspdf library. Watch till end that how to convert HTML to PDF on localhost using javascript with jspdf library easy step by step with subtitle. In this tutorial we have discuss how to use text(), setFont(), setFontSize(), setTextColor(), addImage(), addPage() and save(); function…

Read More