javascript - Customising Print header and footer for MVC application -


when right on page , click print in chrome, headers , footers seem set me, example in top left of screen today's date , bottom left has current pages url.

i wondering if there anyway can customise these headers , footers printing? i'm not sure if way these being set through browser specific settings or can change in code. example put "prepared on (todays date) (insert name)" on left side of page's footer when being printed. cannot find way set header , footer values.

i have seen bunch of search results return css formatting results that's not after.

if can done possible through javascript, application settings or


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -