Re: pdf generator

2009-05-07 Thread Alexander Burger
Hi Tomas, Alex, I need to call 'lseek' function. How could I get hold of the Hmm, I deliberately omitted 'lseek' from the standard system, as I think it is useful only for very special cases. For the PicoLisp I/O system it does not make much sense, as reading and writing is buffered, so that

Re: pdf generator

2009-05-07 Thread Tomas Hlavaty
Hi Alex, I think it is wiser and much easier to write a separate C library for specialized I/O. you convinced me:-) Thanks, Tomas -- UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Re: pdf generator

2009-05-04 Thread Alexander Burger
Hi Tomas, I have attached a prototype pdf generator pdf.l. It can be used to generate pdf files directly without going through @lib/ps.l. It is Great! This is another thing I would have liked to do, but never found the time. The procedure with going through PostScript is a mess