Printing is a process for reproducing text and image, typically with ink on paper using a printer.

learn more… | top users | synonyms (2)

1
vote
1answer
794 views

Printing an iframe and surrounding content when iframe is larger that a printer's paper size

I have an application on one domain that displays content from another application from a different domain. The iframe gets dynamically resized similar to the method described here to prevent the ...
0
votes
2answers
1k views

Are there any thead limitations that make it not print on each page in Firefox?

I have a table that has a <thead>, a <tfoot> and a <tbody>. It is supposed to print the thead and tfoot on each page in theory, but for some reason the thead does not if it contains ...
5
votes
2answers
4k views

save plot into image file in matlab: difference between saveas and print

I wonder when saving plot into image file in matlab, what is the difference between saveas and print? In what cases both can be used and in what cases only one can be used? Thanks and regards!
4
votes
4answers
4k views

How can I pad part of a string with spaces, in Perl?

Which version would you prefer? #!/usr/bin/env perl use warnings; use strict; use 5.010; my $p = 7; # 33 my $prompt = ' : '; my $key = 'very important text'; my $value = 'Hello, World!'; my ...
0
votes
4answers
5k views

C++ print value of a pointer

I have an array of double pointers, but every time I try do print one of the values the address gets printed. How do I print the actual value? cout << arr[i] ? cout << &arr[i] ? they ...
0
votes
1answer
48 views

printing a big database with 20 fields in it

I'm facing some issue while printing database with 20 fields in it. I am using MS Access Database. I want to print my datasheet such that, when End of page is reached (i.e., Left to Right) the ...
2
votes
5answers
4k views

How to print PDF file in a Java application?

How do I print a PDF file from a Java application?
0
votes
2answers
565 views

PDFView printWithInfo:autoRotate: fails

I'm trying to print a PDFDocument that I am constructing from a series of images. In case it matters, I'm doing all of this from within a Mozilla plugin. I create the PDFDocument, and put it into a ...
1
vote
2answers
2k views

Network printers and the PrintServer.GetPrintQueues method

I have a feeling that the PrintServer.GetPrintQueues method does not return the network printers. If this one is true, what other choices do i have?
3
votes
2answers
2k views

WebBrowser.Print() wait until complete. .NET

I am using a WebBrowser control in VB.NET and calling the Print() method. I am printing out using a PDF printer and when Print() is called it is not immediately kicked off (it waits until it has ...
-1
votes
1answer
107 views

Talking to printer from Python CGI

I have a Python CGI. I want to print the data in the page. There will be a print button and when the user clicks teh button, I need to do some processing and send the data to the printer. I similarly ...
1
vote
4answers
256 views

Printing from web pages (reports especially) with greater precision

I am re-engineering a windows application to be ported to web. One area that has been worrying is 'printing'. The application is data intensive and complex reports need to be generated. The erstwhile ...
0
votes
7answers
469 views

Pointer problem in C for char*

i use pointer for holding name and research lab property. But when i print the existing Vertex ,when i print the vertex, i cant see so -called attributes properly. For example though real ...
0
votes
1answer
1k views

Proper Guide for printing Report in Dot Matrix Printers

Is there anyone that could give some proper guideness in Printing Reports (e.g. XtraReports) in Dot Matrix Printers? Or any information printing in Dot Matrix Printers. Can i just print the report as ...
1
vote
1answer
2k views

How to print data form C#

I've searched Stackoverflow and google and found many ways how I can print stuff in C#. The best way for me would be to populate blank white windows form with some label, textbox and picturebox ...
3
votes
3answers
1k views

How to print a portion of an HTML page?

I have an html page i want to print a portion of this html page, I know a javascript function to print a page, onClick="javascript:window.print(); return false; but how can I print a portion of a ...
50
votes
9answers
10k 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 ...
14
votes
4answers
2k views

Best Practise for Writing a POS System

I'm putting together a basic Point of Sale (POS) system in C# that needs to print to a receipt printer and open a cash drawer. Do I have to use the Microsoft Point of Service SDK? I've been playing ...
4
votes
8answers
14k views

How do you print from a popup window in javascript?

I have a .Net application that dynamically creates a small HTML page and pops it up in a new window using the javascript document.open method. Everything with that functionality is working fine. ...
2
votes
1answer
9k views

“Unable To Load Client Print Control” - SSRS Printing problems again

Please forgive me as my head is spinning. I have tried so many solutions to this issue, that I'm almost not sure where I am at this point. At this point in time I have these issues in my Production, ...
0
votes
1answer
2k views

Print/save full webpage as PDF

I need a method to be able to print/save the current full webpage as a PDF. I know it can be done if I download a PDF printer and print to that; but I need it to be done without the user having to do ...
2
votes
1answer
2k views

( Flex ) How can we get an imagesnapshot of the entire component without scrollbars?

I can take snapshot of a component. But the problem is the component is lil bigger with scroll bars. The saved image has scrollbars (only the visible area is getting saved). What i need is I want the ...
0
votes
1answer
70 views

Line appears on paper each time HTML file is printed

My application builds and prints HTML reports using AxWebBrowser.ExecWb method. Lately each time a report is printed a thin horizontal line is printed across it. It's not supposed to be there, it ...
1
vote
2answers
329 views

Computer graphics: programatically create duotone (or separations)

There are special kind of images called "duotone" which have just two channels. It is mostly used when you want to achive higher quality reproduction - have a printing press with two colors (black , ...
2
votes
2answers
500 views

Creating tifs directly from VB.Net

The current applications uses .net printdocument to create print jobs which it sends to a standard printer. We use the blackice tif print driver to capture the output and manage it from there. The ...
2
votes
2answers
2k views

Scala println in a for loop

The following Scala code does just what I expect it to - it prints each line of some_file.txt. import scala.io.Source val lines = Source.fromPath("some_file.txt").mkString for (line <- lines) ...
3
votes
2answers
1k views

Printing an invisible NSView

Initially I created a simple program with a custom NSView. I drew a picture (certificate) and printed it! beautiful! Everything worked great! I them moved my custom NSView to an existing ...
6
votes
4answers
9k views

How to show printer properties/preferences dialog and save changes?

EDIT: My fault! I expected the changes to be written back to the default printer settings when in fact only the local instance of the PrinterSettings are changed. - The below code seems to work as ...
8
votes
1answer
1k views

Does PrinterSettings.GetHdevmode() have a bug?

I would like to be able to change the printer properties without bringing up the printer properties window... Using the DocumentProperties (imported from winspool.drv) function has so far failed, ...
4
votes
4answers
5k views

print css: fit in one page

In my page there's only one image. Kind of 1500x3000 px. In the printer, I need that this image's maximum width to be the width of the page, so I did: width 100% in the css, and it works. But the ...
9
votes
5answers
1k views

How can I print text immediately without waiting for a newline in Perl?

I have a computationally expensive task in perl, and would like to inform the user that computation is ongoing by printing out a period after each portion of the computation is completed. ...
3
votes
1answer
189 views

Setting printer password programmatically from C#

Is it possible to set printer password programmatically from C#? Or is it at least possible to detect if a network printer is password protected, or in some other way prevent a password dialog from ...
0
votes
1answer
2k views

What is the code for adding the Print icon and functionality to another component in Joomla?

So basically, the print functionality does not work by default in Joomla but I've fixed that with some code modifications. However, this functionality is only available in the articles. I have a blog ...
2
votes
1answer
9k views

How can we print different types of data types in objective-C?

I want to print values of all the types like char, long... so on and also nsdate, nsdictionary, frame ....I want to now to print values of each type variables.
0
votes
3answers
881 views

Continious Printing with c#

I am using a dot matrix printer and have to do a continious printing job. The paper I use is 213mm X 350mm and splitted at the middle of the page. I've tried something and I am able to print the ...
0
votes
1answer
350 views

C++ - Unwanted characters printed in output file

This is the last part of the program I am working on. I want to output a tabular list of songs to cout. And then I want to output a specially formatted list of song information into fout (which will ...
1
vote
3answers
972 views

Basic polynomial reading using linked lists

Ok, after failing to read a polynomial, I'm trying first a basic approach to this. So i have class polinom with function read and print: #ifndef _polinom_h #define _polinom_h #include ...
4
votes
2answers
217 views

php classes exception handling question

There's an open book quiz for a job application I'm doing, and it's obviously highlighted a shortcoming in my php knowledge. Note, I'm not asking for the answer directly, I'm asking to be shown what ...
1
vote
1answer
2k views

FusionCharts rendered in Javascript not printing

I'm using fusioncharts free and creating some 3d pie charts like so... <div style="margin:0 auto;" id="chart1Adiv">FusionCharts</div> <script language="JavaScript"> var chart1A = ...
1
vote
5answers
669 views

$a ? $b : echo $c not work but $a ? $b : print $c works in PHP

//In PHP, $a ? $b : echo $c //does not work but $a ? $b : print $c //works Is there a reason for this? BTW,is not a keyword in PHP?
0
votes
1answer
2k views

Javascript and PHP to generate “live” print preview

I want to be able to enter data and use Javascript onChange/onBlur/etc to render a "live" print preview; with page breaks. The ultimate goal is to have a PDF file that can be saved/emailed/etc that ...
0
votes
1answer
341 views

Manipulate embeded IE printing settings in C#?

How can I adjust the printing settings of an embeded IE browser in C#? For example I would like to hide the header and footer with page numbers and title or URL (any data that isn't part of the ...
0
votes
3answers
806 views

How to make a product catalog in C#?

I need to develop a product catalog (about 4000 products) application, which would be given to clients on CD or DVD. The catalog exists in webpage format using PHP and MySQL. IMPORTANT: the ...
0
votes
1answer
69 views

What do you call using print statements to debug code?

I'm just curious, but is there a name for the process using print statements to debug your code? An example in pseudocode x=3.2e39 print x y = function1(x) print y z = function2(y) print z w = ...
0
votes
1answer
588 views

Print.css issue in Webkit

The page in question is featured here: http://www.allwebcafe.com/news/news-article.php?id=78 For some reason, when a user attempts to print any article of this type from a Webkit-based browser (I've ...
0
votes
2answers
2k views

print web on dot matrix receipt printer

I need to print a receipt from my web based apps using dot matrix printer epson tm-u220d (pos printer). I need to know, should I generate the receipt in html or in plain text ? I ever saw some ...
2
votes
1answer
357 views

Specifying output bin/tray when printing through javax.print

Is there a way to choose which output bin/tray is used when printing in Java? There is a an attribute MediaTray which allows you to pick the input tray, but I am unable to find one that allows you to ...
14
votes
5answers
11k views

Python, print delimited list

Consider this Python code for printing a list of comma separated values for element in list: print element + ",", What is the preferred method for printing such that a comma does not appear if ...
4
votes
2answers
3k views

dojo/dijit and Printing

I want to be able to provide a button to my users to just print a particular portion of my dojo/dijit application. There seems to be a general lack of documentation and examples when it comes to ...
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 ...

1 121 122 123 124 125 142