PDF Browser Plugin
The best PDF viewer – right in your browser

PDF Browser Plugin 2.2.3

Download now!

System Requirements
  • PowerPC Macintosh with Mac OS X 10.3 or later
  • Web browser (not compatible with Internet Explorer)

How To Order
You can order a site-license of PDF Browser Plugin 2 for $69 at the Kagi Online Store. The site-license is valid for all computers of a single organization within a 5 miles perimeter.
PDF Browser Plugin 2 is free for not-for-profit activities if used at home or at educational institutions.
Overview | Info for Web Authors

URL Commands

When you link to PDF documents using the HTML tag <HREF> you can add several commands for the PDF Browser Plugin to the end of the URL. The commands are added to the URL after a # sign. Multiple commands can be combined with a & sign. Here is a code example for a PDF document linked from HTML with an added URL command:

<a href="http://www.schubert-it.com/document.pdf#page=5">

PDF Browser Plugin understands the following commands:

Command Description
page=integer Opens the PDF document at the specified page. The first page has the page number 1.
nameddest=destination Opens the PDF document at the specified named destination.
toolbar=boolean Specifies whether the toolbar is visible or not. Valid values are true and false.
scrollbar=boolean Specifies whether the scrollbar is visible or not. Valid values are true and false. By default the scrollbar is visible.
pagemode=mode Specifies whether the table of contents is visible or not. Valid values for the mode are bookmarks (table of contents is visible) and none (table of contents is not visible).
transparent=boolean Specifies whether the plugin is opened in opaque or transparent mode. In transparent mode parts of the background can be seen through transparent parts of the PDF document. Valid values are true and false. By default the plugin is not transparent.

Embedding PDF Documents into Web Pages

You can embed PDF documents directly into web pages using either the HTML tag <EMBED> or <OBJECT>. Here is a code example for a PDF document embedded into a web page:

<embed height="166" src="document.pdf" type="application/pdf" width="216">

You can also use the URL commands for embedded PDF documents.