Top "Printing" questions

Printing is a process for reproducing text and images, typically with ink or toner, on paper using a printer, or on screen.

Print barcodes from web page to Zebra printer

We're trying to print barcodes from a web page to our Zebra printer. I'm wondering if there's a way to …

printing web barcode
Printing in Chrome is loading preview forever

On my website, printing has stopped work with Google Chrome (version 81 on Linux, if that matters). The print preview window …

google-chrome printing css-print
Using print() (the function version) in Python2.x

I understand the difference between a statement and an expression, and I understand that Python3 turned print() into a function. …

python printing python-2.x function-call
Raw printing directly to a USB printer, bypassing Windows spooler

I'm experimenting with a Zebra TTP8200 thermal printer. For my application I need to print plotter type traces continuously until …

windows printing zebra-printers
Choosing paper size (NOT DEFAULT sizes) in excel vba

I have Brother QL-720NW Label Printer, which I want to print some labels on. The printer has a roll …

vba excel printing excel-2013 page-size
Writing a Virtual Printer in .NET

I'm looking to create a virtual printer that passes data to my .NET application. I want to then create an …

.net virtual printing
How to see the print media CSS in Firebug?

Firebug is an excellent tool to to show a screen media CSS for some HTML element, but is there a …

css printing firebug print-css
c# check printer status

in my application (Windows 7, VS2010) i have to decrement a credit counter after successfully printing an image. Anyway, before starting …

c# printing status
How to find the actual printable area? (PrintDocument)

Why is finding out this magic Rectangle so difficult? In the OnPrintPage event I have PrintPageEventArgs and I am trying …

c# printing gdi+ printdocument
How do I print some text in bash and pad it with spaces to a certain width?

I'm echoing some text in a bash script with a variable in it, and want to pad that variable so …

bash variables printing formatting printf