* {@inheritDoc}
*/
public void startOutput() throws OutputException {
final String pdfVersion = this.getOutputConfiguration().getPdfVersion();
if (pdfVersion != null) {
final PdfVersion pdfVersionConstant = PdfVersion.fromString(
pdfVersion);
this.pdfDoc.setVersion(pdfVersionConstant);
}
this.pdfDoc.setProducer(getApplicationNameShort() + " "
+ getApplicationVersion());