[iText-questions] Re: PDFReader doesn't Garbage Collect

2006-04-28 Thread sf
Elvis Novas wrote: Hi All, I’m generating a Book (PDF file) using Java. The book is made of several existent pdf files (mostly images) as pages and when this book reaches a significant amount of MBs I’m running out memory. Checking the process using OptimizeIt in JBuilder I’m noticing that PDFR

[iText-questions] text matrix

2004-06-22 Thread sf
Hello, I am trying to use a text matrix in PdfContentByte but it does not work as expected. Here is my code: final BaseFont headerFont = BaseFont.createFont (BaseFont.HELVETICA_BOLD, BaseFont.WINANSI, false); final Document document = new Document (PageSize.A4); final PdfWriter