Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I dont know if this is the write topic to be posting under but I need to write a c# app that does basically what the LPR command does. We run large laser printers and can LPR postscript data direct to the print queues and I have an application that needs to send it direct (as its security based and needs no intervention).

 

Does anyone have any ideas?

 

PB

  • 2 months later...
Posted
I know this is kind of a while after you posted, but, I don't know if what you are trying to do would work exactly like that, unless your printers are connected to your network via ethernet. You might want to write a 'sever' app that listens via TCPIP and then takes that data and spits it out through LPR. Just a sugestion.

~Nate�

___________________________________________

Please use the [vb]/[cs] tags on posted code.

Please post solutions you find somewhere else.

Follow me on Twitter here.

Posted
I guess I would need to understand your settup better to understand exactly what you are trying to do. Are the laser printers attached to a PC and shared on your network? If so I was invisioning a program you wrote running on that PC that listens for incomming TCP connections and when it gets one it relays the message through the LPR command.

~Nate�

___________________________________________

Please use the [vb]/[cs] tags on posted code.

Please post solutions you find somewhere else.

Follow me on Twitter here.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...