thunderbird: set print to PDF to A4

This commit is contained in:
Vincent Bernat 2023-03-21 09:25:52 +01:00
parent 3176c9d9ed
commit e3f3cf13fd

View file

@ -58,3 +58,11 @@ user_pref("mailnews.headers.showUserAgent", true);
// Offline // Offline
user_pref("offline.download.download_messages", 1); user_pref("offline.download.download_messages", 1);
user_pref("offline.send.unsent_messages", 1); user_pref("offline.send.unsent_messages", 1);
// Print
user_pref("print.printer_Mozilla_Save_to_PDF.print_bgcolor", true);
user_pref("print.printer_Mozilla_Save_to_PDF.print_bgimages", true);
user_pref("print.printer_Mozilla_Save_to_PDF.print_paper_id", "iso_a4");
user_pref("print.printer_Mozilla_Save_to_PDF.print_paper_size_unit", 0);
user_pref("print.printer_Mozilla_Save_to_PDF.print_paper_width", 8.26771653543307);
user_pref("print.printer_Mozilla_Save_to_PDF.print_paper_height", 11.6929133858268);