Re: [iText-questions] RTF and iTextSharp

2008-04-30 Thread Amy_D
It is part of the requirement for displaying the RTF/PDF document. If a title in the document reaches the end of one page and the the text under it on a new page, the title must also be displayed on the new page. For PDF i am already doing this using the writer.fitspage(pdftable) property.. I ha

Re: [iText-questions] RTF and iTextSharp

2008-04-29 Thread 1T3XT info
Mark Hall wrote: > Regarding the PdfPTable and fitsPage problem, ask a separate question so that > the PDF people can answer how that has changed with the latest release. I didn't respond to the fitsPage question because I didn't understand why somebody would use fitsPage in the context of RTF. A

Re: [iText-questions] RTF and iTextSharp

2008-04-29 Thread Mark Hall
he CVS and try > > it. > > > > Paulo > > > > - Original Message - > > From: "Amy_D" <[EMAIL PROTECTED]> > > To: > > Sent: Friday, April 25, 2008 11:55 AM > > Subject: Re: [iText-questions] RTF and iTextSharp

Re: [iText-questions] RTF and iTextSharp

2008-04-28 Thread Amy_D
08 11:55 AM > Subject: Re: [iText-questions] RTF and iTextSharp > > >> >> I am using VS 2005. >> >> >> Paulo Soares wrote: >>> >>> Works correctly using the code in the CVS. >>> >>> Paulo >>> >>> -

Re: [iText-questions] RTF and iTextSharp

2008-04-26 Thread Paulo Soares
Works correctly in VS2005 too. Check out the code from the CVS and try it. Paulo - Original Message - From: "Amy_D" <[EMAIL PROTECTED]> To: Sent: Friday, April 25, 2008 11:55 AM Subject: Re: [iText-questions] RTF and iTextSharp > > I am using VS 2005. &g

Re: [iText-questions] RTF and iTextSharp

2008-04-25 Thread Mark Hall
gt; > - Original Message - > > From: "Amy_D" <[EMAIL PROTECTED]> > > To: > > Sent: Friday, April 25, 2008 9:52 AM > > Subject: Re: [iText-questions] RTF and iTextSharp > > > >> Thank you for the quick response. > >> He

Re: [iText-questions] RTF and iTextSharp

2008-04-25 Thread Amy_D
I am using VS 2005. Paulo Soares wrote: > > Works correctly using the code in the CVS. > > Paulo > > - Original Message - > From: "Amy_D" <[EMAIL PROTECTED]> > To: > Sent: Friday, April 25, 2008 9:52 AM > Subject: Re: [iText-questions

Re: [iText-questions] RTF and iTextSharp

2008-04-25 Thread Paulo Soares
Works correctly using the code in the CVS. Paulo - Original Message - From: "Amy_D" <[EMAIL PROTECTED]> To: Sent: Friday, April 25, 2008 9:52 AM Subject: Re: [iText-questions] RTF and iTextSharp > > Thank you for the quick response. > Here is the stack

Re: [iText-questions] RTF and iTextSharp

2008-04-25 Thread Amy_D
Thank you for the quick response. Here is the stack trace: at System.IO.__Error.FileNotOpen() at System.IO.FileStream.Flush() at iTextSharp.text.pdf.OutputStreamCounter.Flush() at iTextSharp.text.DocWriter.Close() at iTextSharp.text.rtf.RtfWriter2.Close() at iTextSharp.text.Docu

Re: [iText-questions] RTF and iTextSharp

2008-04-25 Thread Mark Hall
Hi, please provide the stack trace for the error. Without that we can only speculate. Perhaps a bug was introduced in the porting process, perhaps there's some weird interaction in your code. Greetings, Mark On Friday 25 April 2008, Amy_D wrote: > Sorry, i have been trying all sorts of code fo

Re: [iText-questions] RTF and iTextSharp

2008-04-24 Thread Amy_D
--- > From: Amanda Nerissa D'souza <[EMAIL PROTECTED]> > To: "itext-questions@lists.sourceforge.net" > > Sent: Tuesday, April 22, 2008 11:16:07 PM > Subject: Re: [iText-questions] RTF and iTextSharp > > > Hi, > I am using Itextsharp to create a RTF do

Re: [iText-questions] RTF and iTextSharp

2008-04-23 Thread Howard Shank
oward Shank- Original Message From: Amanda Nerissa D'souza <[EMAIL PROTECTED]>To: "itext-questions@lists.sourceforge.net" Sent: Tuesday, April 22, 2008 11:16:07 PMSubject: Re: [iText-questions] RTF and iTextSharp Hi, I am using Itextsharp to create a RT

Re: [iText-questions] RTF and iTextSharp

2008-04-22 Thread 1T3XT info
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

Re: [iText-questions] RTF and iTextSharp

2008-04-22 Thread Amanda Nerissa D'souza
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. It gives me the following err

Re: [iText-questions] RTF and iTextSharp

2008-03-29 Thread Mark Hall
Hi, support for List.setFirst(N) has been added to the RtfWriter2. Greetings, Mark On Tuesday 12 February 2008, [EMAIL PROTECTED] wrote: > I'm forwarding this to the mailing list. > That's the best place for questions like this. > > Quoting Wouter Smeenk <[EMAIL PROTECTED]>: > > Hello, > > > > I

Re: [iText-questions] RTF and iTextSharp

2008-02-12 Thread Mark Hall
On Tuesday 12 February 2008, [EMAIL PROTECTED] wrote: > > I'm working with ITextSharp and it works great! > > I found something that is not working correctly i think. If i define a > > numbered list in a rtf document to start at 4 then it still starts at > > 1. > > > > Is this a bug or currently no

[iText-questions] RTF and iTextSharp

2008-02-12 Thread bruno
I'm forwarding this to the mailing list. That's the best place for questions like this. Quoting Wouter Smeenk <[EMAIL PROTECTED]>: > Hello, > > I'm working with ITextSharp and it works great! > I found something that is not working correctly i think. If i define a > numbered list in a rtf documen