PDF Functionality

2008-04-07 Thread John Duncan
Hi all, Does pico have PDF functions? I was considering implenting something in that area. John Also, I am still having problems getting the PDF function working properly (i.e., finding useable fonts other than Courier).

Re: PDF Functionality

2008-04-07 Thread Alexander Burger
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