On 1/25/2015 2:31 PM, Paul B. Gallagher wrote:
> Ken Rudolph wrote:
> 
>> Win-7, SM 2.32, HP Deskjet printer
>>
>> For several months when I click on "Print" from a web site (airline
>> boarding pass, store coupon etc.) what comes out is a version that is
>>  about 50% size.  Thus, if there is a bar code, it is too small for
>> the store etc. to read.
>>
>> If I copy & paste the exact same URL into Chrome and then click on
>> print from that, I get a full size image with readable bar code.  OK,
>> that's an acceptable work-around; but why is this happening every
>> time with SeaMonkey?  Is this some sort of bug that only I keep
>> experiencing?  Is there some adjustment within SM that I'm not
>> making?
> 
> SeaMonkey remembers your last print settings until you change them.
> 
> The next time you need to print, instead of going directly to Print, use 
> Print Preview and set the size and orientation as desired. SM will 
> remember those settings until you change them again.
> 

There is a way for SeaMonkey not to remember the last print settings.
Instead, you can establish default settings that come into effect every
time you launch SeaMonkey.

In your profile, find the file user.js.  If it does not exist, create it
with a plain-text text editor.  Insert the following statements:

user_pref("print_printer", "");
// default back to Windows default printer if another printer
// was selected

user_pref("print.printer_HP_Color_LaserJet_CP1215.print_orientation",0);
// restore portrait if landscape had been specified

user_pref("print.printer_HP_Color_LaserJet_CP1215.print_scaling","1.0");
//  restore 100% scaling

The lines beginning with // are comments to remind you why you have
these statements.  The semi-colons are mandatory.  Every time you launch
SeaMonkey, these will override whatever print settings were last used.

In the first set (print_printer), this works with Windows; I do not know
if there is an equivalent for MACs or Linux.  In the second set
(print.printer_HP_Color_LaserJet_CP1215.print _orientation), you will
have to find the equivalent preference variable for your own printer; a
value of 1 defaults to landscape.  In the third set (print.printer_HP
_Color_LaserJet_CP1215.print_scaling), you will again have to find the
equivalent preference variable for your own printer; the number is the
multiplier for scaling (e.g., 1.0=100%, 0.5=50%).

To find equivalent preference variables for the second and third sets,
enter about:config in the address area (URI bar) of SeaMonkey.  In the
Search area, enter print.printer_ and scroll through the results.

-- 
David E. Ross

I am sticking with SeaMonkey 2.26.1 until saved passwords can
be used when autocomplete=off.  See
<https://bugzilla.mozilla.org/show_bug.cgi?id=433238>.
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to