Digital Signature

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
Icunune
Posts: 24
Joined: Thu Sep 04 2003

Digital Signature

Post by Icunune »

Hi

I try to use this example in visual foxpro 9.0

CreatorRef = CREATEOBJECT("PDFCreactiveX.PDFCreactiveX")
CreatorRef.SetLicenseKey("my license code")
creatorref.Open("c:\fd\pedido.pdf","")
CreatorRef.DigitalSignature ("icu", "Signature", "", "MAdrid", "1", 500, 400, 300, 300, 1+2+4+8+64)
............ Herar give me the next message error “OLE error code 0x80070005: Denied Access”

CreatorRef.Save ("SignedDocument.pdf", 0)

Can you tell any solution?
Thanks
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Re: Digital Signature

Post by Joan »

Hello,

If this is happening with a specific file the problem could be with the file itself.

You can try your code with different files or with files generated by our product to make sure if the problem is with the code itself or with the pdf file you are signing.
Custom Brand the Amyuni PDF Printer Driver http://www.amyuni.com/en/developer/branding/index.html

Amyuni PDF Converter tested for true PDF performance. View results - http://www.amyuni.com/benchmark
Post Reply