tamtam18 wrote: > Basically, what are the benefits/downsides of separating the > code into two sections -- one to create PDF documents, and one to create the > same documents in an RTF format, if that was selected?
PDF and RTF are very different. They were "invented" to achieve very different goals. Use PdfPTable for PDF and another solution for RTF. Forget about SimpleTable. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php 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/
