Mozilla 도움말 검색

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

자세히 살펴보기

when i open pdf firefox ALWAYS asks what to do

more options

Firefox just updated, without my permission, which is another problem. But now when i try to open pdf files, firefox always ask what to do. In Options > General > Appliacations i set pdf files to open with firefox, but firefox still asks what to do. In the window where it asks what to do, there is a tick box saying "Do this automatically from now on", even if i choose that option it still ends up asking what to do the next time i open a pdf file.

Firefox just updated, without my permission, which is another problem. But now when i try to open pdf files, firefox always ask what to do. In Options > General > Appliacations i set pdf files to open with firefox, but firefox still asks what to do. In the window where it asks what to do, there is a tick box saying "Do this automatically from now on", even if i choose that option it still ends up asking what to do the next time i open a pdf file.

선택된 해결법

Sorry to make this complicated, but always doesn't mean always because...

When you open a link to a PDF, three things can happen:

(1) The server allows the browser to retrieve the PDF as web content. Firefox will follow your instructions on the Options/Preferences page. If you have Open in Firefox set, Firefox will show the PDF in the built-in viewer (and save the file in the web cache with other files collected during browsing).

(2) The server tries to force the browser to download the file by setting the Content-Disposition header to "attachment". Firefox will show the dialog letting you choose between Open in Firefox, Open (in another app), and Save. (If you choose either Open option, Firefox will save the file in your system's Temp folder.)

(3) The server doesn't indicate that the file has Content-Type application/pdf so Firefox doesn't follow your rules for handling PDFs. Instead you get the standard Download dialog with Open and Save.


I wrote an add-on to work around these issues:

https://addons.mozilla.org/firefox/addon/content-type-fixer/

If you decide to try it, after installation, click its Zzzz button to turn it on. Then click the button again and set the Content-Disposition Override to "Follow my settings (inline)".

As long as the file has a .pdf extension that should work around both #2 and #3.

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (1)

more options

선택된 해결법

Sorry to make this complicated, but always doesn't mean always because...

When you open a link to a PDF, three things can happen:

(1) The server allows the browser to retrieve the PDF as web content. Firefox will follow your instructions on the Options/Preferences page. If you have Open in Firefox set, Firefox will show the PDF in the built-in viewer (and save the file in the web cache with other files collected during browsing).

(2) The server tries to force the browser to download the file by setting the Content-Disposition header to "attachment". Firefox will show the dialog letting you choose between Open in Firefox, Open (in another app), and Save. (If you choose either Open option, Firefox will save the file in your system's Temp folder.)

(3) The server doesn't indicate that the file has Content-Type application/pdf so Firefox doesn't follow your rules for handling PDFs. Instead you get the standard Download dialog with Open and Save.


I wrote an add-on to work around these issues:

https://addons.mozilla.org/firefox/addon/content-type-fixer/

If you decide to try it, after installation, click its Zzzz button to turn it on. Then click the button again and set the Content-Disposition Override to "Follow my settings (inline)".

As long as the file has a .pdf extension that should work around both #2 and #3.