This bounced. Sorry if it was already posted.
Bis repetitia placent ;-)

Bruno Lowagie (iText) wrote:
> Khan, Aziz wrote:
>> Hi all,
> 
> The question was sent to the mailing list owner,
> not to the mailing list. It is hereby forwarded.
> 
>> How do I print table-of-contents like format?
>>
>> Introduction                                                 Page 1
>> Chapter 1                                                    Page 2
>> Chapter 2                                                    Page 15
> 
> This looks like a PdfPTable with borderless PdfPCells.
> (Use setBorder(NO_BORDER) on the default cell.)
> 
>> With the hyperlink on each contents.
> 
> Use a local goto action that jumps to the specific page.
> 
>> RTF is good idea but it won’t work with PDF files.
> 
> In this case, the code for producing RTF and PDF
> will have to be different. If you want to keep on
> generating the other content in both formats, you
> will have to pause()/resume() the writers.
> br,
> Bruno
> 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to