Hello, I'm using iText in the standard programming model using the API, version 2.1.7 (for example, Paragraph para = new Paragraph (...)).
I've run into a problem, however, since I now need to have headers print out on the output (*RTF* file, in my case) the value of one of the variables at the top of each page. So, my question is whether I need to take the ArrayList of objects (my data passed to my iText program) and create an intermediate XML file that I'd parse with iText SAX capabilities or is there a simpler way? In other words, can I control what's actually printed at the top of each page (and know when the top of each page is) using just the iText API? I sincerely look forward to any suggestions. Thanks very much!!! M
------------------------------------------------------------------------------
_______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.itextpdf.com/book/ Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
