Re: [iText-questions] Retrieve element position when creating PDF document

2008-11-06 Thread 1T3XT info
nicolas DOS SANTOS wrote: > OK Thanks a lot! In doc1.pdf, you have a link pointing to a local destination named "defaultdestination". However, there is no local destination with that name in doc1.pdf. When the document is closed, iText goes through this code: for (Iterator i = dest.ent

Re: [iText-questions] Retrieve element position when creating PDF document

2008-11-06 Thread nicolas DOS SANTOS
OK Thanks a lot! 2008/11/6 1T3XT info <[EMAIL PROTECTED]> > nicolas DOS SANTOS wrote: > > Hi > > > > Here is a little sample of what I want to do. > > The principle: > > - create a link in a PDF, > > - create an anchor in another PDF > > - Concatenate the 2 PDFs and have the link that points to t

Re: [iText-questions] Retrieve element position when creating PDF document

2008-11-06 Thread 1T3XT info
nicolas DOS SANTOS wrote: > Hi > > Here is a little sample of what I want to do. > The principle: > - create a link in a PDF, > - create an anchor in another PDF > - Concatenate the 2 PDFs and have the link that points to the anchor . Great example. It explains what you try to achieve, but... eve

Re: [iText-questions] Retrieve element position when creating PDF document

2008-11-06 Thread nicolas DOS SANTOS
Hi Here is a little sample of what I want to do. The principle: - create a link in a PDF, - create an anchor in another PDF - Concatenate the 2 PDFs and have the link that points to the anchor . Unfortunately, this does not work because the anchor is not in the same file that the link It may be l

Re: [iText-questions] Retrieve element position when creating PDF document

2008-11-05 Thread 1T3XT info
nicolas DOS SANTOS wrote: > OK > Thank you Do you have some small sample PDF files. That always helps. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info - This SF.Net email is sponsored b

Re: [iText-questions] Retrieve element position when creating PDF document

2008-11-05 Thread nicolas DOS SANTOS
OK Thank you 2008/11/4 1T3XT info <[EMAIL PROTECTED]> > nicolas DOS SANTOS wrote: > > Thanks you for your response. > > I explained poorly. > > I create several PDF documents with figures which have got anchors and > > then I concatenate. > > In order to create a table of figures with links, i ha

Re: [iText-questions] Retrieve element position when creating PDF document

2008-11-04 Thread 1T3XT info
nicolas DOS SANTOS wrote: > Thanks you for your response. > I explained poorly. > I create several PDF documents with figures which have got anchors and > then I concatenate. > In order to create a table of figures with links, i have to know all > anchors in the different PDF documents. I can ret

Re: [iText-questions] Retrieve element position when creating PDF document

2008-11-04 Thread nicolas DOS SANTOS
Thanks you for your response. I explained poorly. I create several PDF documents with figures which have got anchors and then I concatenate. In order to create a table of figures with links, i have to know all anchors in the different PDF documents. I can retrieve the anchor name and the page numbe

Re: [iText-questions] Retrieve element position when creating PDF document

2008-11-04 Thread 1T3XT info
nicolas DOS SANTOS wrote: > Hi, > > I have several PDF documents that I concatenate. > I want to create a table of figures, but I know the references only > after to have created PDF documents, because the links that point to the > figures are not in the same document. > > I can not create link

[iText-questions] Retrieve element position when creating PDF document

2008-11-03 Thread nicolas DOS SANTOS
Hi, I have several PDF documents that I concatenate. I want to create a table of figures, but I know the references only after to have created PDF documents, because the links that point to the figures are not in the same document. I can not create links with the 'Anchor' element since the links