}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
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
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