Using Delphi 10.1, I have a PDF loaded in a TWebBrowser component. Is there a way to save the PDF programatically, which is displayed in my PDF plugin?
The URL of the PDF (embedded in the site) is: MSDS-File for Productnr G7126 from Sigma-Aldrich
Using Delphi 10.1, I have a PDF loaded in a TWebBrowser component. Is there a way to save the PDF programatically, which is displayed in my PDF plugin?
The URL of the PDF (embedded in the site) is: MSDS-File for Productnr G7126 from Sigma-Aldrich
Copyright © 2021 Jogjafile Inc.
i don't think that it is possible by web-scraping (as you seem to want), i created this code that is suppose to find all iframes and download it but the urls look really wierd (and it generates an error because of it)