Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Learn More

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

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?

Todas as respostas (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/)