in reply to Re^2: Excel saving as PDF as 1 page
in thread Excel saving as PDF as 1 page
pojuse Win32::OLE qw(with); use Win32::OLE::Variant; my $vtfalse = Variant(VT_BOOL, 0); my $vtpages = Variant(VT_I4, 1); with ($sheet->PageSetup, 'Zoom' => $vtfalse, 'FitToPagesWide' => $vtpages, 'FitToPagesTall' => $vtpages );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Excel saving as PDF as 1 page
by merrymonk (Hermit) on Oct 25, 2015 at 09:22 UTC |