Hello,
I am writing some lisp (Common Lisp) code to export dia files to png files. Right now, I am using the command line switch (-e).
But I am wondering if it is possible via one of Dia's libraries using a foreign function call. If so, which library, and what is the function name, and in what file is it defined.
(Disclamer: I am new to this king of business, so my language may not be fully conformal).