Operating System - HP-UX
1831637 Members
1691 Online
110027 Solutions
New Discussion

No line feed when printing to Windows print server

 
SOLVED
Go to solution
Andre Thompson_1
Frequent Advisor

No line feed when printing to Windows print server

Hi Everybody

I setup my HP-UX server to successfully print to a Windows print server. However there does not seem to be any line feeds being printed.

Can anyone help? I have setup the printer as a remote printer from the HP-UX side.

The actual print device is a HP LaserJet 4000 printer.

- Andre
5 REPLIES 5
Sanjay_6
Honored Contributor

Re: No line feed when printing to Windows print server

Hi andre,

On the printer control panel, under the configuration setting, set CR=CR+LF

Hope this helps.

Regds
Andre Thompson_1
Frequent Advisor

Re: No line feed when printing to Windows print server

Hi Sanjay

Would this setting affect my other users who normally print from their Windows desktops?

- Andre
Pete Randall
Outstanding Contributor
Solution

Re: No line feed when printing to Windows print server

Andre,

You might instead want to try running your output through the ux2dos command:

ux2dos myfile |lp -d WindowsPrintServer


Pete

Pete
Andre Thompson_1
Frequent Advisor

Re: No line feed when printing to Windows print server

Thanks. A bit extra work but it did the job.
Andre Thompson_1
Frequent Advisor

Re: No line feed when printing to Windows print server

Thanks.