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

Post Reply
coater
Posts: 135
Joined: Sat Sep 29, 2018 1:51 pm

download pdf document

Post by coater »

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!
User avatar
salvadordf
Posts: 4040
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: download pdf document

Post by salvadordf »

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
coater
Posts: 135
Joined: Sat Sep 29, 2018 1:51 pm

Re: download pdf document

Post by coater »

Thnak you! :D
Post Reply