Re: [python-win32] AVDoc and PDDoc/How to force late binding

2006-09-25 Thread Michael S
, September 24, 2006 10:44:57 PM Subject: Re: [python-win32] AVDoc and PDDoc Thanks a lot Justin. I tried running your code, for some reason it just hangs. I wonder why. - Original Message From: Justin Ezequiel [EMAIL PROTECTED] To: python-win32@python.org Sent: Sunday, September 24, 2006 9

Re: [python-win32] AVDoc and PDDoc/How to force late binding

2006-09-25 Thread Simon Dahlbacka
]To: python-win32@python.orgSent: Sunday, September 24, 2006 9:52:18 PMSubject: Re: [python-win32] AVDoc and PDDoc From: Michael S [EMAIL PROTECTED] 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

Re: [python-win32] AVDoc and PDDoc/How to force late binding

2006-09-25 Thread Michael S
Message From: Simon Dahlbacka [EMAIL PROTECTED]To: Michael S [EMAIL PROTECTED]Cc: Justin Ezequiel [EMAIL PROTECTED]; python-win32@python.orgSent: Monday, September 25, 2006 10:56:13 AMSubject: Re: [python-win32] AVDoc and PDDoc/How to force late bindingEnsureModule forces *early* binding On 9/25/06

Re: [python-win32] AVDoc and PDDoc

2006-09-24 Thread Justin Ezequiel
From: Michael S [EMAIL PROTECTED] 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 =

Re: [python-win32] AVDoc and PDDoc

2006-09-24 Thread Michael S
Thanks a lot Justin. I tried running your code, for some reason it just hangs. I wonder why. - Original Message From: Justin Ezequiel [EMAIL PROTECTED] To: python-win32@python.org Sent: Sunday, September 24, 2006 9:52:18 PM Subject: Re: [python-win32] AVDoc and PDDoc From: Michael S