Page 1 of 1

pdf activex control in delphi

PostPosted: December 10th, 2011, 8:38 pm
by ewin
I tried to use A Pdf ActiveX control "Pdf.ocx".
I installed it in the delphi.
The problem is that if I use the command "Pdf.openfile('C:\Test.pdf');", it gives the runtime error "Interface not supported".
And if I use the command "Pdf.src = 'C:\Test.Cmd';",
it works fine, but if I try that compiled program in another computer, I get An Error.
I have the file "Pdf.tlb" too, but don't know what to do with it.

Re: pdf activex control in delphi

PostPosted: December 18th, 2011, 3:38 pm
by Kambiz
Is the ActiveX installed on the other computer?