I am working with .pdf
files that are available on my companies' website only. I am not aware of any way to download them and store in one folder.
The link that I click to get the .pdf
file has the following source code:
<a href="javascript:propertiesView('documentName')">
As I click on the link, a .pdf
file pops up in a new browser window with no url and no source code. I presume that there is no way to manipulate that .pdf
directly, then how can I save it then in order to manipulate the .pdfs
from a folder?
Thank You