Hybrid View
-
15 Aug 2012 11:25 AM #1
A PDF Viewer Panel - No Browser Plugin required, pure JavaScript
A PDF Viewer Panel - No Browser Plugin required, pure JavaScript
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
Code: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/
Github Project
https://github.com/SunboX/ext_ux_pdf_panel
-
15 Aug 2012 12:05 PM #2
-
15 Aug 2012 6:16 PM #3
-
16 Aug 2012 1:26 AM #4
-
16 Aug 2012 5:43 AM #5
amazing extension, working like a charm with server-side generated pdf files too. congratz SunboX!!
"People will never forget how you made them feel."
linkedin.com/in/talhakabakus
-
16 Aug 2012 10:32 AM #6
Good job. Thank you for sharing.
Scott.


Reply With Quote