Search found 6 matches

by sedivyk
Thu Apr 14 2005
Forum: Delphi Community
Topic: Use Amyuni ActiveX within a service application
Replies: 3
Views: 16315

Great thanks, it works when I logon under a specific account instead of using the Local user account with desktop interaction.

Is there a way to make it work under the Local user account ?
by sedivyk
Wed Apr 13 2005
Forum: Delphi Community
Topic: Use Amyuni ActiveX within a service application
Replies: 3
Views: 16315

Use Amyuni ActiveX within a service application

Hi, I tried using the Digital signature procedure within a service application such as procedure TService1.AmyuniSign; var li_Result : Cardinal; begin Document1.SetLicenseKey(Licensee,LicCode); Document1.Open(InputFile); // Blind Sign if BlindSign then Document1.DigitalSignature('Danny Leblanc','Tes...
by sedivyk
Wed Apr 13 2005
Forum: Delphi Community
Topic: Digital signature info font size
Replies: 0
Views: 12201

Digital signature info font size

Hi,

I've successfully inserted a digital signature into a PDF. the signature is visible on the page. I am using the 255 value as the last parameter of DigitalSignature() to output all information within the signature.

How can I set the font of this information ?
by sedivyk
Tue Apr 12 2005
Forum: Delphi Community
Topic: Digital Signature into PDF
Replies: 4
Views: 18551

I have downloaded the "Document Converter Suite: Version de Demo", is that the Professional demo version ? Is the digital signature available in that version ?
by sedivyk
Tue Apr 12 2005
Forum: Delphi Community
Topic: Digital Signature into PDF
Replies: 4
Views: 18551

Well it helps but does not solve my problem. Many other things that did not work are now working. Unfurtunatly the digitalsignature still doesn't work. procedure TForm1.AmyuniSign; var ls_InputFile: string; ls_OutputFile: string; begin ls_InputFile := 'C:\Develop\Documentation\Digital Signature\Test...
by sedivyk
Mon Apr 11 2005
Forum: Delphi Community
Topic: Digital Signature into PDF
Replies: 4
Views: 18551

Digital Signature into PDF

Hi, I have downloaded a demo of the PDFConverter and PDFCreator developer version. I have iinstalled both pdfcreactivex.dll and cdintf.dll type libraries. I want to test the Digital Signature but I can't seem to make it work. The procedure TPDFCreactiveX.DigitalSignature() return "Access is Den...