Sponsored Content
Full Discussion: Question Regarding Printers
Top Forums UNIX for Dummies Questions & Answers Question Regarding Printers Post 3899 by Jai on Friday 13th of July 2001 09:09:48 AM
Old 07-13-2001
Can You give me some tips . Actually in Windows its easy since its icon comes on the Add n/w printers But in Unix I have no idea how should i call it .
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Printers

I'm in need of finding out on how to mount and dismount printers. Thx, shawnnee (1 Reply)
Discussion started by: shawnnee
1 Replies

2. UNIX for Dummies Questions & Answers

Solaris and NT/Win2k HP Printers Help

I'm currently trying to setup a Solaris machine to use a couple of HP printers. The printers are connected using jetdirect to printservers ( 1 NT and 1 Win2k). I've tried adding access using the admintool but when I try and print the print fails with the error msg : error transferring print job.... (6 Replies)
Discussion started by: ianf
6 Replies

3. UNIX for Dummies Questions & Answers

Disabled printers

How does or what makes a printer go into a disabled state? (5 Replies)
Discussion started by: dsb0
5 Replies

4. Solaris

Printers Question

Is there a limit on how many printers you can have configured in Solaris? The reason I ask is we use RF printers for the software we run and have added 52 of these printers the problem is that I need to add about another 50 and its like we have hit a limit at 52 it wont let us add anymore. If... (2 Replies)
Discussion started by: Acleoma
2 Replies

5. UNIX for Dummies Questions & Answers

Usb printers

Hey guys!! I just had changed my server and the new one does not have a parallel port, only usb, and I donīt know how to make a usb printer work. Iīm using sco openserver 5.0.7 Someone can help me? :confused: (1 Reply)
Discussion started by: proyesa
1 Replies

6. Solaris

printers from Tru64 to Solaris10

hi! i am looking for a way to migrate a Tru64 print configuration (/etc/printcap) to Solaris 10 printers (/etc/printers.conf).... the costumer has about 180 printers configured, so i don't really want to do that by hand ;) to you know a tool or a script, that could do that job for me? ... (1 Reply)
Discussion started by: pressy
1 Replies

7. HP-UX

Printers question...

Hi there... I have a question for those who mess with printers in hpnpl\jetadmin... what's the differance bitween local printer queue and remote printer queue and why for adding a remote queue i need to restart my spooler while for a local queue i dont... thanx for the help! Eliraz. (1 Reply)
Discussion started by: eliraza6
1 Replies

8. Solaris

Help, my printers have disappeared

Hi all I have a really strange situation. This morning I ran lpstat -p and it didn't return any results. I ran lpstat -t and the scheduler is running. How strange, it seems all the printers have disappeared from my server. Can anyone perhaps explain to me how this is possible? (4 Replies)
Discussion started by: soliberus
4 Replies

9. UNIX for Dummies Questions & Answers

Re-Mapping Printers.

Hi we have a situation where some printers are on a server that sometimes has to be rebooted. If this happens the Unix boxes we have that are referencing the printers in the vfstab file fail to work even when the print server is brought back up. Does anyone know if it would be possible to put... (0 Replies)
Discussion started by: Hadleyshope
0 Replies

10. UNIX for Beginners Questions & Answers

AIX 4.3 - Need help - Printers not working

I am running an old IBM P-Series server running AIX 4.3 (I know a dinosaur). The OS has not been updated. We had a hard drive failure last weekend, and I was able to get most of the system back up, however, I have 3 line printers and 3 label printers that I can not get working. I have tried... (2 Replies)
Discussion started by: Patrick.Crocker
2 Replies
ppmtowinicon(1)                                               General Commands Manual                                              ppmtowinicon(1)

NAME
ppmtowinicon - convert 1 or more portable pixmaps into a Windows .ico file SYNOPSIS
ppmtowinicon [-andpgms] [-output output.ico] [ppmfiles...] DESCRIPTION
Reads one or more portable pixmaps as input. Produces a Microsoft Windows .ico file as output. A Windows icon contains 1 or more images, at different resolutions and color depths. Microsoft recommends including at least the following formats in each icon (size and bits-per-pixel): 16 x 16 - 4 bpp 32 x 32 - 4 bpp 48 x 48 - 8 bpp Default I/O is STDIN/STDOUT. OPTIONS
-andpgms If this option is given, every second file is read as an "and mask" to be used by windows for transparency data for the previous image. (These are set to fully opaque by default). The and mask is a PGM image, where any pixel with maxval intensity means opaque and any other pixel means not opaque. Note that as with all Netpbm programs, you may use a PBM file here and it will be used as if it were the equivalent PGM. The and mask is like an alpha mask, except for what it signifies in the "not opaque" areas. In the usual case, the foreground image is black in those areas, and in that case the areas are fully transparent -- the background shows through the icon. But in general, a not opaque pixel signifies that the background and foreground should be merged as follows: The intensities of the color components in the forgeground and background are represented as binary numbers, then corresponding bits of the background and foreground inten- sities are exlusive-or'ed together. So there is a sort of reverse video effect. -output output.ico File to write. By default, the icon is written to stdout. SEE ALSO
winicontoppm(1), ppm(5) AUTHOR
Copyright (C) 2000 by Lee Benfield. 22 May 2000 ppmtowinicon(1)
All times are GMT -4. The time now is 02:59 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy