Re: [iText-questions] generate pdf by using pdfwriter and pdfcopy

2008-02-07 Thread 1T3XT info
[EMAIL PROTECTED] schreef: > Hi, > > I am new to itext and using itext to generate a PDF document. The content in > the PDF are not static but dynamic in nature and I don't know before hand as > how long the PDF file is going to be generated. > I need to add a 'Table of contents' page to this do

Re: [iText-questions] generate pdf by using pdfwriter and pdfcopy

2008-02-07 Thread bitm . neeraj
Hi, I am new to itext and using itext to generate a PDF document. The content in the PDF are not static but dynamic in nature and I don't know before hand as how long the PDF file is going to be generated. I need to add a 'Table of contents' page to this document. Any pointers or code snippet t

Re: [iText-questions] generate pdf by using pdfwriter and pdfcopy

2008-02-01 Thread Kathi
I think, the way I wanted to do it won´t work. I will try now to create the TOC with bookmarks instead of Local Goto and Local Destination. Seems to be less complicated. So long, thanks for help! Jergi Bruno Lowagie schrieb: > Yesterday, I posted this answer to the wrong address: > > Bruno Lowag

Re: [iText-questions] generate pdf by using pdfwriter and pdfcopy

2008-02-01 Thread Bruno Lowagie
jergi wrote: > Could you tell me more about making pages clickable? That can be done in so many different ways that any answer to this list would be incomplete. Please narrow your question down to something that can be answered in a few lines. By the way: I'll probably be off the list for (at lea

Re: [iText-questions] generate pdf by using pdfwriter and pdfcopy

2008-01-31 Thread Bruno Lowagie
Yesterday, I posted this answer to the wrong address: Bruno Lowagie wrote: > Kathi wrote: >> Second try: >> >> I have many different Pdfs, lets say chapters from a book. I want to >> put them together into one Pdf. Furthermore I want to create a table >> of contents. > > OK, so for instance if

Re: [iText-questions] generate pdf by using pdfwriter and pdfcopy

2008-01-31 Thread jergi
Could you tell me more about making pages clickable? Bruno Lowagie (iText) wrote: > > Hello again, > when I say a question doesn't make sense, > it doesn't help posting it again literally. > Let me explain what I don't understand: > > jergi wrote: >> Hi, >> I want to generate a new Pdf-file.

Re: [iText-questions] generate pdf by using pdfwriter and pdfcopy

2008-01-31 Thread Bruno Lowagie
Hello again, when I say a question doesn't make sense, it doesn't help posting it again literally. Let me explain what I don't understand: jergi wrote: > Hi, > I want to generate a new Pdf-file. OK. > First I want to insert some paragraphs (I > do this by using PdfWriter) Not exactly, you do so

Re: [iText-questions] generate pdf by using pdfwriter and pdfcopy

2008-01-31 Thread Bruno Lowagie
jergi wrote: > Eh? Meaning: I don't think there's anyone on this list who understands this question. What you are asking doesn't make sense and your code makes even less sense. I thought I'd return the favor and answer with a Simpsons quote (probably the best answer you'll get given the question)

Re: [iText-questions] generate pdf by using pdfwriter and pdfcopy

2008-01-31 Thread jergi
Eh? jergi wrote: > > Hi, > I want to generate a new Pdf-file. First I want to insert some paragraphs > (I do this by using PdfWriter) and after that I want to copy same other > Pdfs to the new Pdf (using PdfCopy). At least I want to link the inserted > paragraphs to the inserted pdfs. > But my

Re: [iText-questions] generate pdf by using pdfwriter and pdfcopy

2008-01-31 Thread Bruno Lowagie
jergi wrote: > Hi, > I want to generate a new Pdf-file. First I want to insert some paragraphs (I > do this by using PdfWriter) and after that I want to copy same other Pdfs to > the new Pdf (using PdfCopy). At least I want to link the inserted paragraphs > to the inserted pdfs. > But my problem is

[iText-questions] generate pdf by using pdfwriter and pdfcopy

2008-01-31 Thread jergi
Hi, I want to generate a new Pdf-file. First I want to insert some paragraphs (I do this by using PdfWriter) and after that I want to copy same other Pdfs to the new Pdf (using PdfCopy). At least I want to link the inserted paragraphs to the inserted pdfs. But my problem is, that I can´t append th