printing

how does the web pages for configuring routers/printers work

just curious to know what is the web server on which these sites work ...

can javafx print to dot matrix printer ?

Hi, I have clients who still using dot matrix for making copies of printed documents (like invoice, reports, etc). I did a development using grails (web application) for internal company only (so it doesnt matter to install / update all java re in all computers) I am still learning (just started) Javafx. can i use this javafx to print ...

[winapi] Retrieving icons of current user printers

I'm trying to emulate MS Office print dialog's printer selection combobox. The drop-down list contains printer names with large printer icons to the left. On Vista fax printer has a nice fax icon, shared printers are marked, default printer too. Best would be to be able to view some more printer info too, like explorer does viewing Contr...

detecting presence of bluetooth printer

I'm working on a mobile application (C#/WPF on a tablet PC) that prints to a bluetooth connected printer. Right now I just fire off a print job, and if the printer is not present the printer subsystem reports an error to the user. I'm not doing anything programatically with Bluetooth, just using PrintDialog(). I'd like to modify this ...

Modal dialog prevents return of focus after printing

I have a program which prints a series of pages, stopping after each page to ask the user to verify they want it printed and insert the paper to printed to. The problem is, in some situations, it goes and prints the item, which pops up a print progress window, and then when that window goes away it tries to return focus to the form. Bu...

Getting the DEVMODE structure on the ENDPAGE event

This is for the user interface DLL of a printer driver. In DrvDocumentEvent you can can handle certain events associated with printing a document. I'm drawing to the device in the ENDPAGE event. How this will be drawn (let's say this is a watermark) depends on the DEVMODE settings the app used to print the device. (Note that is this di...

CPRintDialog does not allow print range selection

Im trying to add printing fucntionality to my app. I display the CPrintDialog to get the printer options. How do I get the printing range option enabled ? Currently this option is disabled when i doModal() the dialog. ...

Increasing Print Quality for images

Hi. I'm writing a program that needs to print off high resolution .tiff images. The problem I'm having is that I can't print the .tiff's in good quality. Due to the large size of the .tiff (8700x7200 for instance) It will not fit on any standard sized sheet. I tried increasing the DPI but that didn't seem to have any effect. The only wa...

Which Java based PDF rendering library should I use for printing?

I know about PDFRenderer ICEpdf JPedal Ghostscript to convert PDF->PS, then print with javax.print.* My primary concern is printing a PDF file to a printer. The other features like displaying, PDF modifications, ... are nice-to-have. All libraries promise similar features, but I'm afraid that when I choose one I might encounter prob...

How to read EMF - Enhanced metafiles?

Does anybody know of a library or a piece of code that can read EMF (Enhanced Metafiles). Ideally it would convert an EMF to a list of drawing commands and objects? ...

PageSetup problems

In what is hopefully the last problem in the "Print An Individual Range" series of questions, I hereby humbly ask the more knowledgable readers how to copy the PageSetup object from one page to another. Since you can simply Dest.PageSetup = Source.PageSetup I have had to create function that does the same. An abridge form is below: Pub...

Formatting php $_POST for document printing

Im trying to make a html form processed in php that outputs to pdf and is print ready. This is what I have: A page requesting the categories to include A page which presents text areas for that categories A page which displays the final result with an option to print and or make a pdf. I can make all the information pass along the p...

JavaScript print preview

How can I see print preview of my invoice generated from website. If I print with the script <a href="javascript:windows.print()">print this page</a> in the print "print this page also printed . How can I hide it? ...

Printing with HP laserJet 10xx in .Net

I am having a problem with with printing from .Net 2.0 on HP LaserJet 10xx printers. Occasionally (sometimes once a month, sometimes once a day) printer gets 'blocked' in such a manner that it can not print anything from .net 2.0. When printDocument.print method is invoked, it throws InvalidPrinterException, even if printer has just be...

certificat x509ChainElement ChainElementStatus

Hello everybody, I would know if an error take place in collection "ChainElementStatus" when a x509 certificat's thumbsprint is not available???? ...

Controlling print size in IE7

It seems that IE7 defaults to "Shink to Fit" on the printing of HTML pages. Is there a way to control the browser settings/print preview settings using ActiveX thru Javascript? ...

Creating an application print queue

We've received a rather tricky business requirement. Users should be able to store print jobs in the application, until the user explicitly decides to send the jobs to the actual printer. The easy solution (the way I see it) is to have a small windows application installed on the clients computers which stores the jobs in a queue local...

Printing the contents of a URL - javascript

I have a php page which has a chart, a date picker(calendar) and a few buttons. I want to add another button "Print Chart" which ONLY prints the chart & not the entire page ,in a local printer. I am trying to do this by a having another script(which only outputs a chart) and using the javascript function 'window.print' html <input t...

Windows mobile device with credit card swipe and printer?

We're looking to produce a custopm application for a client written in .Net. The application will have a basic inventory and the user will sell an item, swipe the customer's credit card and take the payment. Is there a device that runs Windows Mobile and has a Credit Card swipe facility and a Printer in one? If not any recommendations...

How can I send raw data to a printer in Mozilla Firefox? (Raw Print)

Hi! I have a PHP+MySQL web application to sell ticket in my officess. I have dotmatrix printer (Panasonic KX-P1050) to print Tickets and bills. My Ticket size is: 15cm X 25cm. I want to send some text directly to Dot Matrix printer like Panasonic KXP-1050 without using true type fonts and windows' print dialog. As I know, this means:...