Hello there,
I am trying to determine how to add a written signature image to an existing PDF.
Currently, I use an FDF formatted file to load up all of the database data into the PDF Form.
But I am stuck trying to get an image onto the PDF.
I presume I need to modify the PDF, and then open the FDF to get all of the data loaded, and then I need to use iTextsharp to load up the written signature image.
I need to push the image over to the PDF, but I am not sure if this is the "correct" approach.

I have a C++ desktop application. SQL Server 2008 is the database.

Thanks,