Hi,
my gernerated pdf file which I download form my printServlet, does not show any
border:
    <fo:region-body border="solid 2pt red"/>
is without effect.
 
My second question: In my printServlet I take the OutputSream form the response
and give it to the driver:
    OutputStream out = response.getOutputStream();
    driver.setOutputStream(out);
How can I set a name for the file to be downloaded. The name I get is the name of
the Servlet (vertually Struts Action) that is invoked by the print button or print link,
without any file extension.
So its name is somePrintPrepareAction instead of myPrintWorthFile.pdf.
Some suggestions ?
 
Wolfgang

Reply via email to