본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

pdf Files will not open with adobe acrobat and I have the open pdf files with adobe acrobat checked?

  • 5 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: amryde

more options

I use html pages on an internal hard drive that link to pdf documents. For some reason since Version 91.0.2 was installed I can not get the pdf documents to open with Adobe Acrobat Reader DC.The new version insist on opening the pdf's in the Firefox web browser. When I click on a pdf link at an external website the files will open in Adobe Acrobat. I used the code below to test the open in Adobe Acrobat execution and it works on the w3School example. When I run it strait from my hard drive the document opens in the Firefox web browser.

<!DOCTYPE html>
<html>
  <head>
    <title>Title of the document</title>
  </head>
  <body>
    <h1>PDF Example</h1>
    <p>Open a PDF file <a href="datasheet_cube-model-715.pdf">example</a>.</p>
  </body>
</html>

Please let me know if there is a solution. Thank you,

I use html pages on an internal hard drive that link to pdf documents. For some reason since Version 91.0.2 was installed I can not get the pdf documents to open with Adobe Acrobat Reader DC.The new version insist on opening the pdf's in the Firefox web browser. When I click on a pdf link at an external website the files will open in Adobe Acrobat. I used the code below to test the open in Adobe Acrobat execution and it works on the w3School example. When I run it strait from my hard drive the document opens in the Firefox web browser. <pre><nowiki><!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <h1>PDF Example</h1> <p>Open a PDF file <a href="datasheet_cube-model-715.pdf">example</a>.</p> </body> </html></nowiki></pre><br> Please let me know if there is a solution. Thank you,

글쓴이 cor-el 수정일시

선택된 해결법

There has been a change in Firefox 91 on how locally stored PDF files are handled, see:

Note that this will work better in Firefox 93. As a workaround for now you can disable the builtin PDFjs Viewer by setting "about.config => pdfjs.disabled = false".

  • 1726501 - Internal PDF Reader is always used when called from a local HTML file [93]
문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (5)

more options

What is the default set to for .pdf in Windows?

more options

선택된 해결법

There has been a change in Firefox 91 on how locally stored PDF files are handled, see:

Note that this will work better in Firefox 93. As a workaround for now you can disable the builtin PDFjs Viewer by setting "about.config => pdfjs.disabled = false".

  • 1726501 - Internal PDF Reader is always used when called from a local HTML file [93]
more options

Thank you Cor-el "pdfjs.disabled=true" did the trick! I wanted to mention that the reason for needing to open a pdf in Adobe Acrobat Reader is that when printing I can select print current page, a feature that is missing in all the web browser viewers. It would be useful, I think if FireFox could add that function. Anyway, problem solved for now. Thanks again.

more options

I make websites that index sets of PDF documents, often annual reports or sets of tables. Firefox was great when it opened these PDFs in Adobe Reader or Acrobat. The users could compare 2 or more side by side, search, print, etc. Now they can only open one at a time and have to hit the browser 'back' button to return to the index--if they close the tab, they have to restart the site. This is a deal-breaker for me and Firefox--I used to recommend it as the best browser to use for these sites, but now I can't.

None of the possibilities under settings/applications work--not 'use Adobe Acrobat', nor 'Windows default', nor even 'always ask.'

I will try the "about.config => pdfjs.disabled = false" workaround for my own use if you will tell me where I find that statement to change it.

more options

Well for a geek your solution works, for me it does not. Thanks Firefox.