Amanda Nerissa D'souza wrote: > Hi, > > I am using Itextsharp to create a RTF document in .NET. I find that > using Rtfwriter, the properties like KeepTogether, TableFitsPage, > CellsFitPage do not work. They do work using Rtfwriter2. But Rtfwriter2 > seems to have a problem with Document.Close() function.
If you'd use the latest version, you'd find out that RtfWriter is no longer there. I has been deprecated for years and now it's finally gone. As for the RtfWriter2 problem, maybe that's gone too in the latest version (unfortunately I don't know the RTF package that well). -- This answer is provided by 1T3XT BVBA ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar
