How do I get the Printer status?

Let’s learn how do I get the Printer status. The most accurate or helpful solution is served by Stack Overflow.

There are ten answers to this question.

Best solution

How to get the printer status in WPF?

Here is how I print my flowdocument: PrintDialog pd = new PrintDialog(); LocalPrintServer local = new LocalPrintServer(); PrintQueue pq = local.DefaultPrintQueue;//GetPrintQueue("[Printer Name]"); //e.g. local.GetPrintQueue("Microsoft XPS Document Writer"); pd.PrintQueue = pq; PrintTicket pt = pq.DefaultPrintTicket; pt.PageMediaSize = new PageMediaSize(PageMediaSizeName.ISOA5);// or we can specify the custom size(width, height) here pd.PrintTicket = pt; pt.PageBorderless = PageBorderless...

Answer:

you can check like this using System.Management; class PrinterOffline { private static void Main(string...

Read more

user995387 at Stack Overflow Mark as irrelevant Undo

Other solutions

Answer:

Perhaps it's out of paper, or you have a paper jam, or it's out of ink.

Read more

INQUISITIVE at Yahoo! Answers Mark as irrelevant Undo

"How can I get my HP 7400 All In One printer to change from "offline" status to "ready"?

Right clicking doesn't give me the option. This is wireless printer and I have vista.

Answer:

make sure its on... try finding it again

Read more

BHAHWVBB2K7M3X2NGRJ2ESKRZE at Yahoo! Answers Mark as irrelevant Undo

Answer:

Also go into Start | Control Panel | Printers and Faxes. Right click on your printer (should only be...

Read more

Snow B at Yahoo! Answers Mark as irrelevant Undo

Answer:

For XP Turn printer on Start Settings Printers and faxes Left click the printer icon Click the word...

Read more

Rachel B at Yahoo! Answers Mark as irrelevant Undo

Answer:

I was also facing same issue with my HP printer it shows offline. I tried a lot to fix that however...

Read more

RA3DEPG7PQ7COWDCQDDWRIC3EA at Yahoo! Answers Mark as irrelevant Undo

When I try to print, it goes to "use printer offline." When i uncheck it, I get a error status printing.

I tried rebooting, pulling USB cable in and out. I'm using windows XP(home) on a dual core AMD 4200 computer with 2G memory.

Answer:

The printers probably going offline because it might not be connected properly, although youve stated...

Read more

David at Yahoo! Answers Mark as irrelevant Undo

How can I get my printer to work wirelessly with Mac OS X 10.7.2 Lion?

I've downloaded the correct driver (version 8.61) off epson.com to get my new Epson NX430 printer to work with Mac OS X 10.7.2 Lion on my 2011 Macbook Pro, but the printer still only works when the USB cable is connected. It won't work using WiFi, even...

Answer:

I have an Epson printer (though my MacBook is running Snow Leopard). Have you tried turning your wireless...

Read more

zembla3 at Ask.Metafilter.Com Mark as irrelevant Undo

How do I change the status of my printer?

i want to print a PDF but the status of printer says "pending deletion". How do I get it so the status is "ready" so I can print my document? Please help. ...show more

Answer:

there should be a printer icon in the botton right on your task bar. double click it and it will bring...

Read more

QFHOPJ2Z5NUFTF7PVNP7XOLJLI at Yahoo! Answers Mark as irrelevant Undo

My printer is "offline" how do i get it "online"?

i have an hp deskjet f380 printer and it says it is "offline" and wont print any documents. i need to get the status of the printer to "ready". how do i do that? ...show more

Answer:

Start Settings Printers and faxes Left click the printer icon Click the word printer Remove check from...

Read more

XHLSF3WVFLMZEBUR66KE7HPKME at Yahoo! Answers Mark as irrelevant Undo

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.