开发者

Browser Print Generation

I开发者_如何学编程 use:

window.print();

to print documents.

Problem:

As you guys know that browsers automatically adds page's title, path on top of the print page and page number and date on footer of the page.

But the client has asked me to remove all those things from the page or change their color to white so that they are not visible.

Question:

Is it possible to remove those things from page generated by the browser?

(I suspect answer might be no but no sure; possibly this can be controlled :))


This is a setting on the browser and can be turned on and off.

http://www.mintprintables.com/print-tips/header-footer.php

Only way to do this is via ActiveX for IE.


If you can do something server side, you could create a PDF file which the user can then print. I've not seen how to this on the browser itself, although I'd be interested to see if anyone else has.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜