LOGGER.debug("Html template file to be used: " + htmlTemplateFile);
LOGGER.debug("Output directory for PDF: " + outputDirectory);
// Export Reports
ReportExporterLocal reportExporter = createReportExporter();
reportExporter.exportReports(
createAuthenticator().getOAuth2Credential(null, mccAccountId, false),
mccAccountId, cmdLine.getOptionValue("startDate"),
cmdLine.getOptionValue("endDate"),
processor.retrieveAccountIds(null, mccAccountId),
properties, htmlTemplateFile,