=== PDF.js Viewer Shortcode === Contributors: falconerweb Tags: pdf, pdf.js, viewer, reader, mozilla, shortcode Requires at least: 3.0.1 Tested up to: 3.8 Stable tag: 1.2 Insert a PDF viewer into pages with a simple shortcode. == Description == Incorporate Mozilla's PDF.js viewer into your pages and posts with a simple shortcode. PDF.js is a javascript library for displaying pdf pages within browsers. Shortcode Syntax: [pdfjs-viewer url=http://www.website.com/test.pdf viewer_width=600px viewer_height=700px fullscreen=true download=true print=true openfile=false] * url (required): direct url to pdf file * viewer_width (optional): width of the viewer (default: 100%) * viewer_height (optional): height of the viewer (default: 1360px) * fullscreen (optional): true/false, displays fullscreen link above viewer (default: true) * download (optional): true/false, enables or disables download button (default: true) * print (optional): true/false, enables or disables print button (default: true) * openfile (optional): true/false, enables or disables open file button (default: false) == Installation ==
  1. Either install directly from your WordPress admin panel, by searching for 'PDF.js Viewer Shortcode', or
  2. Download from the Wordpress Plugin Repository
  3. Upload and expand the archive into your sites wp-content/plugins directory
== Screenshots == 1. Viewer example with default size.