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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -