I set GlobalCEFApp.DisablePDFExtension:=true;
I want to download pdf document but this showed in console:
jquery-1.9.1.js:14 Resource interpreted as Document but transferred with MIME type application/pdf:
if I canceled <GlobalCEFApp.DisablePDFExtension:=true;>
it will also show in console.
why this happened?
thank you!
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
download pdf document
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: download pdf document
That seems to be an error generated by a script in that web page and not in the web browser.
Use the TChromium.OnResourceResponse event and check the content-type header in the response parameter to download the PDF file with TChromium.StartDownload as you can see in this thread :
https://www.briskbard.com/forum/viewtopic.php?f=8&t=572
Use the TChromium.OnResourceResponse event and check the content-type header in the response parameter to download the PDF file with TChromium.StartDownload as you can see in this thread :
https://www.briskbard.com/forum/viewtopic.php?f=8&t=572