Printing is a process for reproducing text and image, typically with ink on paper using a printer.
249
votes
7answers
283k 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]
...
230
votes
9answers
108k 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.
58
votes
8answers
50k 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 ...
41
votes
6answers
24k 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?
22
votes
9answers
43k 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?
77
votes
18answers
132k 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 ...
111
votes
8answers
60k 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 ...
66
votes
4answers
32k 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 ...
33
votes
12answers
79k views
18
votes
5answers
38k 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 ...
37
votes
8answers
34k 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 ...
29
votes
8answers
62k 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();
...
30
votes
7answers
39k 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?
10
votes
2answers
1k views
Why use XSL-FO instead of CSS2, for transform HTML into good PDF?
There are a lot of old texts, like this 2002 book, stating that we must use "CSS for Web" and "XSL-FO for print".
I think in nowadays (2012) we can, finally, to use CSS with render engines that ...
7
votes
5answers
10k views
Print Pdf in C#
I'm new to c#. I was looking all over the net for tutorials on how to print pdf, but couldn't find one.
Then I thought, is it possible to read it using itextpdf, like mentioned here
Reading PDF ...
43
votes
3answers
40k 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 ...
5
votes
2answers
8k views
How can I produce a “print preview” of a FlowDocument in a WPF application?
Various WPF applications of mine display FlowDocument's. I'm able to print them, using the approach described in the answer to Printing a WPF FlowDocument.
Now I'd like to add a "print preview" ...
6
votes
3answers
2k views
Printing a large Swing component
I have a Swing form with a custom table inside a JScrollPane (it's just a JPanel, not a JTable subclass), and I am trying to get it to print. If I just send the whole frame to the printer, the scroll ...
46
votes
9answers
15k 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 ...
72
votes
5answers
53k 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:
...
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 ...
64
votes
4answers
54k 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 ...
9
votes
7answers
5k views
C++ format macro / inline ostringstream
I'm trying to write a macro that would allow me to do something like: FORMAT(a << "b" << c << d), and the result would be a string -- the same as creating an ostringstream, inserting ...
18
votes
6answers
21k 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 ...
11
votes
5answers
17k views
Print html document from Windows Service without print dialog
I am using a windows service and i want to print a .html page when the service will start. I am using this code and it's printing well. But a print dialog box come, how do i print without the print ...
4
votes
4answers
6k views
Printing to a specific printer from a web app
If I have a printer hooked directly to a pc (a kiosk with a printer), how would I go about creating the ability for a web page (.net web app) to print a jpg to the kiosks printer with no user ...
16
votes
6answers
5k views
Good rules for setting up print css?
I'm looking for any suggestion/rules/guides on making a decent print css for when a webpage is printed. Do you have any to offer?
73
votes
8answers
52k 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 ...
4
votes
7answers
29k views
Print directly from browser without print popup window [duplicate]
As it said in the subject I've to create a feature for a web-based application that will allow users to send print directly without prompting any dialog boxe just make the print i.e click and print, ...
21
votes
4answers
9k 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,", ...
7
votes
5answers
6k views
Javascript Event Handler for Print
I am trying to alter style at print-time:
Is there an event in javascript that you can listen for for when file>>print is called? What is it? Also - is there a handler for when printing is ...
4
votes
2answers
25k views
Print text File to specific printer in java
My need is terribly simple and yet I can' figure out a simple way to do it.
I have a text file, and I need to print it to a specific network printer. I know the name of the printer.
Until now I have ...
11
votes
8answers
10k views
overload print python
Am i able to overload the print function? and call the normal function? What i want to do is after a specific line i want print to call my print which will call the normal print and write a copy to ...
7
votes
5answers
8k views
How to get a background image to print using css?
I am using the ASP Net Sprites package to create CSS Sprites on my website.
It is working, but the images it generates do not appear when printed.
The code generated at HTML level is:
<a ...
6
votes
1answer
4k views
Printing a MATLAB plot in exact dimensions on paper
I have a plot that needs to be printed out in exact dimensions on paper, since it is in scale and from it on paper some things will be measured. What would be the easiest (is it possible at all) way ...
2
votes
1answer
330 views
Append text for printing before and after a JTable
I am trying to print a JTable and the print() method works great till I come to this scenario. Lets say I want to print before, in the first page only (not header) the text "Report" and on the end the ...
28
votes
11answers
39k 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 ...
26
votes
4answers
19k 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;
...
52
votes
10answers
80k 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 ...
21
votes
10answers
18k 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 ...
16
votes
8answers
71k views
ReportViewer Client Print Control “Unable to load client print control”?
Has anyone come across this issue?
Seems MS have broken it with their own update:
A number of people have reported
problems using the ActiveX print
control in the report viewer after
...
11
votes
7answers
16k views
How to create a virtual printer in Windows?
I want to create a virtual printer driver for Windows. Where should I start? The WDK has some printing drivers examples, but nothing I can use. MSDN doesn't seem to be very helpful.
There are a lot ...
12
votes
8answers
12k views
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 installer that installs both the printer and the .NET application. It would we really nice to ...
9
votes
10answers
24k views
Printing a .NET DataGridView
I am fairly new to .NET and C#, but I have a DataGridView that I would like to print. What would be the best way to go about doing so?
26
votes
4answers
47k 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 ...
15
votes
5answers
4k views
How can I hook into Perl's print?
Here's a scenario. You have a large amount of legacy scripts, all using a common library. Said scripts use the 'print' statement for diagnostic output. No changes are allowed to the scripts - they ...
12
votes
8answers
3k views
Is there a better layout language than HTML for printing?
I'm using Python and Qt 4.4 and I have to print some pages. Initially I thought I'd use HTML with CSS to produce those pages. But HTML has some limitations.
Now the question is: is there anything ...
13
votes
11answers
22k views
Easy pretty printing of floats in python?
I have a list of floats. If I simply print it, it shows up like this:
[9.0, 0.052999999999999999, 0.032575399999999997, 0.010892799999999999, 0.055702500000000002, 0.079330300000000006]
I could use ...
2
votes
4answers
9k views
Print html document from Windows Service in C# without print dialog
I am using a windows service and i want to print a .html page when the service will start. I am using this code and it's printing well. But a print dialog box come, how do i print without the print ...
5
votes
2answers
11k views
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)
I've read gswin32c.exe which can do the job.
I experimented with many commands and ...