http://www.perlmonks.org?node_id=923491

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi, Using win32::OLE, this code saves an excel spreadsheet as a pdf file

SaveAs($pdf_file_name, 57);

But it only saves one sheet. How do I modify it to save an entire workbook into pdf?

thanks,

bill