BigFoot Posted March 19, 2013 Share Posted March 19, 2013 (edited) Currently all of our PDF attachment invoices and quotes open at 169% zoom (full width). Is there a way to change this default zoom view? (to say 100%) when a client opens it? Thanks, Jeff Edited March 20, 2013 by BigFoot 0 Quote Link to comment Share on other sites More sharing options...
omnigenus Posted March 21, 2013 Share Posted March 21, 2013 Edit your PDF invoice template, add this: $pdf->SetDisplayMode($zoom='fullpage'); Available zoom level options: fullpage: displays the entire page fullwidth: uses maximum width of window (your current case) real: uses real size (equivalent to 100% zoom) default: uses viewer default mode 0 Quote Link to comment Share on other sites More sharing options...
BigFoot Posted March 22, 2013 Author Share Posted March 22, 2013 Thank you omnigenus, worked perfectly. 0 Quote Link to comment Share on other sites More sharing options...
omnigenus Posted March 22, 2013 Share Posted March 22, 2013 No problem 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.