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

  • 相关阅读:
    将base64格式的字符串生成文件
    断点继传
    判断文件后缀
    递归遍历指定目录,获取该目录下最大的文件信息
    web项目部署后动态编译无法找到依赖的jar包
    Java程序动态编译Java源文件
    JS中substr与substring的区别
    java.lang.NoClassDefFoundError: com/sun/tools/javac/processing/JavacProcessingEnvironment
    python 基础学习笔记(4)--字典 和 集合
    python 基础学习笔记(3)--列表与元组
  • 原文地址:https://www.cnblogs.com/jjkv3/p/1750840.html
Copyright © 2011-2022 走看看