4

Is it possible to assign an IP to a virtual PDF Printer? Is there any Virtual printer software that automatically can do this?

7
  • What are you actually asking for here? Do you want to share a PDF printer with others on the network? What OS?
    – Paul
    Commented Jan 24, 2012 at 3:42
  • #Paul: I am needing to print off a label for it from other computers. But i need to have an IP address to that printer and not a network address (ex: network=\\blah\blah vs. IP=192.168.44.33) or the script we use to print wont work (or wont find the printer). Windows 7.
    – StealthRT
    Commented Jan 24, 2012 at 3:53
  • The script doesn't support SMB printing? So only lpr perhaps? I don't know how you could do this with Windows, but you can use linux CUPS + cups-pdf.
    – Paul
    Commented Jan 24, 2012 at 4:36
  • @Paul: No it wouldnt work. I has to be an IP address.
    – StealthRT
    Commented Jan 24, 2012 at 5:30
  • Do you know what protocol the script uses?
    – Paul
    Commented Jan 24, 2012 at 6:01

1 Answer 1

-1

I don't don't believe you can assign an IP address to a virtual printer but you may be able to setup a "direct virtual printer" that listens for incoming jobs on a TCP/IP port. A caveat is the output has to already be in a format your PDF printer is looking for or you will have to setup some sort of intermediate conversion process. See this link for more details. See this StackOverflow solution for an example of listening on a port and redirecting the input to a virtual GhostScript printer - credit goes to beginner6789.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .