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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
&
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
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
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
-
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
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
Henry Lu wrote:
> How do I print table-of-contents like format?
>
> Introduction Page 1
> Chapter 1Page 2
> Chapter 2Page 15
> ...
Using a table.
How do I print table-of-contents like format?
Introduction Page 1
Chapter 1Page 2
Chapter 2Page 15
...
-Henry
--
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
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
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
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
?
> >
> > - 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
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
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
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,
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
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:
] 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
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
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?
38 matches
Mail list logo