Re: [iText-questions] MultiColumnText and TOC

2010-11-02 Thread 1T3XT info
On 2/11/2010 10:29, Tom wrote: > >>> This probably means I have to do multicolumn manually... >> That is the better option. > > Ok, so I've switched to ColumnText, but Chapters still aren't allowed. No, if you need the bookmarks, you need to use PdfOutline. -- This answer is provided by 1T3XT BVB

Re: [iText-questions] MultiColumnText and TOC

2010-11-02 Thread Tom
>> This probably means I have to do multicolumn manually... > That is the better option. Ok, so I've switched to ColumnText, but Chapters still aren't allowed. I'm going to attempt Chunk with anchors, but kind of amazes me that I cannot use chapters in columns. I'd assume that layout would have

Re: [iText-questions] MultiColumnText and TOC

2010-10-30 Thread 1T3XT info
On 30/10/2010 12:57, Tom wrote: > The MultiColumnText object does not support chapters nor anchors. I think Chunk.setAnchor is supported. So are generic tag events. > This probably means I have to do multicolumn manually... That is the better option. Although MultiColumnText isn't marked as depr