DEV Community

Piyush Pandey
Piyush Pandey

Posted on

Add signature image to pdf in React

I have rendered a PDF file in react. I want to add a signature image to it by choosing an image file from the system and place it wherever I place the cursor on a pdf file. After adding the signature we have to download the pdf along with the signature image on it.

I have used the @react-pdf-viewer library.

I tried but I don't know how to exactly approach this problem.

Top comments (0)