- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Where can I find "a2ps" and "ps2pdf"?
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
05-15-2003 10:07 PM
05-15-2003 10:07 PM
I have to convert ascii-files to PDF. I was told that I have to convert it first to post script and then to PDF. The tools needed to do this are "a2ps" (ascii - postscript) and "ps2pdf" (postscript to pdf). Where can I find these two programs?
Many thanks Juerg Denneberg
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 10:22 PM
05-15-2003 10:22 PM
Re: Where can I find "a2ps" and "ps2pdf"?
find / -name a2ps -print
this will do a search whole system for a file called a2ps.You can do the same fo ps2pdf.
I guest you need to install the software to do a conversion.All HP software are in /opt.
regards
mB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 10:23 PM
05-15-2003 10:23 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2003 12:20 AM
05-16-2003 12:20 AM
Re: Where can I find "a2ps" and "ps2pdf"?
http://hpux.cs.utah.edu/hppd/hpux/PostScript/
as TG mentions ghostscript is one of the better ones..
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2003 12:34 PM
05-19-2003 12:34 PM
Re: Where can I find "a2ps" and "ps2pdf"?
I did this with a perl script I found a while back but then I ended up buying a txt2pdf program from pdf.glance.ch (along with a few other handy command line utilities) which now directs me to http://www.pdf-tools.com/en/index.html I ended up getting the command line tools for creating pdf files from my Unix scripts on HP-UX. I found that their program was much faster then the Perl program I had been using and with the large number of files I was converting I would go with the one from glance.ch
I don't know what they charge for their pdf command line tools but a few years ago it was pretty reasonable.
- Justin