- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: generate file postscript with spooler
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
12-29-2004 09:47 PM
12-29-2004 09:47 PM
This i want do it because i have install ghostcript and i can convert file .ps in file pdf and this is very useful.
¿Anyone knows how do it?
Thank'
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2004 05:49 AM
12-30-2004 05:49 AM
Solutionlp -oraw -d[destination printer] [filetoprint]
lp -ops -d[destination printer] [filetoprint]
The first one uses "raw" output - tells HPUX to ignore all formatting stuff and just let the printer handle it - no trying to help. The printer at this point should see that it's postscript and take over from there.
The second tells the printer that it's sending a postscript job.
Also, try not printing a burst page.
"lp -onb"
What works for me everytime is "lp -onb -oraw " switches. But, there are downsides to that - can't tell it how many copies, can't tell it which tray, etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2004 06:07 AM
12-30-2004 06:07 AM
Re: generate file postscript with spooler
Maybe, what you are looking for is a ascii to ps converter,
http://hpux.cs.utah.edu/hppd/hpux/PostScript/a2x-1.0/
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2004 12:05 PM
12-30-2004 12:05 PM
Re: generate file postscript with spooler
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2005 07:27 PM
01-02-2005 07:27 PM
Re: generate file postscript with spooler
John I imagine that you said me i for can send file postscript to printer and it run correctly. I need to know to make a file postscript and not to print. I think that the postscript filter that Bill said us, can work fine, but i don't know how do it.