Operating System - HP-UX
1833704 Members
2642 Online
110062 Solutions
New Discussion

Are print forms available on HPUX

 
SOLVED
Go to solution
Tim O'Connell
Regular Advisor

Are print forms available on HPUX

Hi,

We currently have a Unixware server running our payroll appln with 2 printers serially attached. The way I have printed cheques, payslips or any pre-printed stationary is to associate a print form with the printer & then list the printout to that printer/form. i.e.
lpadmin -p lp99 -M -f payrollcheques
lp -d lp99 -f payrollcheques FILENAME. This provided 2 things - prevented other users from printing to the printer while cheques were loaded & also set page length, lpi etc.
We will shortly be retiring this server & moving the payroll appln to HPUX 11.11. We will be printing to line printers which have a network card. I have set up these printers as remote printers & the print ok. They will only be accessed from HPUX so there will not be an issue of other non-HPUX users printing to an IP address. Is it possible to do something similar with print forms on HPUX & if so, how do I create the forms, associate them with a printer & list to than form

Many Thanks,

Tim
2 REPLIES 2
Rodney Hills
Honored Contributor
Solution

Re: Are print forms available on HPUX

The standard "lp" commands do not support the "forms".

Third party providers such as EasySpooler could do it.

You could also try working with HP print management system HPDPS (do a man pdpr).

HTH

-- Rod Hills
There be dragons...
Tim O'Connell
Regular Advisor

Re: Are print forms available on HPUX

Many Thanks