zoukankan      html  css  js  c++  java
  • 如何正确的打印网页。

    A web page's screen appearance is no guarantee of how it prints. There are many different elements, including pictures, words, and frames, that you have to consider before printing. Many modern printers have an option that allows you to print a page exactly as it appears on screen.

    1. Step 1

      Browse to the web page that you want to print.

    2. Step 2

      Click "Print Preview" first to view exactly how the page will look on paper. If it doesn't appear how you'd like, close out of the preview.

    3. Step 3

      Examine the web page to see if it uses frames. Frames are several different web pages linked and pieced together to appear on one screen. If you are dealing with frames and only want to print one, use your mouse to click inside of the frame that you want to print.

    4. Step 4

      Click "File," then "Print" on the browser main menu. Choose the printer that you want to use from your drop down list on the "Print" dialog box.

    5. Step 5

      Go to the "Print Frames" section of the dialog box. Your choices here will depend on how you want the frames to show on your hard copy.

    6. Step 6

      Choose "As laid out on the screen" or similar if you want all of the frames to display as they appear on screen (if this option is grayed out, that means that the printer will already print the page as laid out by default). Choose "The Selected Frame" if you have frames and you only want to print the one you selected in step three. If you want to print all of the frames, but each frame has to be on individual pages, choose "Each frame separately."

    7. Step 7

      Click "Properties" next to your printer on the print dialog box. Choose "Fit to page" under "Resizing," "Finishing" or the similar option for your printer. This will adjust the sizes of the images and text so that they will fit comfortably within one page horizontally (even if there are multiple pages the images and text will print properly on each page).

    8. Step 8

      Click "OK" and then print the web page

  • 相关阅读:
    Linux 删除用户时报错:userdel: user zhoulijiang is currently used by process 1
    mysqldump: Error: Binlogging on server not active
    Java并发编程:阻塞队列
    Java并发编程:线程池的使用
    Java并发编程:CountDownLatch、CyclicBarrier和Semaphore
    Java并发编程:线程间协作的两种方式:wait、notify、notifyAll和Condition
    Java常用排序算法/程序员必须掌握的8大排序算法
    KMP算法
    Java NIO:浅析I/O模型
    Java NIO:NIO概述
  • 原文地址:https://www.cnblogs.com/jjkv3/p/1750840.html
Copyright © 2011-2022 走看看