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
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
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
---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
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
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,
>
>
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
--