5 Apr
2006
5 Apr
'06
5:40 a.m.
On Tue, Apr 04, 2006 at 10:40:36PM +0200, Mickael Drean wrote:
Recently i started to develop with Gtkmm and I need to print and export custom Widget to picture file. As Inkscape is capable of doing it, i 'd like to know how you did it. Do you use an external library? or have you developped the functionnality?
Inkscape has its own code to convert SVG to postscript (e.g. src/extensions/internal/ps.cpp), and then it just pipes that postscript to an lpr command (popen).
pjrm.