UsingMac.com

Mac Tricks and Tips, Wallpapers and Applications for Mac Users

Safari n' Javascript : Printing from Browser

Command-P or File → Print can be replaced by simple javascript or special button in Safari.

javascript:window.print();

The javascript above is usually used to open up printing pane in Mac. Whenever you want to print out a page displayed by your web browser, you can type the javascript above to your address bar and hit Return.

In Safari, you can instantly convert this single line javascript command into button. This can be done by simply dragging the globe icon (leftmost of the address bar) into Bookmarks Bar. Feel free to assign the name for this newly created button.

Categories: Tips and Tricks
Tags: Print

Subscribe to RSS Leave a Comment (0)

Printing Pages per Sheet with Mac

The most interesting part here is that the features can be combined.

Here are a-little-time-wasting steps :

  1. Open the document you want to print
  2. Go to Menu Bar → File → Print to show up the printing pane or using keystrokes Command-P should save you lots of time
  3. Change the option bar under Presets to Layout
  4. Click on the Pages per Sheet and Mac will let you choose, 1, 2, 4, 6, 9, or 16 pages per sheet

Read More Leave a Comment (0)