Hi John,

> Does pico have PDF functions? I was considering implenting something in 
> that area.

There is "lib/ps.l". It is a set of functions that generate PostScript
pages, which are then usually converted to PDF (or directly sent to a
printer).

The primary function for that is 'psOut'. You can find a simple example
in "app/lib.l"; it is called from the "PDF-Print" button in "app/ord.l".

Cheers,
- Alex

Reply via email to