Welcome folks today in this blog post we will be building a pdf editor
in browser where you can edit pdf documents,digitally sign them also and add images to it. This editor is built using the html2pdf.js
library and jspdf library. We are using the pdf.js
library to display it inside the browser. All the full source code of the application is given below.
Get Started
In order to get started you need to clone the below git repository inside your machine by following the given commands as shown below
git clone https://github.com/ShizukuIchi/pdf-editor
cd pdf-editor
And now we need to install the dependencies
needed for this project as shown below
npm install