Hi,
I am trying to download warrantlilst table data from
http://www.nasdaqomxnordic.com/shares/warrants/?Instrument=SSE220 (table is in
the middle of page). If page is downloaded using HTTPClient or saved as web
page from Internet Explorer of Firefox - then there is no data, I guess - flash
or something like this displays data (with all the cool feature of ordering and
so on). But if pringing is made from browser to e.g. PDF printer, then really
nice document is made - which contain almost only necessary data.
So - how printing is done - can I expect that when I am trying to print, then
browser issues special HTTP request for special printer friendly page. So - the
task may reduce to find the URL of this pages. I tried to monitor the network
traffic by Whireshart during the printing, but the result was almost nothing -
there where HTTP GET requests for CSS, icons, png, gifs and so on - but not for
some page. Could someone take a look on this page and give advice how to
download the data. Maybe some browsers have printing API, so - the solution
could be use of them, even without HTTPClient, what is normal practice for
making web applications whose pages may be printed?
Thanks for suggestions in advance!
Meinhardt