Jim Drygiannakis
Jim Drygiannakis
Unfortunately there is nothing I can do about that at the moment, other than refund your purchase.
Thanks for the suggestion. Currently using GLFW 3.2.1 on all platforms. I'll check if this is actually possible with the current version. If not I'll wait for v3.3 to see...
> How to create a constant if possible? Right-click on an input port and select Constant. As far as I remember both gate-level and transistor-level circuits support constant input ports.
Hi, As far as I know, it's possible. I've used the directive to load pdf files from S3 and it works correctly. There isn't anything special you need to do...
There are 2 problems I can see in your case. 1. The URL you posted seems to require authentication. 2. As I understand it, you don't have control over the...
The directive supports setting either a URL in the `src` attribute or a File in the `file` attribute. See [setFile](https://github.com/jdryg/angular-pdf-viewer/blob/master/js/angular-pdf-viewer.js#L366) function for details. It creates a `FileReader` at line 376...
Try the fix suggested on the following issue or try updating pdf.js. PRs are welcome :) https://github.com/mozilla/pdf.js/issues/7216#issuecomment-211375306 FWIW, I just tried loading the demo on IE11 with the debugger open...
Unfortunately I've never worked with ionic. Can you be more specific? What kind of error (message, file and line number)? To be honest I haven't touched this lib in a...
As far as I can tell this error has nothing to do with text selection. Are you sure you are binding your pdfViewerAPI scope variable to the directive like this:...
Hi, This is a PDF **viewer** AngularJS directive based on PDF.js. It's not a PDF generation lib. As far as I can tell, all the features you mention are supported...