Question
Add file extension to downloaded filename
I have a pdf file that downloads from a 3rd party vendor.
The issue is that the file does not have the .pdf extension and to work with the file we need to add the .pdf each time.
For example, a file downloads as abc but needs to renamed to abc.pdf
How can I rename the file correctly with the .pdf extension right after it downloads?
