- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Printing envelopes using lp
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 09:23 AM
09-21-2005 09:23 AM
Printing envelopes using lp
FirstName LastName
123 Street Name
City, ST zipcode
I need to print a nice and professional looking envelope from this data. The envelope is the plain COM10 format with no transparent window or anything. The print queue is defined on my hpux server and the printer type is HP LaserJet 8000.
The return address font point size should be considerably smaller than the recipient's address. The envelope will be fed from the manual paper tray. And user does not have to mess with any printer control button. He just needs to insert the envelope to the tray and printer should do the rest.
And this procedure needs to be put in a script that the user can run when he needs to print the envelope.
Is this too much to ask from the lp scheduler ? Should I send them to talk to the windows group ? As cryptic as lp related commands, I am not able to figure out how to do this.
Help is apprecited, with points proportional to the level of help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 09:52 AM
09-21-2005 09:52 AM
Re: Printing envelopes using lp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 10:07 AM
09-21-2005 10:07 AM
Re: Printing envelopes using lp
If I need to send these people to the Windows guys, I need to find a way to transparently pass the from/to addresses along with the letter context on to the dark side. Cooperation from the dark side admins is neraly nil. If the task ends up in their hands, completion is too far away, and if it happens at all. So, I have my compelling reasons to keep the task in house, hpux house that is, if at all possible.
Is there a utility that I can use to generate the PCL output I want from the data I want, so that I can use it as a template and swap in and out the addresses using sed/awk or perl ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 10:51 AM
09-21-2005 10:51 AM
Re: Printing envelopes using lp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 01:41 PM
09-21-2005 01:41 PM
Re: Printing envelopes using lp
As far as using Windows, you won't need all the PCL programming details because you can create a form in Word and import the required data. Making it automatic can be tricky if you don't know VBA or other PC-friendly languages.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 04:13 AM
09-22-2005 04:13 AM
Re: Printing envelopes using lp
Thanks anyway