[iText-questions] getOutputStream()

2008-01-23 Thread BACQ Jean-sébastien
my Email-Address (Howard Shank) -- Message: 1 Date: Wed, 23 Jan 2008 17:36:33 +0100 From: Bruno Lowagie <[EMAIL PROTECTED]> Subject: Re: [iText-questions] getOutputStream() has already been called To: Post all your questions about iText here Message-ID: <[EMAIL PROTECTED]&

Re: [iText-questions] getOutputStream() has already been called

2008-01-23 Thread Bruno Lowagie
BACQ Jean-sébastien wrote: Bonjour, Encore une petite question qui probablement été résolu...mais comment arreter les insultes du " getOutputStream() has already been called" dans ma console ??? Ces insultes sont mérités pour l'insolence d'utiliser du JSP pour générer des fichiers binairs. C'e

[iText-questions] getOutputStream() has already been called

2008-01-23 Thread BACQ Jean-sébastien
Bonjour, Encore une petite question qui probablement été résolu...mais comment arreter les insultes du " getOutputStream() has already been called" dans mas console ??? Merci Voici mon JSP de test : <% String num = request.getParameter("dsm"); HashMap paramUI = new HashMa

RE: [iText-questions] getOutputStream() has already been called for this response

2005-04-27 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Wednesday, April 27, 2005 9:47 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] getOutputStream() has already &

Re: [iText-questions] getOutputStream() has already been called for this response

2005-04-27 Thread oemer
Hi Paulo, could you help me out? Am 26 Apr 2005 um 17:21 hat Oemer Guersoy geschrieben: > Hi list, > > I'm trying to create a itext rtf document with arial font in a controller. > > But I get an exception: > > getOutputStream() has already been called for this response > > This is because I'

[iText-questions] getOutputStream() has already been called for this response

2005-04-26 Thread Oemer Guersoy
Hi list, I'm trying to create a itext rtf document with arial font in a controller. But I get an exception: getOutputStream() has already been called for this response This is because I'm trying this: BaseFont arialBaseFont = BaseFont.createFont("arial.ttf", BaseFont.WINANSI, BaseFont.EMBEDDED

Re: [iText-questions] getOutputStream() has already been called?!?

2004-01-16 Thread Luke Chambers
Title: RE: [iText-questions] getOutputStream() has already been called?!? You are absolutely right. I removed all whitespace outside of the JSP brackets (<% and %>) and all is well. Once again, your help is invaluable! Luke - Original Message - From: Paulo Soares

RE: [iText-questions] getOutputStream() has already been called?!?

2004-01-16 Thread Paulo Soares
Title: RE: [iText-questions] getOutputStream() has already been called?!? Your jsp has newlines that cause the output writer to be opened before the code is reached. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of

[iText-questions] getOutputStream() has already been called?!?

2004-01-16 Thread Luke Chambers
Thanks in advance! I am trying (very hard) to figure this out on my own, to no avail.   I'm using iText to concat 20 or 30 documents and print them to the output stream. I based my code off of the "concat" tool. It works correctly, but I keep getting an error in my logs that says the followi

Re: [iText-questions] getOutputStream help

2003-07-02 Thread Bruno
Quoting [EMAIL PROTECTED]: > I have the following problem. > This error (one time yes, one time no ): > > java.lang.IllegalStateException: getOutputStream() has already been called The error explains it all. This is an off-topic question that should be answered on a JSP mailing list. You are mix

[iText-questions] getOutputStream help

2003-07-02 Thread GBellinger
I have the following problem. This error (one time yes, one time no ): java.lang.IllegalStateException: getOutputStream() has already been called is produced by this code: __ <%@ page language="java" import="java.sql.*" %> <%@ page import="com.lowagie.text.*" %> <%@ page impor