Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/SunboX/ext_ux_pdf_panel
- Owner: SunboX
- License: mit
- Created: 2012-08-15T17:56:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-27T21:35:09.000Z (about 10 years ago)
- Last Synced: 2024-08-03T16:08:58.527Z (4 months ago)
- Language: JavaScript
- Homepage: https://market.sencha.com/users/118/extensions/153
- Size: 2 MB
- Stars: 34
- Watchers: 10
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-extjs - Pdf viewer panel - A pdf viewer panel. (Extensions, components / Components, ux)
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/