try {
// creation of the different writers
PdfWriter.getInstance(document, baos);
//PdfWriter.getInstance(document, new
FileOutputStream("/tmp/team.pdf"));
// we add some meta information to the document
document.addAuthor("
I'm new at iText and can create a simple document. The problem I'm
having is when I start to add tables to the output. I have a document
that ends up being 27 pages long -- one for each of the individuals
upon whom I'm reporting. The first 8 pages look great but the 9th
ends up with:
There wa