Most web designers are not very familiar with printing controls, and they are often more obsessed with pixels than printers. In the real world, many people rely on printing web pages from websites for reference: In this digital age, many people still have paper in their hands on some special occasions. There are a few things web developers can do to bridge the gap between printers and LCD screens. Styles designed for printers rather than screens /* Styles will only be applied to printing */ @media print { } Note* You can also specify this style specifically for printing by setting the media="print" attribute of the link in a separate CSS file1. CSS style specially designed to control printing
## Introduction: Most web designers are not very familiar with printing controls, and they tend to be more obsessed with pixels than printers. In the real world, many people rely on printing web pages from websites for reference: In this figure. In this era, many people still have paper in their hands. Web developers can take some measures to bridge the gap between printers and LCD screens. Designing for printers instead of screens
2. CSS style designed specifically for controlling printing_html/css_WEB-ITnose
Introduction: CSS style designed specifically for controlling printing
3. Print Css controls printing effect_html/css_WEB-ITnose
Introduction: Print Css controls printing effect
4. php controls the operation of the printer and prints directly
Introduction: Need to create a batch printing document function, currently only I found a way to print with js. How to control printing directly with php
5. Code to control the header corner when printing_javascript skills
Introduction: Code to control the header corner when printing
6. JqGrid web printing implementation code_jquery
Introduction: Recently, the project uses JqGrid, but the data in the Grid needs to be printed. The Media media type in the CSS attribute is used to control the printing style. 7. JavaScript+CSS control printing format example introduction_javascript skills
8. Use jquery+CSS to control printing Style_jquery
[Related Q&A Recommendations]:
Android connects the printer to the printer through the OTG cable to realize the printing function
javascript - How to control the printed page layout
javascript - Print web page (print directly without popping up the print preview or printer selection window)
The above is the detailed content of 8 recommended articles about controlling printing. For more information, please follow other related articles on the PHP Chinese website!