>At 4:03 PM -0300 5/2/02, Lord Zefyrus God wrote:
>   still having problems.
>   may you send a sample code ???

Something like:

...
ByteArrayOutputStream buffer = new ByteArrayOutputStream(32000); new 
PDFGenerator().generate( statement, template, overlay, buffer );
resp.setContentType( "application/pdf" );
resp.setContentLength( buffer.size() );
buffer.writeTo( resp.getOutputStream() );
if ( debug ) log( "Content output size " + buffer.size() );
...

-- 
______________________________________________________________________
             Wilhelm Fitzpatrick  |  When we speak of free
          http://www.3roses.com/  |  software we are referring
                 [EMAIL PROTECTED]  |  to freedom not price.

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to