Hi bisoa / robert On 17/06/2008, bisoa <[EMAIL PROTECTED]> wrote: > > Is there any way we can do the PdfWriter.fitsPage() for RTF > documents? It looks like only way we can do is to find out > numbers of rows a page can contain and count them!
How a RTF file is displayed entirely depends on the RTF viewer you use and the implementation it makes of the format, just like HTML for example. Thus implementing a fitsPage method is a non-sense concerning RTF. Cheers, alexis ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ 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
