[iText-questions] local destination

2006-05-19 Thread Pablo Nebrera Herrera
How could I add destinations even if they don't exist on the local pdf? If I add a setLocalGoto("hello") and the destination doesn't not exist the document cannot be closed and it throws a RuntimeException. How could I avoid this? If the destination doesn't exist I would like it doesn't jump. I

[iText-questions] Local Destination, Remote Goto question...

2006-05-18 Thread Allan DeLeon
Is it possible to setLocalDestinations in one pdf file then setRemoteGotos to these destinations from another pdf file then merge the two files (ala Concatenate example) and still have the gotos work? I'm generating a document with a table of contents, the body is generated first so that I know wh

Re: [iText-questions] local destination

2003-01-29 Thread Paulo Soares
You can define action areas with PdfContentByte.setAction(). Best Regards, Paulo Soares - Original Message - From: "Viktor Lacina" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 29, 2003 14:29 Subject: Re: [iText-questions] local destination

Re: [iText-questions] local destination

2003-01-29 Thread Viktor Lacina
---Original Message- > > From: Viktor Lacina [SMTP:[EMAIL PROTECTED]] > > Sent: Tuesday, January 28, 2003 16:27 > > To: Paulo Soares > > Subject:Re: [iText-questions] local destination > > > > No, in fact it was only example (real document has 5

RE: [iText-questions] local destination

2003-01-28 Thread Paulo Soares
Showing some of your code would be helpful. Best Regards, Paulo Soares > -Original Message- > From: Viktor Lacina [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, January 28, 2003 16:27 > To: Paulo Soares > Subject: Re: [iText-questions] local destination > > No

RE: [iText-questions] local destination

2003-01-28 Thread Paulo Soares
Does your document have 30 pages? Best Regards, Paulo Soares > -Original Message- > From: Viktor Lacina [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, January 28, 2003 15:27 > To: [EMAIL PROTECTED] > Subject: [iText-questions] local destination > > Hi, > >

[iText-questions] local destination

2003-01-28 Thread Viktor Lacina
Hi, Is there any way to define local jump from page 1 of PDF to destination defined for ex. on page 30, somewhere in the middle? iText Throws me exception, that local destination does not exist, but hou could exists if i'm just generating page one?? any idea/solution? thanks, Viktor --