|
Hi folks I’m attempting to sign a PDF document from VB (see code below). Everything is fine until the signatureSign call which fails. I’m having trouble debugging the
problem. In _javascript_ there is an
Error Object. How can I access the
Error Object from VB? Or how can I
debug this? The signatureSign
method also takes an option SignatureInfo Object, oInfo. How can
I construct this object in VB? ------------------ Set sigField = jso.addField("signature",
"signature", 0, sigRect) Set ppkLite = jso.security.getHandler("Adobe.PPKLite")
status = ppkLite.login(“barny”, “/C/BarnyRubble.pfx”) status = sigField.signatureSign(ppkLite) Steven W. Epp [EMAIL PROTECTED] |
- Re: [PDFdev] debugging signatureSign steve
- Re: [PDFdev] debugging signatureSign Leonard Rosenthol
