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
|
- PDF: no border, file name Johannes Wolfgang Woger
- Re: PDF: no border, file name Clay Leeds
- Re: PDF: no border, file name Johannes Wolfgang Woger
- Re: no border, file name John Burgess
- Re: PDF: no border, file name J.Pietschmann
- AW: PDF: no border, file name Sascha Schmidt
- Re: AW: PDF: no border, file name Jeremias Maerki
- AW: AW: PDF: no border, file name Sascha Schmidt