- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ascii to pdf on hp-ux 11.00
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
02-05-2003 06:41 AM
02-05-2003 06:41 AM
ascii to pdf on hp-ux 11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 06:47 AM
02-05-2003 06:47 AM
Re: ascii to pdf on hp-ux 11.00
gunzip
#tar xvf
Run
HPUX.Install
to install it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 06:48 AM
02-05-2003 06:48 AM
Re: ascii to pdf on hp-ux 11.00
Download it from the following link along with the dependencies ( all or in depot format .. you can use swinstall to install them)
http://hpux.connect.org.uk/hppd/hpux/PostScript/pstotext-1.7/
Regards,
Karthik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 07:39 AM
02-05-2003 07:39 AM
Re: ascii to pdf on hp-ux 11.00
./HPUX.Install: HP-UX: not found.
./HPUX.Install[3]: HP: not found.
./HPUX.Install[4]: ===================: not found.
./HPUX.Install[5]: Configuration: not found.
./HPUX.Install[6]: ----------------------------: not found.
./HPUX.Install[7]: Created: not found.
./HPUX.Install[12]: Building:: not found.
./HPUX.Install[13]: =========: not found.
./HPUX.Install[16]: Run: not found.
./HPUX.Install[18]: You: not found.
./HPUX.Install[19]: Syntax error at line 19 : `(' is not expected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 07:47 AM
02-05-2003 07:47 AM
Re: ascii to pdf on hp-ux 11.00
you will also find a tool called a2ps which converts any ASCII File to a PS file. Use this and pipe it through ghostscript or Acrobat distiller.
This is a two step solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 07:51 AM
02-05-2003 07:51 AM
Re: ascii to pdf on hp-ux 11.00
http://hpux.connect.org.uk/hppd/hpux/PostScript/pstotext-1.7/
down load the pstotext from the above site and store it in a directory (say /tmp)
#cd /tmp
#gunzip pstotext*.gz
#swinstall -s /tmp/pstotext-1.7-sd-10.20.depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 09:53 AM
02-05-2003 09:53 AM
Re: ascii to pdf on hp-ux 11.00
This product is available in depot mode only for HP-UX 10.20 and have the following dependencies:
ghostscript
gs_f_other-5.10
gs_f_std-5.10
libpng
zlib
1.- To HP-UX 11.0 you need download build it from HP-UX Source Code Tar Image (gzipped) from http://hpux.connect.org.uk/hppd/hpux/PostScript/pstotext-1.7/ to your PC.
2.- Move (FTP Binary) to /var/tmp/pstotext dir into your HP-UX box.
3.- Unzip it; gzip -d pstotext-1.7-ss-10.20.tar.gz
4.- Untar it; tar xvf pstotext-1.7-ss-10.20.tar
5.- Build it by makefile following the steps indicated in Readme.hppd and HPUX.install files. Be sure that dependencies were installed previously!
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2003 06:07 AM
02-06-2003 06:07 AM
Re: ascii to pdf on hp-ux 11.00
This handles certain issues in that arena. You'll need adobe on the server as well to properly handle conversions.
P
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2003 08:02 PM
02-06-2003 08:02 PM
Re: ascii to pdf on hp-ux 11.00
Sorry!
HPUX.Install is the readme file for the installation.
You have to tar the file to a seperate folder and just run
#make install
But check for the dependencies that Jose has specified
There are some dependencies as
http://hpux.cs.utah.edu/hppd/hpux/PostScript/gs_f_std-5.10/
REvert