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.

Printing to POS printer from PHP

We are looking to print to a POS printer connected where apache is running. Due to design of the application, …

php printing kiosk
Not able to print statements with 'Apostrophe' in it in Python. Invalid syntax error

Eg. when iam trying to write something like below which uses an apostrophe in the sentence, print(''I am jack's …

python printing apostrophe
Python 3 print without parenthesis

The print used to be a statement in Python 2, but now it became a function that requires parenthesis in Python 3. …

python printing
Print a PDF file using PrinterJob in Java

I have an issue when trying to print a PDF file using Java. Here is my code: PdfReader readFtp = new …

java printing java-print
How to make HTML pages print at a consistent size from Chrome?

I'm designing a set of HTML pages to be printed, and I want elements of the pages to end up …

html css google-chrome printing print-css
How do I flush the PRINT buffer in TSQL?

I have a very long-running stored procedure in SQL Server 2005 that I'm trying to debug, and I'm using the 'print' …

sql-server tsql printing
Print raw string from variable? (not getting the answers)

I'm trying to find a way to print a string in raw form from a variable. For instance, if I …

python string printing return
Suggestions for debugging print stylesheets?

I've recently been working on a print stylesheet for a website, and I realized that I was at a loss …

css printing firebug google-chrome-devtools web-inspector
Why is parenthesis in print voluntary in Python 2.7?

In Python 2.7 both the following will do the same print("Hello, World!") # Prints "Hello, World!" print "Hello, World!" # Prints "Hello, …

python printing python-3.x python-2.7
Unicode characters on ZPL printer

I have the task of re-designing a system to print shipping labels, using a networked Zebra GK420T. I have …

printing zpl zpl-ii