0

In the application a user will upload a PDF file and then upload a personal signature created using a digital pen. How can I embed this signature in the pdf file?

I tried to use TCPDF but it seems that this library is used for creating new pdf files.

In my case I have my own PDF files uploaded by different users.

Ravi Kant Mishra
  • 778
  • 1
  • 7
  • 13

1 Answers1

0

Check the following links.. Hope it may useful for you

http://www.mindfiresolutions.com/How-write-to-an-existing-PDF-using-PHP-1073.php

http://stackoverflow.com/questions/4299315/writing-drawing-over-a-pdf-template-document-in-php

To write / create a PDF file

http://www.fpdf.org/
Suresh kumar
  • 2,002
  • 1
  • 19
  • 28
  • Hi thanks for your support. I was doing the same thing but there is only one problem in this library. It takes the image of my own pdf and place that image on a new pdf with signature. In my case I have few pdf with form elements and after signature the new pdf dosen't show form elements it shows only few white spaces. – Ravi Kant Mishra Jun 14 '12 at 11:39