Unix - Impresiones incompletas UNIX

 
Vista:

Impresiones incompletas UNIX

Publicado por Hector Alejandro Cruz Sanchez (4 intervenciones) el 12/08/2008 17:53:27
Tengo un servidor montado con red had y constantemente necesito mandar a una impresora HP un archivo con caracteres de control (para mandar una leyenda en negritas y con un tamaño mas grande) pero en ocaciones la impresion del texto normal en el documento se corta aproximadamente a la mitad y deja de imprir el final de la hoja solo imprime la leyenda alguien me puede dar una idea de que puedo revisar?
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:Impresiones incompletas UNIX

Publicado por SuperIndio (8 intervenciones) el 10/09/2008 20:14:32
fijate si podes usar el comando qprt que te permite un monton de opciones
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar

RE:Impresiones incompletas UNIX

Publicado por Hector Alejandro Cruz (4 intervenciones) el 11/09/2008 16:30:55
El comando qprt dentro de unix? o ese comando es de alguna libreria o dentro de caracteres de control?
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar

RE:Impresiones incompletas UNIX

Publicado por SuperIndio (8 intervenciones) el 11/09/2008 19:19:21
Es un comando de Unix
aqui te muestro parte del manual y un ejemplo
********************************************************
Commands Reference, Volume 4, n - r
qprt Command
Purpose
Starts a print job.
Syntax
qprt [ -a PreviewOption ] [ -A Level ] [ -b BottomMargin ] [ -B Value ] [ -c ] [ -C ] [ -d InputDataType ]
[ -D "User" ] [ -e EmphasizedOpt ] [ -E DblHigh ] [ -f Filter ] [ -F Name ] [ -g Begin ] [ -G Coord ] [ -h
"Header" ] [ -H "HostName" ] [ -i Indent ] [ -I FontPath ] [ -j Init ] [ -J Restore ] [ -k Color ] [ -K
Condense ] [ -l Length ] [ -L LineWrap ] [ -m Message ] [ -M MessageFile ] [ -n ] [ -N NumberCopies ] [ -O
PaperHand ] [ -p Pitch ] [ -P Queue [ :QueueDevice ] ] [ -Q Value] [ -q Quality ] [ -r ] [ -R Priority ] [
-s NameType ] [ -S Speed ] [ -t TopMargin ] [ -T "Title" ] [ -u PaperSrc ] [ -U Directional ] [ -v
LinesPerIn ] [ -V Vertical ] [ -w PageWidth ] [ -W DblWide ] [ -x LineFeed ] [ -X CodePage ] [ -y DblStrike
] [ -Y Duplex ] [ -z Rotate ] [ -Z FormFeed ] [ -# { j | H | v } ] [ -= OutputBin ]{ File | - } ...
Description
The qprt command creates and queues a print job to print the file specified by the File parameter. To print
a file from standard input, specify a - (dash) instead of a file name. If you specify multiple files, then
they all together make up one print job. The qprt command prints the files in the order you specify them.
To print a file, you must have read access to it. Using the -r flag you can remove a file after printing
it. To remove a file, you must have write access to the directory that contains it. If you want the qprt
command to notify you when a print job completes, specify the -n flag.
Ejemplo
qprt -P desa -l59 -slineprinter -b0 -t0 -p17 -v8 -z0 -Bnn Archivo.txt
-P desa = cola de impresion o nombre de la impresora
-l59 = 59 linea por paginas
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar

RE:Impresiones incompletas UNIX

Publicado por Hector Alejandro Cruz (4 intervenciones) el 11/09/2008 20:12:08
OK muchas gracias voy ha ver que puedo hacer por que ya he intentado muchas cosas y no puedo reproducir el error ni mucho menos solucionarlo..
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar