
On Fri, 2004-04-02 at 08:49, Carl Hetherington wrote:
OK, so I just found the "Print Direct" option. So I think all that remains for EPS export is to add a bounding box to the file :-)
I'll take a look sometime unless anyone else wants to give me any hints ;-)
Well, I don't know much about EPS - but if adding a bounding box at the top is all you'd need I would recommend subclassing out the PrintPS class and overloading the 'begin' and 'init' functions. This will create an EPS printer, and I could help you hack that to make it a EPS output extension pretty easily.
I was thinking about implementing EPSI with the Ghostscript ps2epsi script, but it would be soo much better to have it be internal to Inkscape (rather than depending on Ghostscript).
--Ted