[iText-questions] rtf headings in multiple threads

2009-05-20 Thread Scott Miller
Hi Everyone, I'm working on a deployment of iText that will be generating multiple reports, possibly on multiple threads. My understanding is that all of the mutable state of the document and writer objects are self-contained. If that's true, I believe that it should be fine for multiple

Re: [iText-questions] rtf headings in multiple threads

2009-06-03 Thread Scott Miller
getRtfParagraphStyle(String styleName) { return this.document.getDocumentHeader().getRtfParagraphStyle(styleName); } Any suggestions appreciated. Cheers, Scott On Wed, May 20, 2009 at 1:50 PM, Scott Miller scott.a.mil...@gmail.com wrote: Hi Everyone, I'm working on a deployment of iText

Re: [iText-questions] Problem in nesting of lists in RTF?

2009-11-17 Thread Scott Miller
I believe a related bug has been filed: http://sourceforge.net/tracker/?func=detailaid=2802486group_id=15255atid=115255 They're using the HtmlWorker, but I'm guessing the root cause is just in the RTF generation. I see the same behavior that you are in one of our test cases. However, we're not