Re: [iText-questions] Table of Contents

2011-04-18 Thread Colin Cheng
You should call PdfReader's consolidateNamedDestinations() in advance. On Mon, Apr 18, 2011 at 12:59 AM, meziano wrote: > Hello, > Using itext 5.0.4 I succed to do the following steps: > -generate a "dynamic" main-document in memory ("dynamic" means here with > an > uknown number of pages) > -a

Re: [iText-questions] Table of Contents

2011-04-18 Thread 1T3XT BVBA
Op 18/04/2011 9:59, meziano schreef: > I must mention, that I used the method setLocalDestination(destination) > while generating the main-document, and setLocalGoto(destination) while > generating the ToC-document. So you're using setLocalDestination(destination) in a document X.pdf, and you're us

[iText-questions] Table of Contents

2011-04-18 Thread meziano
Hello, Using itext 5.0.4 I succed to do the following steps: -generate a "dynamic" main-document in memory ("dynamic" means here with an uknown number of pages) -add the index (or better a pseudo table of contents without page-number-references) to the main-document -add a coverpage to the main-do

Re: [iText-questions] table of contents using htmlworker

2008-12-09 Thread 1T3XT info
Andrea Conti wrote: > Could you suggest a way to do this? Maybe, capture the elements as I add > them to the column text and then create the ToC manually. Is there any > gotcha with trying to read the element type as I pull it from the > htmlworker? HTMLWorker gives you an ArrayList of Element

Re: [iText-questions] table of contents using htmlworker

2008-12-09 Thread Andrea Conti
1T3XT info wrote: > Andrea > Conti wrote: >> Is it possible to create a table of contents using, for example, the H2 >> html tag? I don't see it in the book and I am hoping it is in the main >> tool or that someone has modified it to do that. > > No. That is unfortunate. Could you suggest a wa

Re: [iText-questions] table of contents using htmlworker

2008-12-07 Thread 1T3XT info
Andrea Conti wrote: > Is it possible to create a table of contents using, for example, the H2 > html tag? I don't see it in the book and I am hoping it is in the main > tool or that someone has modified it to do that. No. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://ww

[iText-questions] table of contents using htmlworker

2008-11-26 Thread Andrea Conti
Is it possible to create a table of contents using, for example, the H2 html tag? I don't see it in the book and I am hoping it is in the main tool or that someone has modified it to do that. Thanks in advance, Andrea Conti

Re: [iText-questions] Table of Contents

2008-06-02 Thread Bruno Lowagie
Chris Bourke wrote: > > I've added sections and subsections (cool auto-numbering by the way) to a > document and I now want to insert a table of contents. After searching > around I could only find one reference that said it was difficult and you > needed to know the number of pages in advance

[iText-questions] Table of Contents

2008-06-02 Thread Chris Bourke
I've added sections and subsections (cool auto-numbering by the way) to a document and I now want to insert a table of contents. After searching around I could only find one reference that said it was difficult and you needed to know the number of pages in advance. Is this true? How can I

Re: [iText-questions] table of contents

2007-05-22 Thread Brian McKeever
On 5/22/07, Bruno Lowagie (iText) <[EMAIL PROTECTED]> wrote: > The option I would have used (and probably already proposed on the > mailing list in the past), [...] Thanks for the tip. It worked out pretty nicely. Brian - T

Re: [iText-questions] table of contents

2007-05-22 Thread Bruno Lowagie (iText)
Brian McKeever wrote: > Hello all, > > My pdf has bookmarks, but the customer would like it to have a table > of contents so that they can navigate the document even when it's in > paper form. I'd like to form lines where the name of the section is > aligned left, the page number is aligned right

[iText-questions] table of contents

2007-05-21 Thread Brian McKeever
Hello all, My pdf has bookmarks, but the customer would like it to have a table of contents so that they can navigate the document even when it's in paper form. I'd like to form lines where the name of the section is aligned left, the page number is aligned right (or with a tab stop far to the ri

Re: [iText-questions] Table of contents in pdf!

2007-03-02 Thread Bruno Lowagie
Eric Summkeller wrote: > - How could I found the Paragraph with the special character combination? That may prove to be very difficult if not impossible. Why didn't you add a(n invisible) annotation instead? Annotations contain coordinates. > - How could I change this Paragraph through the new Pa

[iText-questions] Table of contents in pdf!

2007-03-02 Thread Eric Summkeller
Hello, I want to create a table of contents in pdf. Therefore I saved all the added Chapters and Sections in a list. At the position where the table of contents should later appear I added a Pharagraph with a special character combination. After the Pdf Document was closed I want to read the Pd

Re: [iText-questions] Table of contents - RTF

2006-12-03 Thread Mark Hall
On Thursday 30 November 2006 22:23, Henry Lu wrote: > To generate TOC in RTF, does each item in the TOC have to be a new Chapter? > For example, I have 10 different categories; each has its own items. What > I'd like to do is to list these 10 categories in the TOC. Can we do that? http://itextdocs.

Re: [iText-questions] table of contents - RTF

2006-12-01 Thread Henry Lu
rom: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of Henry >Lu >Sent: Friday, December 01, 2006 2:47 PM >To: Post all your questions about iText here >Subject: Re: [iText-questions] table of contents - RTF > > >Thank you very much! But what is > >chapterNumber? How do

Re: [iText-questions] table of contents - RTF

2006-12-01 Thread Smiley, Stuart A.
: Re: [iText-questions] table of contents - RTF Thank you very much! But what is chapterNumber? How do you createed/got this value? -Henry Smiley, Stuart A. wrote: >Henry, > >This is working for me using itext-1.4.7: > >Paragraph toc = new Paragraph(); >paragraph.add((new

Re: [iText-questions] table of contents - RTF

2006-12-01 Thread Henry Lu
IL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of Henry >Lu >Sent: Friday, December 01, 2006 1:23 PM >To: Post all your questions about iText here >Subject: [iText-questions] table of contents - RTF > > >Is there anyone who can show me an working example of "Table of &

Re: [iText-questions] table of contents - RTF

2006-12-01 Thread Smiley, Stuart A.
to chapter document.add(chapter) Stuart -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Henry Lu Sent: Friday, December 01, 2006 1:23 PM To: Post all your questions about iText here Subject: [iText-questions] table of contents - RTF Is there anyone who can

[iText-questions] table of contents - RTF

2006-12-01 Thread Henry Lu
Is there anyone who can show me an working example of "Table of contents" in RTF? -Henry - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opin

[iText-questions] Table of contents - RTF

2006-11-30 Thread Henry Lu
To generate TOC in RTF, does each item in the TOC have to be a new Chapter? For example, I have 10 different categories; each has its own items. What I'd like to do is to list these 10 categories in the TOC. Can we do that? -Henry -

Re: [iText-questions] Table of Contents creating using itext.jar

2006-11-10 Thread Bruno Lowagie (iText)
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? >> >> Int

Re: [iText-questions] table-of-contents format

2006-10-06 Thread Henry Lu
Sorry about that. RTF. -Henry Bruno Lowagie wrote: >Henry Lu wrote: > > >>How do I print table-of-contents like format? >> >>Introduction Page 1 >>Chapter 1Page 2 >>Chapter 2

Re: [iText-questions] table-of-contents format

2006-10-06 Thread Bruno Lowagie
Henry Lu wrote: > How do I print table-of-contents like format? > > Introduction Page 1 > Chapter 1Page 2 > Chapter 2Page 15 > ... Using a table.

[iText-questions] table-of-contents format

2006-10-06 Thread Henry Lu
How do I print table-of-contents like format? Introduction Page 1 Chapter 1Page 2 Chapter 2Page 15 ... -Henry --

Re: [iText-questions] Table of contents

2006-09-21 Thread Bruno Lowagie
Gautier, Charles wrote: > Hi Bruno and thx for your response, the index gets correctly generated. > > As I need to generate a table of contents that end-users would expect to find > at the second or third page of the document, would you have any idea how can > I "insert" the index in the documen

[iText-questions] Table of contents

2006-09-21 Thread Gautier, Charles
Hi Bruno and thx for your response, the index gets correctly generated. As I need to generate a table of contents that end-users would expect to find at the second or third page of the document, would you have any idea how can I "insert" the index in the document ? TIA, Charles. -Original

[iText-questions] Table of Contents in PDF

2005-10-13 Thread Jason Frank
Hello, I am new to iText. So far I am very happy to have found something that looks like it will help me out a lot on my latest project. I have a question about generating a table of contents using the PdfWriter. I looked through a number of the postings here, but without a search feature (o

Re: [iText-questions] Table of contents in compilation pdf

2005-03-05 Thread Paul . Krasucki
entry is pointing to programmatically? Thank you for your help!!! -Paul Quoting Paulo Soares <[EMAIL PROTECTED]>: > What are the limitations of your pdf viewer? > > - Original Message - > From: <[EMAIL PROTECTED]> > To: > Sent: Friday, March 04, 2005 6:3

Re: [iText-questions] Table of contents in compilation pdf

2005-03-05 Thread Paulo Soares
? > > > > - Original Message ----- > > From: <[EMAIL PROTECTED]> > > To: > > Sent: Friday, March 04, 2005 6:38 PM > > Subject: [iText-questions] Table of contents in compilation pdf > > > > > > > > > > I create new pdf fro

Re: [iText-questions] Table of contents in compilation pdf

2005-03-04 Thread Paulo Soares
What are the limitations of your pdf viewer? - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, March 04, 2005 6:38 PM Subject: [iText-questions] Table of contents in compilation pdf I create new pdf from a bunch of existing pdfs (first pdf has a bookmark in

[iText-questions] Table of contents in compilation pdf

2005-03-04 Thread Paul . Krasucki
I create new pdf from a bunch of existing pdfs (first pdf has a bookmark in it, I insert following pdfs before this bookmark plus I stamp some additional stuff onto inserted pdfs). Everything works great except - it doesn't work on Blackberry. On Blackberry there is Table of contents displayed wh

RE: [iText-questions] Table of Contents

2004-06-17 Thread Paulo Soares
Subject: [iText-questions] Table of Contents > > I've tried some suggestions, but have never been able to > properly create a > table of contents. I need to have the TOC in the beginning > of the document, > have it update the page numbers when the document is closed,

[iText-questions] Table of Contents

2004-06-16 Thread Lee Backstrom
I've tried some suggestions, but have never been able to properly create a table of contents. I need to have the TOC in the beginning of the document, have it update the page numbers when the document is closed, and have each entry by a link to the proper section if possible. Does anyone have

[iText-questions] Table of Contents

2004-05-14 Thread Backstrom, Lee N (Lee)
I need to create a rtf document with a table of contents at the beginning of the document. Where can I find out how to do that? Thanks. Lee Backstrom Avaya Services R&D (303)538-3775 [EMAIL PROTECTED] --- This SF.Net email is sponsored by:

RE: [iText-questions] Table of Contents

2004-03-12 Thread Paulo Soares
] Sent: Thursday, March 11, 2004 10:23 PMTo: Paulo SoaresSubject: RE: [iText-questions] Table of Contents Thanks!   I found your example for reordering the pages, but with making my TOC at the end, how do I know what element is on what page?  ie, If I have set text coming from

RE: [iText-questions] Table of Contents

2004-03-11 Thread Paulo Soares
ECTED] On Behalf Of Dunstall, ChristopherSent: Wednesday, March 10, 2004 10:30 PMTo: [EMAIL PROTECTED]Subject: [iText-questions] Table of Contents I know it's possible to do page numbers, but I was wondering if it were possible to produce a table of contents (like word do

[iText-questions] Table of Contents

2004-03-10 Thread Dunstall, Christopher
I know it's possible to do page numbers, but I was wondering if it were possible to produce a table of contents (like word does). The primary use for my implementation of the pdf is to be printed out, and the client would like a table contents...   Is this possible?