Sets printing zoom of the worksheet.
The allowed value range is from 10 to 400.
Note: To set the value back to default after
making modification, specify a value less than 0.
Set oPrinter = CreateObject("easyPDF.Printer.5")
Set oPrintJob = oPrinter.ExcelPrintJob
oPrintJob.Zoom = 75
oPrintJob.PrintOut "C:\input.xls", "C:\output.pdf"