Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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/)