Printing is a process for reproducing text and image, typically with ink on paper using a printer.
237
votes
7answers
272k views
Simplest way to print an array in Java
What's the simplest way of printing an array of primitives or of objects in Java? Here are some example inputs and outputs:
int[] intArray = new int[] {1, 2, 3, 4, 5};
//output: [1, 2, 3, 4, 5]
...
221
votes
9answers
104k views
How to flush output of Python print? [duplicate]
Possible Duplicate:
Python output buffering
I would like to force Python's print function to output to the screen.
178
votes
8answers
70k views
how to print to stderr in python?
I have come across at least three ways to do this:
print >> sys.stderr, 'spam'
sys.stderr.write('spam\n')
from __future__ import print_function
print('spam', file=sys.stderr)
It seems ...
105
votes
8answers
57k views
HTML Print Header & Footer
Is it possible to print HTML pages with custom headers & footers on each printed page?
I'd like to add the word "UNCLASSIFIED" in red, Arial, size 16pt to the top and bottom of every printed ...
75
votes
18answers
128k views
Print <div id=printarea></div> only?
How do I print the indicated div (without manually disabling all other content on the page)?
I want to avoid a new preview dialog, so crating a new window with this content is not useful...
The page ...
71
votes
8answers
50k views
How do I keep Python print from adding spaces?
In python, if I say
print 'h'
I get the letter h and a newline. If I say
print 'h',
I get the letter h and no newline. If I say
print 'h',
print 'm',
I get the letter h, a space, and the ...
71
votes
4answers
50k views
How do I hide an element when printing a web page?
I have a link on my webpage to print the webpage but the link is also visible in the printout.
So please give the javascript or HTML code to hide the link button when I click the print link
Example:
...
64
votes
4answers
30k views
Why doesn't System.out.println work? (in Android)
I want to print something in console so I can debug it. But for some reason, nothing prints in my Android application. How do I debug then?
public class HelloWebview extends Activity {
WebView ...
63
votes
2answers
2k views
Determining if a printer can handle a print job without look-up
I have been battling the PrintServiceLookup; the lookupPrintServices(DocFlavor flavor, AttributeSet attributes) method is excessively slow to detect printers in our application with the initial ...
60
votes
4answers
51k views
Python: How to print a class or objects of class using print()?
I am learning the ropes in Python. When I try to print an object of class Foobar using the print() function, I get an output like this:
<__main__.Foobar instance at 0x7ff2a18c>
Is there a way ...
59
votes
2answers
15k views
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' command to do it. The problem is, I'm only getting the messages back from SQL Server ...
55
votes
10answers
32k views
Print a file skipping X lines in Bash
I have a very long file which I want to print but skipping the first 1e6 lines for example. I look into the cat man page but I did not see nay option to do this. I am looking for a command to do this ...
55
votes
8answers
48k views
Landscape printing from HTML
I have a HTML report, which needs to be printed landscape because of the many columns. It there a way to do this, without the user having to change the document settings?
And what are the options ...
53
votes
6answers
7k views
Why is printing to stdout so slow? Can it be sped up?
I've always been amazed/frustrated with how long it takes to simply output to the terminal with a print statement. After some recent painfully slow logging I decided to look into it and was quite ...
49
votes
9answers
9k views
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 for effective ways to tweak it. It's one thing to have a reload cycle for working on the on-screen ...
48
votes
7answers
64k views
Printing without newline (print 'a',) prints a space, how to remove?
I have this code:
>>> for i in xrange(20):
... print 'a',
...
a a a a a a a a a a a a a a a a a a a a
I want to output 'a', without ' ' like this:
aaaaaaaaaaaaaaaaaaaa
Is it ...
47
votes
10answers
74k views
How to make a HTML Page in A4 paper size page(s)?
Is it possible to make a HTML page behave, for example, like a A4-sized page in MS Word?
Essentially, I want to be able to show the HTML page in the browser, and outline the content in the dimensions ...
46
votes
9answers
14k views
What's the best approach to printing/reporting from WPF? [closed]
I have an upcoming project which will have to be able to print simple reports from its data. It'll be WPF-based, and I'm wondering which way to go.
I know that WPF introduces its own printing ...
41
votes
6answers
22k views
How are echo and print different in PHP? [duplicate]
Possible Duplicate:
Reference: Comparing PHP's print and echo
Is there any major and fundamental difference between these two functions in PHP?
39
votes
3answers
38k views
How to deal with page breaks when printing a large HTML table
I have a project which requires printing a HTML table with many rows.
My problem is the way the table is printed over multiple page. It will sometimes cut a row in half, making it unreadable because ...
36
votes
5answers
35k views
Python - The difference between sys.stdout.write and print
Are there situations in which sys.stdout.write() is preferable to print?
(Examples: better performance; code that makes more sense)
34
votes
5answers
9k views
CSS Printing: Avoiding cut-in-half DIVs between pages?
I'm writing a plug-in for a piece of software that takes a big collection of items and pops them into HTML in a WebView in Cocoa (which uses WebKit as its renderer, so basically you can assume this ...
34
votes
6answers
6k views
How do I print an HTML document from a web service?
I want to print HTML from a C# web service. The Web Browser control is overkill, and does not function well in a service environment, nor does it function well on a system with very tight security ...
33
votes
8answers
32k views
Disabling browser print options (headers, footers, margins) from page?
I have seen this question asked in a couple of different ways on SO and several other websites, but most of them are either too specific or out-of-date. I'm hoping someone can provide a definitive ...
32
votes
2answers
2k views
Use a handheld bluetooth printer with android
I have a bluetooth Handheld printer that I am able to communicate to using a SPP connection from my Mac(using Coolterm).
When I'm trying to do the same from Android (using platform 7) I am running ...
29
votes
8answers
60k views
How do I print an IFrame from javascript in Safari/Chrome
Can someone please help me out with printing the contents of an IFrame via a javascript call in Safari/Chrome.
This works in firefox:
$('#' + id)[0].focus();
$('#' + id)[0].contentWindow.print();
...
29
votes
12answers
75k views
29
votes
7answers
38k views
How to get Printer Info in .NET?
In the standard PrintDialog there are four values associated with a selected printer: Status, Type, Where, and Comment.
If I know a printer's name, how can I get these values in C# 2.0?
28
votes
7answers
10k views
Is there a way to dump a stack trace without throwing an exception in java? [duplicate]
I am thinking of creating a debug tool for my Java application.
I am wondering if it is possible to get a stack trace, just like Exception.printStackTrace() but without actually throwing an ...
28
votes
8answers
14k views
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 way to look at the print media CSS too? Or is there any other tool to see the print media CSS?
26
votes
11answers
36k views
Print in one line dynamically. Python
I would like to make several statements that give standard output without seeing newlines in between statements.
Specifically, suppose I have:
for item in range(1,100):
print item
The result ...
25
votes
20answers
17k views
Printing a PDF from a .NET Service
It's the "printing question guy" again. Looking for a third-party solution to print PDFs, preferable from a service. I have seen some arguments against it, but due to our use case, this really is ...
24
votes
4answers
18k views
How to print binary tree diagram?
How can i print a binary tree in java so that the output is like:
4
/ \
2 5
My Node:
public class Node<A extends Comparable> {
Node<A> left, right;
A data;
...
24
votes
4answers
45k views
How can Print Preview be called from Javascript?
I have a page that is supposed to launch the Print Preview page onload.
I found this:
var OLECMDID = 7;
/* OLECMDID values:
* 6 - print
* 7 - print preview
* 1 - open window
* 4 - Save As
*/
var ...
24
votes
5answers
2k views
Why does this javascript based printing cause Safari to refresh the page?
The page I am working on has a javascript function executed to print parts of the page.
For some reason, printing in Safari, causes the window to somehow update. I say somehow, because it does not ...
23
votes
4answers
10k views
Is there a way to get a web page header/footer printed on every page?
Based on my research, it seems that what I want to do is not possible, but in case something has changed, I wanted to check to see if anyone had come up with a way to do this.
I have a web app that ...
22
votes
9answers
42k views
Can a PDF file's print dialog be opened with Javascript?
I know how to open a webpage in a new window and add javascript so the print dialog pops up. Is there a way to do a similar thing with a PDF file?
21
votes
10answers
28k views
How can I print the contents of a hash in Perl?
I keep printing my hash as # of buckets / # allocated.
How do I print the contents of my hash? Without using a while loop would be most preferable (ex: a one-line would be best)
21
votes
6answers
36k views
Safe Width in Pixel for Printing Web Pages?
What is the safe width in pixel to print a web page?
My page includes large images and I want to make sure they will not be cut of when printed.
I know about different browser margins and US Letter ...
20
votes
2answers
9k views
How to print in iOS 4.2?
I want to integrate the print functionality in my app.
The document I want to print will be in .doc or .txt format.
I am not very experienced in iPhone development yet, so finding it difficult to ...
20
votes
10answers
17k views
“Silent” Printing in a Web Application
I'm working on a web application that needs to prints silently -- that is without user involvement. What's the best way to accomplish this? It doesn't like it can be done with strictly with ...
19
votes
5answers
21k views
How can Perl's print add a newline by default?
In Perl most of my print statements take the form
print "hello." . "\n";
Is there a nice way to avoid keeping all the pesky "\n"s lying around?
I know I could make a new function such as myprint ...
19
votes
4answers
10k views
Why do this Ruby object have two to_s and inspect methods that do the same thing? Or, so it seems
Why do this Ruby object have two to_s and inspect methods that do the same thing? Or, so it seems.
The p calls inspect, and puts/print calls to_s for representing its object.
If I run
class Graph
...
19
votes
1answer
23k views
Print Background colours in Chrome
Hi I trying to print a php generated document in chrome, on the browser it looks fine Link to the page I want to print But my printer will not print any coloured backgrounds , Can anyone offer any ...
18
votes
4answers
30k views
18
votes
6answers
20k views
Google Chrome Printing Page Breaks
I'm trying to get google chrome to do page breaks.
I've been told via a bunch of websites that page-break-after: always; is valid in chrome but I can not seem to get it to work even with a very ...
18
votes
4answers
8k views
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, world!"
However the following will not
print("Hello,", ...
18
votes
6answers
4k views
JavaScript print blocked by Chrome, Workaround?
I know it has been discussed here before, yet I found no practical solution/workaround for this, I'm hoping if someone has any idea how to resolve this problem!
Here's it is:
If you try to call ...
18
votes
5answers
37k views
Print existing PDF (or other files) in C#
From an application I'm building I need to print existing PDFs (created by another app).
How can I do this in C# and provide a mechanism so the user can select a different printer or other ...
18
votes
3answers
3k views
Printing on roll paper
I am using C# with Winforms. I am trying to print bills on a paper roll. The width of the paper is 3in but the length of the paper is dynamic (its a roll paper). The length depends on how many items ...