Re: [iText-questions] Links doesn't work when concatenating pdfs

2008-06-05 Thread luffy45
Great, thanks to all your tips, the problem is resolved. But i don't have the dottedLineSeparator class. Have a nice day ps: i don't ignore the answers, i apply all advice which were given to me. -- View this message in context: http://www.nabble.com/Links-doesn%27t-work-when-concatenating-pd

Re: [iText-questions] Links doesn't work when concatenating pdfs

2008-06-04 Thread Bruno Lowagie
luffy45 wrote: > Thanks for those tips but when i create an outline using the copy it doesn't > appear on the pdf, the code sample is the following: > > Document d = new Document(reader.getPageSizeWithRotation(1)); > PdfCopy copy = new PdfCopy(d, new FileOutputStream("C:/rapportcopy_" + > app.get

Re: [iText-questions] Links doesn't work when concatenating pdfs

2008-06-04 Thread luffy45
Thanks for those tips but when i create an outline using the copy it doesn't appear on the pdf, the code sample is the following: Document d = new Document(reader.getPageSizeWithRotation(1)); PdfCopy copy = new PdfCopy(d, new FileOutputStream("C:/rapportcopy_" + app.getT

Re: [iText-questions] Links doesn't work when concatenating pdfs

2008-06-04 Thread Bruno Lowagie
luffy45 wrote: > Ok i understand, but with PdfCopy can we copy bookmarks because when i > concatenate the 2 pdf the outline panel doesn't appear and in the report it > appears. > So i want to know if it is possible de copy without creating another. See: http://1t3xt.com/downloads/source/index.php?

Re: [iText-questions] Links doesn't work when concatenating pdfs

2008-06-04 Thread luffy45
Ok i understand, but with PdfCopy can we copy bookmarks because when i concatenate the 2 pdf the outline panel doesn't appear and in the report it appears. So i want to know if it is possible de copy without creating another. Thanks -- View this message in context: http://www.nabble.com/Links-do

Re: [iText-questions] Links doesn't work when concatenating pdfs

2008-06-03 Thread 1T3XT info
luffy45 wrote: > I am generating a report and using events, in the same time i generate a TOC > Like that > Chapter 1 .p5 > Chapter 2..p8 OK, great. Are you using stuff like in the DottedGlue example: http://www.1t3xt.info/examples/browse/?page=example&id=35

Re: [iText-questions] Links doesn't work when concatenating pdfs

2008-06-03 Thread Paulo Soares
PROTECTED] On > Behalf Of luffy45 > Sent: Tuesday, June 03, 2008 8:49 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Links doesn't work when > concatenating pdfs > > > Hello, > Forget all i said, i will re-explain my problem. >

Re: [iText-questions] Links doesn't work when concatenating pdfs

2008-06-03 Thread luffy45
Hello, Forget all i said, i will re-explain my problem. I am generating a report and using events, in the same time i generate a TOC Like that Chapter 1 .p5 Chapter 2..p8 And i want to have links, so chapter 1 will be linked to Chapter 1 and so is Chapter 2.

Re: [iText-questions] Links doesn't work when concatenating pdfs

2008-06-02 Thread 1T3XT info
luffy45 wrote: > So can "remote go to" links be used like "local goto" links? The above question doesn't make sense. Although it's MANDATORY on this list to create a small standalone example that reproduces any problem you have, I did this job in your place. I made two examples: http://www.1t3xt.

Re: [iText-questions] Links doesn't work when concatenating pdfs

2008-06-02 Thread 1T3XT info
luffy45 wrote: > So, my problem is that i generate a report, and in the same a toc which > later will be added to the report. But in the toc i want to have links > linked to the report. And when the two files are separated the "remote go > to" works but when these files are attached, the links have

Re: [iText-questions] Links doesn't work when concatenating pdfs

2008-06-02 Thread luffy45
Sorry, I wanted to say "Thanks". So, my problem is that i generate a report, and in the same a toc which later will be added to the report. But in the toc i want to have links linked to the report. And when the two files are separated the "remote go to" works but when these files are attached, the

Re: [iText-questions] Links doesn't work when concatenating pdfs

2008-06-02 Thread 1T3XT info
luffy45 wrote: > Tanks for the answer, Help! Are you going to invade Belgium with tanks? > but can we add a "remote go to" in the same file, like > "local go to". First you talk about creating a TOC, now you are talking about link annotations. Your question sounds like you think you can't mix a

Re: [iText-questions] Links doesn't work when concatenating pdfs

2008-06-02 Thread luffy45
Tanks for the answer, but can we add a "remote go to" in the same file, like "local go to". Have a nice day. -- View this message in context: http://www.nabble.com/Links-doesn%27t-work-when-concatenating-pdfs-tp17557087p17595947.html Sent from the iText - General mailing list archive at Nabble.c

Re: [iText-questions] Links doesn't work when concatenating pdfs

2008-05-30 Thread Bruno Lowagie
luffy45 wrote: > Hello, > I am using iText to generate a report, while generating the report i > generate a toc in a ByteArrayOutPutStream which contains chunks links with a > remotegoto to the report, with the 2 pdfs separated, links works very well > but when i concatenate the 2 pdfs, those lin

[iText-questions] Links doesn't work when concatenating pdfs

2008-05-30 Thread luffy45
Hello, I am using iText to generate a report, while generating the report i generate a toc in a ByteArrayOutPutStream which contains chunks links with a remotegoto to the report, with the 2 pdfs separated, links works very well but when i concatenate the 2 pdfs, those links are clickable but doe