Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
4k views

I've written a DLL that monitors our netowork printer. The printer is connected to the server via USB cable. When I print something directly from the server, it displays information about pages sent/...
arul's user avatar
  • 14.1k
2 votes
3 answers
219 views

I need to add functionality to my J2EE-based wep application: 1) Take some page, probably with form controls, convert it to some printer friendly format. 2) Print this rendered format a) without ...
Ed.'s user avatar
  • 63
4 votes
4 answers
2k views

What is the best way to persist/save printer settings in .Net? There used to be a bug in .Net 1.1 in the serialization of the PrinterSetting object and there were some workarounds but I'm wondering if ...
Renaud Bompuis's user avatar
5 votes
5 answers
20k views

We need to be able to change the default selected print tray of a given printer. Does anyone have VC++/win32 code for doing this? In case it matters, I believe we have to change the default setting ...
Kevin Day's user avatar
  • 16.6k
13 votes
10 answers
18k views

I am working on an ASP.Net web application that must print dynamically created labels on standard Avery-style label sheets (one particular size, so only one overall layout). The labels have a variable ...
CMPalmer's user avatar
  • 8,643
4 votes
9 answers
10k views

I want to resize the font of a SPAN element's style until it the SPAN's text is 7.5 inches wide when printed out on paper, but JavaScript only reports the SPAN's clientWidth property in pixels. <...
Kev's user avatar
  • 16.5k
2 votes
2 answers
5k views

I am working on an application that will sport a web-based point of sale interface. The point of sale PC (I am not sure as of now whether it will run on Linux or Windows) must have a fiscal printer ...
schonarth's user avatar
  • 554
4 votes
1 answer
590 views

I have a sheet with a custom button on it from where I control the printing process. Now the user clicks on the menu bar's print icon and this produces an "undefined" output. How can I intercept ...
Oli's user avatar
  • 1,782
3 votes
3 answers
5k views

The output we get when printing C++ sources from Eclipse is rather ugly. Is there are way/a plugin to pretty print C++ source code like e.g. with a2ps (which is probably using yet another filter for ...
Thorsten79's user avatar
  • 10.1k
4 votes
5 answers
9k views

I'm working on a .NET WinForms app that needs to print a FEDEX shipping label. As part of the FedEx api, I can get raw label data for the printer. I just don't know how to send that data to the ...
Sukhbir S. Dadwal's user avatar
5 votes
8 answers
5k views

I'm working on a billing system for a utility company, and we have the following requirements: Batch-generate and print approximately 1,500 bills per day that we then mail to customers Save the bill ...
Mike Pond's user avatar
  • 181
11 votes
13 answers
11k views

Google Maps used to do this bit where when you hit the "Print" link, what would be sent to the printer wasn't exactly what you had on the screen, but rather a differently-formatted version ...
Tom Kidd's user avatar
  • 12.9k
1 vote
4 answers
410 views

I have seen examples of printing from a windows application but I have not been able to find a good example of any way of doing this.
WACM161's user avatar
  • 1,033
2 votes
4 answers
626 views

I have an linux app that uses cups for printing, but I've noticed that if I print and then quit my app right away my printout never appears. So I assume that my app has to wait for it to actually come ...
KPexEA's user avatar
  • 16.8k
4 votes
2 answers
23k views

What's the easiest way to add a header and footer to a .Net PrintDocument object, either pragmatically or at design-time? Specifically I'm trying to print a 3rd party grid control (Infragistics ...
Andrew's user avatar
  • 13.3k
6 votes
4 answers
8k views

Is it possible to generate PDF Documents in an Adobe AIR application without resorting to a round trip web service for generating the PDF? I've looked at the initial Flex Reports on GoogleCode but it ...
Robert's user avatar
  • 153
8 votes
5 answers
5k views

We generate web pages that should always be printed in landscape mode. Web browser print dialogs default to portrait, so for every print job the user has to manually select landscape. It's minor, but ...
Mark's user avatar
  • 7,151
10 votes
2 answers
10k views

I'm attempting to use Mono to load a bitmap and print it on Linux but I'm getting an exception. Does Mono support printing on Linux? The code/exception are below: EDIT: No longer getting the ...
Luke's user avatar
  • 19k
6 votes
2 answers
977 views

We are using classic asp to call a C# dll and in the C# dll we are using System.Drawing.Printing.PrinterSettings.InstalledPrinters to get a list of availabe printers. If the printers are not shared ...
Ryan's user avatar
  • 4,682
86 votes
6 answers
18k views

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 ...
Chris Marasti-Georg's user avatar

1
461 462 463 464
465