|
Panning around.
|
| |
Hey,
Just wanted to clarify something. Can you pan around using PDF.js?
For instance the canvas that holds the pdf is inside a div tag that's
say 800x600 and the pdf has been zoomed in to 300% (thus not fitting
in the div), and I wish to pan to different areas of the pdf.
More specifically, there's a javascript that programmatically zooms in/... more »
|
|
"How To Remove The PDF.JS PDF Viewer Extension In Firefox" at ghacks.net
|
| |
FYI:
[link]
"Before I take a look at how you can remove the PDF Viewer extension in Firefox, I’d like to spend a moment talking about why it is necessary to write about it. Add-on removals should be straightforward operations after all. The big issue here is that you can’t remove add-ons installed by third party software from within Firefox. And third parties in this regard also means Mozilla, if the company decides to add an add-on to Firefox automatically. While you can disable those add-ons, you can’t remove them…"... more »
|
|
I want know how pdf.js to work
|
| |
Hello,
PDF.JS is wonderful,Thank your works!
I have used pdf.js for two month.
In our project,we want to use pdf.js to do more things such as annotator,to add highlight,command,and strikout etc.
But now I encountered some problems, for example, when I highlight text, I find that each characters/word on a text layer creates a div.... more »
|
|
Loading multiple pages into one canvas
|
| |
I have for example a PDF with 4 Pages, so I try to render all pages
into one canvas, but how is this possible?
The getPage() function always want the number for one page... I testen
it with an for loop:
for (var i = 1; i <= pdf.numPages; i++) but then the canvas is
complety empty, but firebug says that all pages was fetched...... more »
|
|
|