Hello, I have PDF documents generated via ITextSharp which are then embedded into asp.net web pages. When generating PDF documents I'm hiding the toolbar and menubar of PDf as I'm creating some custom toolbar for PDF. For versions earlier than Acrobat Reader X(version 10), everything works as expected but on Reader X version there is a new mode called "Read Mode" which is the default viewing mode when you open a PDF in a web browser. And in "Read Mode" you can find semi-transparent floating toolbar containing basic reading controls, such as page navigation,print and zoom. Unchecking "Display in Read Mode by Default" can be done from Edit - Preferences - Internet in Adobe Reader X but as you can guess it is impossible to tell all our users to do this workaround.. And now I need a way to disable "Display in Read Mode by Default" setting for viewing PDF in browser programmatically when generating PDF via IText.
Thanks in advance for any help! -- View this message in context: http://itext-general.2136553.n4.nabble.com/iTextSharp-support-for-AcrobatReader-10-tp3164870p3164870.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
