Steve Weston wrote: > Paulo, > > I was heading in that direction, but I have one stumbling block (I > think, unless I've misread something). Depending on what option the > user selects we will render these reports either in PDF or in HTML > format. We are using the same code set to generate both views, we just > change how we construct the tables and cells slightly to get the HTML > version when the use has selected that option. Will the PdfPTable do > HTML? I thought I read somewhere that it didn't render in HTML like the > its predecesor PdfTable. If I'm wrong on that I'll be happy to switch > to PTable since I like the options of what I can do with those better.
I've been at GovCamp all day, so I haven't followed the discussion. If I read this mail, my eyes hurt because of the way you mix PdfPTable, PdfTable and some imaginary class PTable. PdfPTable is for PDF only, not HTML Table is for PDF and HTML, but no longer supported. SimpleTable can be rendered in PDF as a PdfPTable or a Table. It can also be rendered in HTML. HTH, Bruno ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
