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
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
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
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
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