|
setHeaderLogo(filename) setFooterLogo(filename)
Using customer–related brands or logos the default header and/or footer files can be overwritten by using the setHeaderLogo(filename) and/or setFooterLogo(filename) methods. This can be/should be used in conjunction with the path setting to the create command. pdf = ReportUtility() myPath=”C:\\...\\Technologies\\TechnologyCommon\\Standard\\AuxiliaryCommands\\Logos\\" pdf.setHeaderLogo("MyCustomerHeader.jpg") pdf.setFooterLogo("MyCustomerFooter.png") pdf.createAutoExecutePDFReport(Operator, myPath)
|