Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/SunboX/ext_ux_pdf_panel

A PDF Viewer Panel for ExtJS 4.1 - No Browser Plugin required, pure JavaScript.
https://github.com/SunboX/ext_ux_pdf_panel

Last synced: 27 days ago
JSON representation

A PDF Viewer Panel for ExtJS 4.1 - No Browser Plugin required, pure JavaScript.

Awesome Lists containing this project

README

        

Ext.ux.panel.PDF
===============

A PDF Viewer Panel for the ExtJS 4.1 Framework - No Browser Plugin required, pure JavaScript.
PDF Rendering is done using the great Mozilla PDF.js Library (https://github.com/mozilla/pdf.js).

### Usage ###

Ext.create('Ext.ux.panel.PDF', {
title : 'PDF Panel',
width : 489,
height : 633,
pageScale: 0.75, // Initial scaling of the PDF. 1 = 100%
src : 'http://cdn.mozilla.net/pdfjs/tracemonkey.pdf', // URL to the PDF - Same Domain or Server with CORS Support
renderTo : Ext.getBody()
});

### Demo ###

For an demo, please visit http://SunboX.github.com/ext_ux_pdf_panel/demo/