@amiregelz deu uma ótima resposta em outra pergunta, cuja resposta também resolverá sua pergunta:
There is a way to change the default print margins in Google Chrome. It is possible in Google Chrome version 22 and further versions.
While in current and previous versions of Chrome it is not possible, starting in Chrome 22 the selected printer and its settings should persist across browser restart.
In order to change Chrome default print margins, all you'll have to do is change the margins settings to your preference and it will become the default print margins.
To change the print margins settings in Google Chrome, this is what you'll need to do:
- Enter the Chrome print preview page (Shortcut: Ctrl+P):
- Thereisasidebarintheleftsideoftheprintpreviewpage,withseveralprintingoptions,including
Margins
settings.- Youcanchangethemarginsto
None
,Minimum
orCustom
.Tochangethemarginstoyourpreference(inyourcasemakingthem
wider),chooseCustom
andadjustthemarginsasyouwish(bystretchingthem).KeepinmindthatinGoogleChromeversionspriortoversion22,whenprintingwith
Custom
margins,Chromewillrememberthosesettingsandusethemagainnexttimeyouprint.However,ifyoucloseandreopenChrome,themarginsrevertbacktothedefaultof0.4inches.AnotherwaytochangethedefaultprintmarginsinChrome,isto
enable kiosk mode printing and use the following code to change the margins settings to your preference (for no margins at all, use 0px
):@page{ margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px; }