Aditional actions in page objects will be supported in the next release but in any case the writer.setOpenAction() should work unless Acrobat decides not to. Acrobat is known for not following its own specifications. I'll investigate it further this weekend.
Best Regards, Paulo Soares > -----Original Message----- > From: Magica de Spell [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, October 10, 2002 13:01 > To: [EMAIL PROTECTED] > Subject: [iText-questions] GoToR (newbie question) > > hello, > > I'd like to create a pdf-equivalent to the following > pdfmark fragment: > > /AA << > /O << > /A /Action > /S /GoToR > /F (GettingStarted.pdf) > /D (G4.1033811) > /NewWindow false > >> > >> > > Can itext do this? > > I tried > > writer.setOpenAction(new PdfAction(GettingStarted.pdf, > G4.1033811)); > > but Acrobat Reader didn't approve of the resulting pdf > (this doesn't create an AA section, anyway). > > > NB. Though opening some document just in order to > close it again and open another one might seem silly, > I can't find another solution to the following > problem: > At runtime (of whatsoever) I'm given a destination in > some pdf (an existing one that is beyond my control) > to be opened (e.g. by AR) at that very destination. So > I intended to open a temporary pdf linking to where I > really want to go. > > > Any suggestions to either problem will be appreciated > > Jezebel > > > > > ------- Bavaria ubique ------ > > > > > > > > > __________________________________________________ > Do you Yahoo!? > Faith Hill - Exclusive Performances, Videos & More > http://faith.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > iText-questions mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/itext-questions ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
