Operating System - HP-UX
1832857 Members
3269 Online
110048 Solutions
New Discussion

Re: ascii to pdf on hp-ux 11.00

 
Jeronimo Onnainty
New Member

ascii to pdf on hp-ux 11.00

howto install pstotext-1.7 on hp-ux 11.00?
8 REPLIES 8
T G Manikandan
Honored Contributor

Re: ascii to pdf on hp-ux 11.00

download the source code from here

gunzip
#tar xvf

Run
HPUX.Install
to install it
Karthik S S
Honored Contributor

Re: ascii to pdf on hp-ux 11.00

Hi,

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
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
Jeronimo Onnainty
New Member

Re: ascii to pdf on hp-ux 11.00

when execute ./HPUX.Install


./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.
Paul Sperry
Honored Contributor

Re: ascii to pdf on hp-ux 11.00

at the porting center http://hpux.asknet.de
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
Ravi_8
Honored Contributor

Re: ascii to pdf on hp-ux 11.00

Hi,

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
never give up
Jose Mosquera
Honored Contributor

Re: ascii to pdf on hp-ux 11.00

Hi,

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.
Steven E. Protter
Exalted Contributor

Re: ascii to pdf on hp-ux 11.00

http://hpux.cs.utah.edu/hppd/hpux/PostScript/ghostscript-7.05/

This handles certain issues in that arena. You'll need adobe on the server as well to properly handle conversions.

P
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
T G Manikandan
Honored Contributor

Re: ascii to pdf on hp-ux 11.00

Just downloaded and checked.

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