Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

How does the Firefox PDF Viewer function internally?

  • 5 risposte
  • 1 ha questo problema
  • 2 visualizzazioni
  • Ultima risposta di 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.

Tutte le risposte (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