j***@gmail.com
2005-08-03 18:34:31 UTC
I am using the PrintDocument object in .NET to change the default
printer and print to the following IP printer. The correct printer
drivers are installed. When I try to print, I get the "Invalid
Settings" error message.
PrintDocument printer;
printer.PrinterSettings.PrinterName="http://10.12.58.248/Lexmark Optra
T614"
If I install a printer named "Lexmark Optra T614" and set the default
printer to the following it works fine.
printer.PrinterSettings.PrinterName="Lexmark Optra T614";
I don't want to have to install a massive amount of printer names for
my application but just the drivers and I should be able to push a
print job to any network printer just by specifying the absolute name.
Is the absolute name in the correct format?
thanks for any help with this.
printer and print to the following IP printer. The correct printer
drivers are installed. When I try to print, I get the "Invalid
Settings" error message.
PrintDocument printer;
printer.PrinterSettings.PrinterName="http://10.12.58.248/Lexmark Optra
T614"
If I install a printer named "Lexmark Optra T614" and set the default
printer to the following it works fine.
printer.PrinterSettings.PrinterName="Lexmark Optra T614";
I don't want to have to install a massive amount of printer names for
my application but just the drivers and I should be able to push a
print job to any network printer just by specifying the absolute name.
Is the absolute name in the correct format?
thanks for any help with this.