Az oldal korlátolt funkcionalitással fog rendelkezni, amíg elvégezzük a felhasználói élményt javító karbantartást. Ha egy leírás nem oldja meg a problémáját, és kérdést tenne fel, akkor a támogatási közösségünk a @FirefoxSupport Twitter oldalon tud segíteni, vagy az /r/firefox oldalon a Redditen.

Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

How does the Firefox PDF Viewer function internally?

  • 5 válasz
  • 1 embernek van ilyen problémája
  • 2 megtekintés
  • Utolsó üzenet ettől: cor-el

more options

My organization has encountered a situation where some of our PDF output is not searchable when using a standard PDF viewer however, frustratingly, it is searchable when being previewed in Firefox.

I'm curious to know how the built-in PDF viewer is providing this search functionality when other document viewers are unable to do so.

This may help us solve the non-searchable PDF issue that we have.

My organization has encountered a situation where some of our PDF output is not searchable when using a standard PDF viewer however, frustratingly, it is searchable when being previewed in Firefox. I'm curious to know how the built-in PDF viewer is providing this search functionality when other document viewers are unable to do so. This may help us solve the non-searchable PDF issue that we have.

Összes válasz (5)

more options

You can examine some code via the resource:// URI (viewer.js):

  • view-source:resource://pdf.js/
  • view-source:resource://pdf.js/build/pdf.js
  • view-source:resource://pdf.js/web/viewer.js
more options

Are you applying security to your PDFs (e.g., no copying)? Except for the password to open the PDF, the other security settings are on the honor system, and the pdf.js viewer may disregard them.

more options

Firefox PDF Viewer isn't a complete viewer, yet. It started an an experiment - PDF.JS add-on - to create an open source PDF viewer based upon JavaScript / ECMA Script. https://en.wikipedia.org/wiki/ECMAScript

IMO it was added to Firefox as a standard feature too early - it should have remained an add-on for a longer period of time, like until it was more mature. And "as things sometimes happen" the original developer of JavaScript was forced out of Mozilla (in my opinion, that is) before PDF.JS development was anywhere near complete. And iirc that was about the time (or right after) it became a standard feature in Firefox. I have seen mention that Mozilla will be replacing that PDF.JS feature in the near future with an open-source package that has wider usage, like with another web browser. I don't recall where I read that, nor do I recall a time frame for when that may happen.

For an individual user I would recommend using a "free for personal use" PDF viewer, but for an "organization" there may be "seat license" fees involved.

more options

the-edmeister said

I have seen mention that Mozilla will be replacing that PDF.JS feature in the near future with an open-source package that has wider usage, like with another web browser. I don't recall where I read that, nor do I recall a time frame for when that may happen.

It looks like work is in process to use the PDFium library used in Chromium-based browsers, which is based on technology contributed by Foxit Software. It's not clear it will become the default, or when that might be decided.

more options