R
RomanTobler
Hi,
I have to create a form from which I can print a number of existing PDF files.
I tryed to create an (PDF)-object:
Dim App As Object, PDFDoc As Object
Set App = CreateObject("AcroExch.App")
Set PDFDoc = CreateObject("AcroExch.AVDoc") . . .
.. . . but I always get the error 429 "cannot create active-x"
I have installed Adobe Acrobat Reader 8 (no Acrobat std or Pro!).
Can someone help me?
roman
I have to create a form from which I can print a number of existing PDF files.
I tryed to create an (PDF)-object:
Dim App As Object, PDFDoc As Object
Set App = CreateObject("AcroExch.App")
Set PDFDoc = CreateObject("AcroExch.AVDoc") . . .
.. . . but I always get the error 429 "cannot create active-x"
I have installed Adobe Acrobat Reader 8 (no Acrobat std or Pro!).
Can someone help me?
roman