Giter Club home page Giter Club logo

ext-pdf-viewer's People

Contributors

darinkolev avatar enovision avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ext-pdf-viewer's Issues

ie support

Hi,
I checked the demo in internet explorer and it does not work, it prompts download instead of showing the pdf.
I'm using ie 11.

Help

Hi friend ,
Thank you very much for this great plugin of pdf viewer,

I have some remarks about integrating this awesome plugins to my project:

I have put the folder ext-pdf-viewer in folder package of extjs application.
and also i have add the this package to app.json and i do sencha app refresh after this step it's ok, but
after that when i add the Ext.require([
'Ext.container.Viewport',
'PdfViewer.singleton.Loader' // this is the one
]); to the app.js and after that i do sencha app refresh i get a error message failed to find any
files for Ext.container.Viewport
Any suggestions, Any helps.
Thank you very much
i'm used the project dashboard application generated from folder extjs of version sencha extjs 6.2.0
Have a nice day

Cannot read property 'WorkerMessageHandler' of undefined

Hello, Im getting the following message

Uncaught TypeError: Cannot read property 'WorkerMessageHandler' of undefined
at pdf.js?_dc=1507677908727:5
at HTMLScriptElement.n.onload (pdf.js?_dc=1507677908727:1)

My code...

Main Controller
onViewPdf: function(template, url){
this.createSingleTab(template, {
title: 'Template: ' + template,
xtype: 'PdfViewerPdfPanel', // pdf viewer
layout: 'fit',
autoScroll: true,
src: url
});
},

Controller
onClickTemplate: function(){
var combo = Ext.ComponentQuery.query("combobox")[0];
var url = 'http://192.168.1.122:9000/converter/template?temPath='+ combo.getValue();
this.fireEvent('viewpdf', combo.getValue(), url );
}

ext-pdf-viewer
packages/local/ext-pdf-viewer

Extjs v6.5

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.