Previous | Next | (P-PDF) Acrobat 6.0
Topic: Print PDF files from VB
Conf: (P-PDF) Acrobat 6.0, Msg: 97507
From: Red2
Date: 10/2/2003 02:45 AM
Hello!
I have a problem with pdf files printing in Adobe 6.
In version 5 we used printAll method.
Something like that:
Pdf1.src = "http://server/file.pdf"
Pdf1.printAll
But for version 6, printAll method does not send document to the printer. It just hangs.
Any ideas?
Thanks.