- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Convert PS file to PDF File
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-15-2002 10:58 AM
тАО04-15-2002 10:58 AM
Convert PS file to PDF File
gs -sDEVICE=pdfwrite -sOutputFile=filename.pdf
Initializing... Unknown device: pdfwrite
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2002 12:11 PM
тАО04-15-2002 12:11 PM
Re: Convert PS file to PDF File
if you do a "gs -help | grep pdfwrite" what do you get back?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2002 12:51 PM
тАО04-15-2002 12:51 PM
Re: Convert PS file to PDF File
hostscript version 2.6.2 (4/19/95)
Copyright (C) 1990-1995 Aladdin Enterprises, Menlo Park, CA.
Usage: gs [switches] [file1.ps file2.ps ...]
Available devices:
x11 pbm pbmraw pgm pgmraw ppm ppmraw bit
Most frequently used switches: (you can use # in place of =)
@
(to get around DOS command line limit)
-d
-f
-g
-I
-q `quiet' mode, suppress most messages
-r
-s
-sDEVICE=
-sOutputFile=
- means stdout, use |command to pipe
`-' alone as a file name means read from stdin non-interactively.
For more complete information, please read the use.doc file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2002 01:10 PM
тАО04-15-2002 01:10 PM
Re: Convert PS file to PDF File
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2002 09:43 PM
тАО04-15-2002 09:43 PM
Re: Convert PS file to PDF File
you are using a pretty old version of ghostscript. Check the Porting Center for new binaries or sources of gs. We are currently using gs-5.10.
I don't know how to create a pdfwrite device. As far as i understand the documentation this is not a UNIX device but a gs device. If you have the sources you might want to check them. It might be that the pdfwrite device of gs wasn't build or configured.
But i think it's better to get the newest binaries. The german mirror of the Porting Center is at http://hpux.asknet.de you will find a link to a mirror near you on the starting page.
Hope this helps
Regards Stefan