Setting Printer margins


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Setting Printer margins
# 8  
Old 02-13-2013
GSView will not read their ps files, except the sample. The man page is pretty short, redundant. Maybe you need to tell it the paper size?

Last edited by DGPickett; 02-13-2013 at 03:25 PM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Setting up printer in AIX 6.1

Hi All, I have been trying to configure an HP laserjet printer on an AIX6.1 server through network as well as remote. This is the first time i am configuring a printer on AIX. I had been using smitty butwhile configuring, i am getting blank/stuck at "software to support the printer attachment... (10 Replies)
Discussion started by: Rockyc3400
10 Replies

2. UNIX Desktop Questions & Answers

Emacs removing margins when in X

I am trying to configure emacs to open with just a black screen in X. I have gotten everything the way I want except I can not figure out how to remove the margins that appear on the left and right of the screen. Does anyone know what I can put in my .emacs in order to achieve this. Thanks (4 Replies)
Discussion started by: demoreal
4 Replies

3. UNIX for Advanced & Expert Users

Printer setting in Solaris

I have Solaris-10 server and want to change default printer setting to Simplex (Instead of duplex, which is set currently). I am not able to see anything in conf file related to this setting. Please help (2 Replies)
Discussion started by: solaris_1977
2 Replies

4. Emergency UNIX and Linux Support

Change printer setting

I have Solaris-10 server and want to change default printer setting to Simplex (Instead of duplex, which is set currently). I am not able to see anything in conf file related to this setting. Please help. (1 Reply)
Discussion started by: solaris_1977
1 Replies

5. HP-UX

Setting printer paper length using unix commands

Hi Guys, I have been trying to resolve a printing problem but nothing works out . I have an Epson LQ 680 (dot matrix printer) . I need to print a file . The paper length should be 34 .Left margin should be 5. I have tried the following things after researching from the man pages. pr -t... (24 Replies)
Discussion started by: Kar1234
24 Replies

6. AIX

Setting up Printer

Hi All, This is katherine and I am kind of new to AIX and has got the following request to set up the printer. Can anybody guide me to fullfill the following request step by step. The request is as follows: "We have been asked to set up the following printer in Oracle: UNIX queue ... (1 Reply)
Discussion started by: katherine2008
1 Replies

7. AIX

Setting up Local printer AIX 5

Hi folks need some help here. We have a RS6000 running AIX. It is almost never used anymore, but we need to print off some data. I have a paralell printer conected to the parrallel port, but have no idea where to go from here. The printer was originall named named LP01. If the users telnetinto the... (2 Replies)
Discussion started by: prator
2 Replies

8. UNIX for Advanced & Expert Users

Solaris 8 setting up a remote printer queue

I have a printer installed over ADSL to a router at a remote location. A Windows printer queue has been setup and working and I can ping the IP address from the Solaris server. I now want to add a printer queue for this printer under Solaris, but I am unsure how to setup a remote printer queue.... (0 Replies)
Discussion started by: miredale
0 Replies

9. UNIX for Dummies Questions & Answers

Setting a HP printer under Solaris 9

Hello. I am trying to make work HP printer Deskjet 692C. I have Solaris 9 x86. I tried to use admintool: I choosed 'HP-printer' and 'Postscript filter' options. When I want to print something, instead of the text, the printer prints many pages of some kind of code or whatever... ... (1 Reply)
Discussion started by: Peter123456789
1 Replies

10. UNIX for Dummies Questions & Answers

setting up a network printer

Hello people, I'm attempting to setup a printer connection to a printer running off the NT printer server, but with little success. I'm using the admintool, go to ADD printers...where it offers 'local' and 'access to printer'. I have chosen the 'access to printer' option as i'm attempting to... (1 Reply)
Discussion started by: colesy
1 Replies
Login or Register to Ask a Question
lqf(4)							     Kernel Interfaces Manual							    lqf(4)

Name
       lqf - general purpose letter quality filter

Syntax
       /usr/lib/lpdfilters/lqf [-c] [-nlogin] [-hhost] [-wwidth] [-lnum] [-iindent]  [accounting file]

Description
       The  filter  is	used  to  filter  text	data  destined for a letter quality printer, specifically the lqp02, but will work with any impact
       printer: LP25, LP26, LP27, LA50, LA75, LA100, LA120, LA210, and LG01. The filter allows escape characters and  control  sequences  to  pass
       through	to the printer.  The filter handles the device dependencies of the printers and performs accounting functions.	Accounting records
       are written to the file specified by the af field in at the time of completion for each job.

       The filter can handle plain ASCII files and files that have been preprocessed by However, it ignores  escape  sequences	requesting  super-
       scripting and subscripting.

       The  filter can be the specified filter in both the of and the if fields in the file.  For further information, see printcap 5 .  When both
       fields are specified, the of filter is used only to print the banner page.  It is then stopped  to  allow  the  if  filter  access  to  the
       printer. The if filter maintains accounting information.

       If the of field is the only one specified, the filter is used to print the banner page.	It is then stopped and restarted.  This allows the
       of filter to be used to maintain accounting information.

       If the if field is the only one specified, the banner page will be sent directly to the printer. This is not  a	problem  for  most  impact
       printers.  For a more detailed discussion on filters see the ``Line Printer Spooler Manual'' in The Supplementary Documents.

Options
       The arguments passed to the filter depend on its use.  The of filter is called with the following arguments:

       lqf -wwidth -llength
	      The  width and length values come from the pw and pl fields in the database. The if (or restarted of) filter is passed the following
	      arguments:

       lqf -c -nlogin -hhost -wwidth -lnum -iindent  accounting file

       The -c flag is optional, and supplied only when control characters are to be printed, that is, when the -l option  of  lpr(1)  is  used	to
       print the file.	The -w and -l arguments are the same as for the of filter. However, they may have different values if the -w or -z options
       of were used to print the file.	The -n and -h arguments specify the login name and host name of the job owner.	These arguments  are  used
       to  record  accounting  information.  The  -i  option  specifies the amount of indentation to be used. The last argument is the name of the
       accounting file specified from the af field in the database.

Diagnostics
       The lf field (default "/dev/null") in the database specifies error logging file name.

Files
       Printer Capabilities Database

       See Also
	      lpr(1), pr(1), printcap(5), lpd(8), MAKEDEV(8), pac(8)
	      Line Printer Spooler Manual

																	    lqf(4)