Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Tom_Yi@adobeforums.com #1
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 signature?
Can someone give me sample to use SDK API to add digital signature ?
Thanks!
Tom.
Tom_Yi@adobeforums.com Guest
-
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. -
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... -
Tom_Yi@adobeforums.com #2
Re: Add digital signature by SDK API
How to use PSDataBufferEnum?
PSDataBuffer buff;
ASInt32 maxSize,rSize;
ASUns8 *pReturnBuffer;
ASBool bReturn;
maxSize = 100;
bReturn = PSDataBufferEnum(buff,maxSize,&pReturnBuffer,&rSiz e);
if (bReturn)
{
}
I used these codes to get databuffer,but return 0. I think maybe because the buff hasn't allocate memory. but don't know the definition of PSDataBuffer.
Tom_Yi@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #3
Re: Add digital signature by SDK API
These functions are only if you are writing your own custom DigSig handler - but that doesn't sounds like what you want.
If you just want sign using a standard, look at the DigSig APIs.
Leonard_Rosenthol@adobeforums.com Guest



Reply With Quote

