It seems that PdfBoolean is a private class, I get this error (I'm using iText version 
1.0.1):

Error(200,51): class com.lowagie.text.pdf.PdfBoolean is not public in package 
com.lowagie.text.pdf; cannot be accessed from outside package

Thanks
Cinzia


From: Paulo Soares <psoares <at> consiste.pt>
Subject: RE: setRemoteGoto
Newsgroups: gmane.comp.java.lib.itext.general
Date: Tue, 09 Dec 2003 18:13:10 +0000
 
Sure. Use this instead:

PdfAction action = new PdfAction("other.pdf", 6);

action.put(new PdfName("NewWindow"), PdfBoolean.PDFTRUE);

chunk.setAction(action);

Best Regards,

Paulo Soares

-----Original Message-----

From:   itext-questions-admin <at> lists.sourceforge.net [SMTP:itext-questions-admin 
<at> lists.sourceforge.net]On Behalf Of Cinzia

Sent:   Tuesday, December 09, 2003 10:00

To:     itext-questions <at> lists.sourceforge.net

Subject:        [iText-questions] setRemoteGoto

Hi,

is it possible to open a new pdf window when using setRemoteGoto to jump to another 
pdf file, instead of having the action open the pdf in the same window?

Thanks

-----------------------------------------


-----------------------------------------
Email provided by http://www.ntlhome.com/




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to