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’.

Learn More

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

Why do some PDFs open in Firefox but others need to be opened with Acrobat?

more options

Firefox seems to open most PDFs directly but some it wants to open using an external program. Is there some limitation of PDF versions or content?

Firefox seems to open most PDFs directly but some it wants to open using an external program. Is there some limitation of PDF versions or content?

Alle antwoorden (1)

more options

If Firefox does not even try to load the file, the server might have sent it with a non-standard header. Two scenarios:

(1) Normally, a server will send the content-type "application/pdf" ahead of the file. If the server sends a different content-type, then Firefox will not handle it as a PDF.

(2) Normally, a server does not specify whether content can be viewed in the browser or must be saved. If the server send a header indicating that the content-disposition is "attachment" then Firefox will always display the download dialog. (There is an add-on you can use to work around this if you like: https://addons.mozilla.org/firefox/ad.../inlinedisposition/)