- Opgelost
- Gearchiveerd
pdf Files will not open with adobe acrobat and I have the open pdf files with adobe acrobat checked?
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 Ado… (meer info)
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,