To install on the 3000:
- Download and install perl from bixby.org -- his site has the install instructions
- Download txt2pdf.tar.gz from sanface
- Download to PC
- Use Reflections to transfer
- transfer as binary, in transfer setup, set WRQ,Advanced Options to send as stream and posix filenames
- transfer to posix space, EX: /tmp
To install txt2pdf on 3000
- I got a program called gzip for the 3000 and used it to unzip the tar.gz file. (There may be another way to do this part but this worked for me) can get from: http://www.3k.com/index_search.html
- I then tarred it
tar -xvfo txt2pdf.tar
that installed the txt2pdf-6.5 directory
- Mod I made to txt2pdf.pl:
Line one, change to
#!/PERL/PUB/perl
so the 3000 version of Perl is found
- command to run:
NOTE: I have it installed in /tmp/txt2pdf-6.5
run perl.pub.perl;info="/tmp/txt2pdf-6.5/txt2pdf.pl -verbose -landscape -configure /tmp/txt2pdf-6.5/txt2pdf.cfg -pdfdir /!HPACCOUNT/PDF/ /POSIX/FILENAME"
Now, there is a program on the 3000 that can be used that will
modify the carriage control directives for converting the form feed
to the proper size for page settings. It's called SF2HTML, can be found
at http://www.beechglen.com/mpe/downloads.html
Installing this there is a commandfile called xsf2html that can be used
to convert the file. The SF2html adds a line at the top for HTML headers
that you'll need to delete before running through txt2pdf so it does not
get included.
At this point in my mininal testing this works.
Bob McGregor
|
|