Hi,
I am using BIRT to generate PDF or DOC file as below:
<p:birt xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:s="http://jboss.com/products/seam/taglib"
xmlns:p="http://jboss.com/products/seam/birt"
designType="frameset"
format="pdf"
designName="proposal.rptdesign"
title="JBoss Birt Test">
<p:param name="reportId" value="#{sampleReportList.sampleReport.id}"/>
</p:birt>
The problem is that the file name of the PDF is always run.pdf
and the doc is always the name of the designName, i.g. proposal.doc
Is there a setting that I can specify the file name?