Is there a way to print a PDF using the activeX control of Acrobat
Reader? I have seen the previous discussing on this on this list but
nothing seems to resolve if this is possible or not.

My code:
import win32com.client.dynamic
avdoc = win32com.client.Dispatch("AcroPDF.PDF.1")
pd = "C:\uxpython\fun\iac.pdf"
avdoc.LoadFile(pd)
print avdoc.GetVersions()
avdoc.printAll()

This does not have any effect, as in nothing is printed or displayed
but the call to GetVersions does return information.

Thanks,
Gerdus van Zyl
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to