LPIC2PS

Converts Lotus 123 PIC files from the Psion Spreadsheet into PostScript files.

LPIC2PS.OPL

Source for translating and running on the Psion. This comes up with a dialog box
prompting for two filenames when you run it. The first filename is the name of
the PIC file you have just created in Spreadsheet. It will appear in the \SPR\
directory with a file extension of PIC by default, so those are the defaults
expected by LPIC2PS

The second filename is the name of the PostScript file to be produced. This will
appear in the \OPD\ directory by default, although you can of course press TAB
to pull up the full file selector. You will be prompted for confirmation if you
try to overwrite an existing file.

lpic2ps.c

Written in ANSI C. Has compiled successfully under MS Visual C++ 1.52 for MS-DOS
and with GNU GCC under VMS.

MS-DOS Usage:

LPIC2PS PICfilename [PSfilename]

Leaving out PSfilename will result in the output file being called the same as
the input file, but with the file extension .PS instead of .PIC.

Usage for other machines:

lpic2ps PICfilename PSfilename

Paul Williams, 13-Jan-1996

Queries to paul@celigne.co.uk
Web: http://www.celigne.co.uk

