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-28 Thread Amy_D
Rtfwriter2 document.close() problem) Amanda Paulo Soares wrote: > > 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, 20

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 Amy_D
s, > Mark > > On Friday 25 April 2008, Amy_D wrote: >> Sorry, i have been trying all sorts of code for this problem and i just >> manually typed out that code in the mail... >> here is the one i have been trying to use: >> >> RtfWriter2 writer2 = RtfWriter2.G

Re: [iText-questions] RTF and iTextSharp

2008-04-24 Thread Amy_D
Sorry, i have been trying all sorts of code for this problem and i just manually typed out that code in the mail... here is the one i have been trying to use: RtfWriter2 writer2 = RtfWriter2.GetInstance(lobjDocument, new FileStream("sample.rtf", FileMode.Create)); //I have tried using FileOutputS