Jump to content

Recommended Posts

Posted

So i'd like to change only one local setting of a network printer.

It is about Kyocera printers, which all have the same menus.

What i'm looking for is something like a windows COM Object or the WMIService.

The problem is, that i need to change printer settings programatically use an external program to print and undo the changes.

In fact i just need to switch the Duplex function on and off.

I googled a lot but didn't find anything really working, except some C++ classes(which i didn't test), maybe you got an idea.

Posted

it is probably not a good answer, but why don't you create a new printer on your printserver. In fact it is a copy of your kyocera, but only with the function duplex on.

this way users can easily decide if they want to print in duplex or not from every program.

Posted (edited)

it is probably not a good answer, but why don't you create a new printer on your printserver. In fact it is a copy of your kyocera, but only with the function duplex on.

this way users can easily decide if they want to print in duplex or not from every program.

This wouldn't make things much easier, people still would have to go into the printer menĂºs and select the right printer. I'd like an easier solution. ATM i got a word macro button for Duplex printing and a button from a third party printer software for normal printing.

I'd use java for that, but i need to use the external program for printing.

So i need to change the printer default config. Not only tell the printer how to print a site (which would be easy to do with java).

Edited by aquaandi
  • 2 weeks later...
Posted

bump

Any ideas?

I didn't really get along well with the windows print .dlls.

You can use these to store printer configs in a file and restore those, via command line.

Maybe that's the only solution?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...