in reply to Printing Image within Gtk-Perl Application
my $shellopen = new Win32::API( "shell32", "ShellExecute", ['N', 'P', 'P', 'P', 'P', 'I'], 'N' ); $shellopen->Call(0, "print", $pdf, 0, 0, 0);
Clearly this only works on windows. I am nearly certain that I have used it on both XP and Windows 7.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Printing Image within Gtk-Perl Application
by pryrt (Abbot) on Feb 06, 2019 at 16:37 UTC | |
by BillKSmith (Monsignor) on Feb 06, 2019 at 21:36 UTC | |
|
Re^2: Printing Image within Gtk-Perl Application
by dabella12 (Acolyte) on Feb 07, 2019 at 02:50 UTC |