Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

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?

Всички отговори (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/)