It will be supported in the next release. 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Jung Jürgen
> Sent: Wednesday, March 09, 2005 5:44 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] A Question to add OpenAction to an 
> existing Document.
> 
> Should this construct work?
> 
> /----[Add OpenAction]
> | PdfStamper stamp = new PdfStamper(reader, new 
> FileOutputStream(out_pdf));
> | PdfAction action = PdfAction.gotoLocalPage(1,new 
> PdfDestination(PdfDestination.FITB),stamp.getWriter());
> | stamp.getWriter().setOpenAction(action);
> | stamp.close();
> ---------------------
> 
> Or is this wrong handling of iText?
> On my PDF this does not work. 
> 
> 
> 
> --
> Juergen Jung
> Development
> Von-Braun-Str. 5
> 48691 Vreden
> Tel +49 (0) 2564 919 - 297
> Fax +49 (0) 2564 919 - 389
> [EMAIL PROTECTED]
> 
> 
> 
> 
> 
> 
> 
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from 
> real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_ide95&alloc_id396&op=ick
> _______________________________________________
> iText-questions mailing list
> iText-questions@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/itext-questions
> 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to