Re: [iText-questions] Table of content

2010-06-20 Thread 1T3XT info
_apollo wrote: > - a toc on one of the first pages 2 options: - create the TOC at the end, and then reorder the pages. - create the TOC in a separate document and then merge. > - numbered and linked titles over ALL numbered levels: OK, you need to provide the numbering, you need to provide the l

[iText-questions] Table of content

2010-06-20 Thread _apollo
Hello. First: Yes, I have searched in this mailing list, and I have read page 443-4 of the book and tried the examples of http://1t3xt.info/tutorials/keywords/index.php?page=keyword&id=565. I'am very disappointed about the effort to create a standard toc by pdf-creation with iText. Nothing with

Re: [iText-questions] Table of Content in pdf - Example

2007-06-14 Thread Lars Vogel
Hi Bruno, thank you very much for your detailed explanation. I will try to use it to build my TOC. Best regards, Lars "Bruno Lowagie (iText)" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Lars Vogel wrote: >> Hi Bruno, >> >> sorry for not beeing precise. >> >> I do use the outli

Re: [iText-questions] Table of Content in pdf - Example

2007-06-14 Thread Bruno Lowagie (iText)
Lars Vogel wrote: > Hi Bruno, > > sorry for not beeing precise. > > I do use the outlines and they do work fine. I'm also very happy with them, > no question here. I did create them based on an example from your webpage. OK, this simplifies your work. You have a finished PDF (as a file or in m

Re: [iText-questions] Table of Content in pdf - Example

2007-06-13 Thread Lars Vogel
Hi Bruno, sorry for not beeing precise. I do use the outlines and they do work fine. I'm also very happy with them, no question here. I did create them based on an example from your webpage. Super! So here I do not have a question. In addition to the outlines I would like to create a table of

Re: [iText-questions] Table of Content in pdf - Example

2007-06-13 Thread Bruno Lowagie
Lars Vogel wrote: > I believe my question was lost due to mailing list troubles... Paulo answered your question: "There's a couple of examples in the book but you must realize that there isn't any automatic way to create TOCs in PDFs. The best way is to do two passes, collecting the page pos

Re: [iText-questions] Table of Content in pdf - Example

2007-06-13 Thread Lars Vogel
ss. > > Paulo > > --- Original Message - > From: "Lars Vogel" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, June 12, 2007 10:41 AM > Subject: [iText-questions] Table of Content in pdf - Example > > >> Hello, >> >> sorry for the uninform

Re: [iText-questions] Table of Content in pdf - Example

2007-06-13 Thread Lars Vogel
I believe my question was lost due to mailing list troubles... "Lars Vogel"wrote in message news:... > Hello, > > sorry for the uninformed question, but can someone point me to an example > of how to create a table of content referrening to the correct page number > of the sections? > > I searche

Re: [iText-questions] Table of Content in pdf - Example

2007-06-13 Thread Paulo Soares
al Message - From: "Lars Vogel" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 12, 2007 10:41 AM Subject: [iText-questions] Table of Content in pdf - Example > Hello, > > sorry for the uninformed question, but can someone point me to an example > of how to create a table

[iText-questions] Table of Content in pdf - Example

2007-06-12 Thread Lars Vogel
Hello, sorry for the uninformed question, but can someone point me to an example of how to create a table of content referrening to the correct page number of the sections? I searched through this newsgroup but found only examples for RTF / formating the TOC / reordering the pages after creat

Re: [iText-questions] table of content

2006-11-05 Thread Bruno Lowagie
NagaLakshmi_Lakkimsetty wrote: > Hi, > > I am generating a PDF using iText and I want to generate the Table of > Contents for this PDF file. > I tried the example given in ReorderPages and could able to get the > table of contents. > But the table generated using this IndexEvents is sorted beas

Re: [iText-questions] table of content

2006-10-27 Thread Bruno Lowagie
Franck Bollaro wrote: > Thanks to the example ReorderPages.java I have reorder my document but still > have a problem : > - my log trace are ok : totalPages = reorder.length and the new order is ok > - but I have the exception : "Page reordering requires an array with the same > size as the number

[iText-questions] table of content

2006-10-27 Thread Franck Bollaro
Thanks to the example ReorderPages.java I have reorder my document but still have a problem : - my log trace are ok : totalPages = reorder.length and the new order is ok - but I have the exception : "Page reordering requires an array with the same size as the number of pages." I have put writer.s

Re: [iText-questions] table of content

2006-10-27 Thread Bruno Lowagie (iText)
Franck Bollaro wrote: > Hi, > > I use the iText api in my Spring application to generate document with a > various > number a page. > I would like to build a Table of content. > I have seen on the tutorial that it is possible with RTF document by using > RtfTableOfContents() but how can I do with

[iText-questions] table of content

2006-10-27 Thread Franck Bollaro
Hi, I use the iText api in my Spring application to generate document with a various number a page. I would like to build a Table of content. I have seen on the tutorial that it is possible with RTF document by using RtfTableOfContents() but how can I do with pure PDF document ? There is the solut

Re: [iText-questions] table of content

2004-10-21 Thread Paulo Soares
You have a toc example at itextpdf.sf.net. --- Marcel Kroschel <[EMAIL PROTECTED]> wrote: > hi > > i want to make a table of contents at the second > page of the my pdf - > file. > example: teste..site 2 > about..site 6 > ... > > i make the file an save the site in an

[iText-questions] table of content

2004-10-21 Thread Marcel Kroschel
hi i want to make a table of contents at the second page of the my pdf - file. example: teste..site 2 about..site 6 ... i make the file an save the site in an arraylist. problem: 1) i only know all site numbers at the end of the document. how can i write it at page two?