Click here to Skip to main content
15,899,126 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have managed to upload and save a digitally signed PDF in a BLOB field in my SQL 2008 database. I go to view it and the signature is gone. Does anyone know why?
Posted

I am not sure what you mean by "signature", but I see two possibilities:
  1. The signature is a file stored elsewhere on the hard drive. Perhaps an entry in a certificate store.
  2. The signature is something that is stored in the ADS (alternate data stream) of the file.
 
Share this answer
 
What I mean by signature is:

1. Open PDF in adobe acrobat or reader.
2. Click the sign button
3. Select Place Signature
4. Select the area for the Digital Signature.
5. At the sign document sreen, click the sign button.
6. Insert Smart Card and click ok.
7. Save PDF
8. Enter PIN number to smart card.

Then after that I upload the PDF to the database using the regular method found in Code Project and many other places as well.
 
Share this answer
 
Turns out is was my programatic error.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900