Previous | Next | (P-PDF) PDF Accessibility
Topic: Control over Acrobat plugin appearance from HTML ?
Conf: (P-PDF) PDF Accessibility, Msg: 131705
From: maximus1962
Date: 4/25/2005 11:39 PM
Hi there,
Is there any way to perform some control over the appearance of the Acrobat reader plugin from within web page HTML/Javascript code ?
Example: Suppose that my webpage contains the code
------------------8<---------------------
[iframe src="something.pdf" width="100%" height="80%" name="PDFBox"][/iframe]
------------------8<---------------------
to show the contents of a pdf document within, but I would like to omit i.e. the status bar, some toolbar, etc. from the reader plugin to give the user as much space as possible for the content.
Any hint ?
-FH