Hello,
in the archives i found a post from paulo which
suggest :
http://www.nabble.com/forum/ViewPost.jtp?post=4138560&framed=y
PdfReader pdf = new PdfReader("abc.pdf");
PdfStamper stp = new PdfStamper(pdf, new
FileOutputStream("abcout.pdf"));
PdfWriter writer = stp.getWriter();
PdfAction ac = PdfAction.gotoLocalPage(1, new
PdfDestination(PdfDestination.XYZ, -1, -1, 0.1f),
writer);
writer.setOpenAction(ac);
stp.close();
This will open in page 1 with a 10% zoom.
i tried this - however it does not work - neither in
Adobe Reader 6 or 7.
How can i open up my PDF with 100% zoom ?
___________________________________________________________________________________
You snooze, you lose. Get messages ASAP with AutoCheck
in the all-new Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/newmail_html.html
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
iText-questions mailing list
iText-questions@(protected)
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/