Hello I am using pdftk to generate a PDF based on a form that is submitted.
I have everything working fine until here. Which is adding an image of a signature. I am using signature pad which works great to generate the image file of the signature. Now i am trying to add that signature image to the PDF? Does anyone know if this is even possible to do with pdftk? i don't see the option to do that. Or if its even possible to attach to the image to a form filed that i have in the PDF?
First convert the image to PDF
Then scale up and offset the image using pdfjam (another free tool)
Then combine both PDFs using pdftk
You may need to download STAMPtk if you need to position the image and add it to only one page in the general PDF, but this one you have to pay for it.
You can download STAMPtk from here http://www.pdflabs.com/tools/stamptk-the-pdf-stamp-maker/
I hope it helps!