Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: how to print through Win32::Ole

by Sec (Monk)
on Feb 24, 2005 at 11:06 UTC ( [id://434013]=note: print w/replies, xml ) Need Help??


in reply to how to print through Win32::Ole

I'm no Win32::OLE guru. From what i gleaned from the documentation this should do the trick:
use Win32::OLE; my $ie = Win32::OLE->new("InternetExplorer.Application") or die "oops: ".Win32::OLE::LastError(); $ie->{'Visible'}=1; $ie->Navigate("http://www.perlmonks.org/"); sleep(1); $ie->ExecWB(6,0);
If you use $ie->ExecWB(6,2); it should print without popping up the print preferences dialog (not tested, because i don't have a printer right now)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://434013]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-25 08:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found