Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
J Winslow #1
digital signature
Is it possible and how would I add a digital signature
(signifying approval) to a form. Would I add it as a
field on the form? Thank you.
J Winslow Guest
-
Add digital signature by SDK API
Hello, I want to add digital signature in my plug-in.Can I use PSDataBufferEnum to get databuffer then use PSDataBufferDigest to add digital... -
PDF digital signature
Hello all, I have a doubt regarding PDF PKCS7 signature. After signing a document (using Adobe Acrobat Professional 6.0), I extract the signature... -
signature with Verisign Digital ID?
Is it possible to use a Verisign Digital ID as certification or signature in Acrobat 6, or if not 6 then 7? When I go to Advanced > Manage Digital... -
Digital Signature in Acrobat 4.0
I can digitally sign a document in Adobe Acrobat 4.0 and it will show up under the "Signatures" tab in the Navigation Pane. However, it does not show... -
digital signature not enabled
I have 5.05 and on a particular document that someone else created, I am unable to apply a digital signature. The tools are not enabled and there is... -
Alexander_Totskiy@adobeforums.com #2
Digital signature
Hello
I try to get PSSigGetSigValueParams->dataBuffer with the PSDataBufferEnum. But PSDataBufferEnum return 0. What the problem is?
PSDataBufferEnum calls when I try to sign the data.
The steps of my plug-in :
1) fHandlerRec.sigGetSigValue = ASCallbackCreateProto(PSSigGetSigValueProc, DSHandler::SigGetSigValue );
2) void EUAdobeCryptoEngine::sigGetSigValue( PSSigGetSigValueParams params )
{.....
3)if (params->bGetSigValue == true)
{ ...
4) bres = PSDataBufferEnum (params->dataBuffer, 100000, (ASUns8**)&pBuffer, (ASInt32*)&dwBufferSize);
Alexander_Totskiy@adobeforums.com Guest



Reply With Quote

