Hello,
i've a problem with saving a pdf. I explain better my scenario :
I need to do a webscrapping to a website that allow users to view a certain pdf via a search form.
I'm at the point to save the file, but when I click on the search button the website,the pdf is created at runtime and it's sended to the client opening a new web browser's window with an embed control, that is AxAcroPDF.
How can I save from this embed control ?
looking to the documentation I understand that I can show a file, i can interact with the pages' navigation, also with the print of the file , but I can't copy or save it to the disk.
p.s.
When the file is sent to the client the only one way to get it another time is to re-do the search, cause the server doesn't save it to disk and it doesn't open in a new window via the phisical path.
My code is written in VB.NET
thanks in advance
emanuele