For the moment, I am trying to get PSTricks to work. I am fairly new to Inkscape but I am fairly sure PSTricks is easier to implement considering the conversion issues for bezier curves among other things.
PSTricks is not surprisingly almost identical to PostScript. I think it will be possible to implement much of Inkscape using PSTricks. While I am fairly comfortable in writing PSTricks LaTeX, I am having a hard time writing the code to call the functions. It seems that since PSTricks is so similar to PostScript that using a similar interface would make sense. However, PostScript export uses a print-to-file mechanism that seems quite integrated into Inkscape. I would prefer a more encapsulated method but approaches taken by the PovRay export module seem to fail on more complex features such as arrows. Can anyone direct me on the "proper" way to do this?
-Michael Forbes