Hi there,
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 dit it. Do you use an external librairy? or have you developped the functionnality?
Please, could you help me to achieve my goals?
Thanks,
Mick
PS: my english may be unclear, do not hesitate to say it...
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.
participants (2)
-
Mickael Drean
-
Peter Moulder