Re: [iText-questions] Blank pages only

2008-01-08 Thread Carlos de Luna Saenz
}catch(Exception e){ log.debug("Error generando la tabla, método encodeBegin del PDF:"); e.printStackTrace(); } } Greetings - Mensaje original De: Bruno Lowagie <[EMAIL PROTECTED]> Para: Post all your questions about iText here Enviado: martes, 8 de

Re: [iText-questions] Blank pages only

2008-01-08 Thread Bruno Lowagie
Carlos de Luna Saenz wrote: the result of this is a 714 pages document with blank pages... am i missing something? If I had to guess, I'd say your JSP setup is not binary safe. You can test this by writing the PDF to a file on the server: the file will be OK overthere. I think your JSP treats th

[iText-questions] Blank pages only

2008-01-07 Thread Carlos de Luna Saenz
I am creating a PDF document wth the following code: public void encodeBegin(FacesContext contexto){ log.debug("Generando PDF"); this.setDataTableFields(); Font font8 = FontFactory.getFont(FontFactory.HELVETICA, 32); ResponseWriter out = contexto.getResponseWrite