javascript - Default File Name when printing from Internet Explorer -


when printing web page using pdf printer (saving page pdf), chrome , firefox both use pages <title> attribute default file name. however, internet explorer uses pages url.

is there way change functionality in internet explorer can control file name?

note: not talking showing url on header/footer of page, file name when attempting save local system.


Comments

Popular posts from this blog

Receive udp packets in android gstreamer -

php - Extract Text from HTTP referer -

java - Callback from new thread to class from which thread was initiated -