document scrapping

I want to extract pdf document from a website and store in database.
To get this pdf document page, I have to specify a search criteria datewise and then I get many pdf files results in paging. I want to store all these pdf files in my database. Is it possible through Screen-Scraper? I hope you will provide us solution as soon as possible.

document scrapping

Hi,

Your best bet would be to use screen-scraper's session.downloadFile method ([url]http://www.screen-scraper.com/support/docs/api_documentation.php#downloadFile[/url]). Once the file has been downloaded to your file system, you could write code to insert the bits into your database.

Kind regards,

Todd Wilson