Windows 10 bereikte EO (einde ondersteuning) op 14 oktober 2025. Als je Windows 10 gebruikt, lees dan dit artikel.

Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info
Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.
Gearchiveerd

How can I disable pdf.js for all users?

JasonNVSD beantwoord
jevison

We as a company deal with a lot of PDF files.. Now while we can simply download the PDFs and there not be a problem, we're used to the Adobe Viewer and *not* downloading them.

I've been told the new pdf.js viewer will not display most of the PDFs we throw at it on a day to day basis.

Although there is a way to disable pdf.js (about:config), this only seems to change for the local user. We have FF 19 installed on terminal servers, and would like to know if there is a way to disable it for all users?

We as a company deal with a lot of PDF files.. Now while we can simply download the PDFs and there not be a problem, we're used to the Adobe Viewer and *not* downloading them. I've been told the new pdf.js viewer will not display most of the PDFs we throw at it on a day to day basis. Although there is a way to disable pdf.js (about:config), this only seems to change for the local user. We have FF 19 installed on terminal servers, and would like to know if there is a way to disable it for all users?

Alle antwoorden (4)

hello, can you try it with the method described at http://kb.mozillazine.org/Locking_preferences?

I have the same issue. I've gone through all the preferences I could find in about:config and none of them will set it back to Adobe Reader.

Like Jason, I'm still having the issue.

Although, locking preferences *did* work but instead defaulted to saving PDFs automatically as opposed to viewing them in the Adobe Reader plugin.

Is there another config setting I can change/lock for the Adobe Reader plugin to load instead?

Hey jevison,

At first I tried setting pdfjs.disabled, and like you mentioned, it would download PDFs instead of opening them in the Reader plugin.

What worked much better was clearing plugin.disable_full_page_plugin_for_types. When upgrading to FF19+, it adds "application/pdf". Obviously if there are other values in there, or other values need to be added later, locking it empty will break that. I'm trying to find out if (a) you can parse and edit a value instead of merely setting it or (b) whether there should ever be other values in there.

If you find an answer to either of those, make sure to post it here.