try {
Exporter exporter = setup();
ExporterInput exporterInput = SimpleExporterInput.getInstance(printList);
exporter.setExporterInput(exporterInput);
ExporterOutput exporterOutput = getExporterOutput(output);
exporter.setExporterOutput(exporterOutput);