Good day all.
I am trying to write a short Python script to create
some PDFs.
I create instances of App, AVDoc and PDDoc using the
following syntax:
app = Dispatch("AcroExch.App")
doc = Dispatch("AcroExch.AVDoc")
pd = Dispatch("AcroExch.PDDoc")
However when I call pd = doc.GetPDDoc(), the Python
interpreter
complains about the member function not being found. I
know for sure
that it is there, since I can execute the code in VB
no problem.
Any suggestions?
P.S. I ran the makepy on the Adobe5 type library.
_______________________________________________
Python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32