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.

How to print PDF on default network printer using GhostScript (gswin32c.exe) shell command

I'd like to print PDF file(s) on windows' network printer via GhostScript. (I dont want to use Adobe Reader) …

c# pdf printing ghostscript
Possible to print more than 100 rows of a data.table?

The data.table has a nice feature that suppresses output to the head and tail of the table. Is it …

r printing data.table options output-formatting
How to create a virtual printer in Windows?

I want to create a virtual printer driver for Windows. How and where can I start properly? The WDK has …

windows winapi printing driver postscript
Showing Print Preview in C#

Right now, I'm trying to build my form on a PrintDocument, but the only way for me to see where …

c# .net winforms printing printdocument
Why do this Ruby object have both to_s and inspect methods that appear to do the same thing?

Why do this Ruby object both a to_s and inspect methods that appear to do the same thing? The …

ruby object printing
Print when textarea has overflow

I have a form with some text areas that allow a scroll bar when the text exceeds the text box. …

html printing textarea
printing QR codes through an ESC/POS thermal printer?

I'm printing some QR codes (from a Ruby script) writing ESC/POS commands to a Epson TM-T20 thermal printer. BTW, …

ruby printing barcode qr-code zebra-printers
Printing Forms using PrintDocument

I'm trying MSDN's example of printing using PrintDocument, but it's not going so well. I've got it all to compile, …

c# .net forms printing printdocument
Set PDF to print with no scaling

I am generating a PDF (using fpdf) and I am wondering if there is a way to set the document's …

pdf printing fpdf
how to print database diagram sql

I would like to print a SQL Server database diagram. I'm using SQL Server Management Studio, I right clicked on …

printing ssms