Re: [iText-questions] Index Generation

2006-09-21 Thread Gautier Charles (Consultant)
--Original Message- From: Bruno Lowagie [mailto:[EMAIL PROTECTED] Sent: samedi 16 septembre 2006 09:28 To: Gautier Charles (Consultant) Subject: Re: [iText-questions] Index Generation Gautier Charles (Consultant) wrote: > Hi Bruno, > > Thanx very much for your answer. > > I tr

Re: [iText-questions] Index Generation

2006-08-25 Thread Bruno Lowagie
Gautier Charles (Consultant) wrote: > Hi Bruno, > > I'm looking for a best practise to generate a table of content, > considering the faxt that my document is made of one single large > PdfPTable. > OK, you were asking on comp.text.pdf about this. Well, there are different ways to do this. Chap

Re: [iText-questions] Index Generation

2006-03-08 Thread bruno
Chris Dole wrote: Let's say also that I have a list of words that I want in my index. Is there a way to scan the PDF page and detect which words are on which page? I could then append the index page at the end of the toc/body document already formed. If the PDF is generated by iText and yo

[iText-questions] Index Generation

2006-03-08 Thread Chris Dole
Hello, I wanted to inquire how difficult it might be to generate an index. Let's say I've created a PDF document, which I now do in two phases: First lay down the body, building a table of contents data structure and table of contents in another PDF document. Then, when I know where everything i