On Tue, 2009-10-13 at 20:07 -0700, nashrul wrote: > Hi... > I'm thinking about a document management system that can put user signature > on the created digital document. Here's the app-flow I can imagine ... > My php application creates a pdf document. > The pdf document is displayed to user. > Using the digital pen, the user will put his/her signature on this document. > or Using the touch screen, the user will put his/her signature. > The pdf document with the user signature is saved to the db. > Has anyone done this before ?? > Thanks > -- > View this message in context: http://www.nabble.com/Signing-%28hand-written-signature%29-pdf-document-tp25884660p25884660.html > Sent from the PHP - General mailing list archive at Nabble.com. > > A signature in a document is just an image. I've seen plenty of Flash apps which allow a user to draw something which is then saved as an image. You could then use this image file and either re-create the PDF document (easiest) or attempt to edit it and add the image in. Thanks, Ash http://www.ashleysheridan.co.uk