I am using QWebEngine to mine some HTML data from a list of websites, some of this data is pdf documents that must be downloaded from the webpage. I would like to know if there is a way to programmatically trigger a download of a pdf document onto a local file system. If it is possible, is there a way to avoid pausing program execution while the downloading is in progress but instead continue to another webpage where I can initiate another download. The plan is to have 5 downloads running at a time and the rest will be queued. I am not looking for code, i just would like to know how you would approach this problem. Thanking you in advance.
Bookmarks