GNOME Bugzilla – Bug 357655
"Print to SVG file" for GtkPrintOperation
Last modified: 2009-08-03 09:43:44 UTC
It would be very helpful (now that cairo supports SVG output) for GtkPrintOperation to support printing to an SVG file as well as PDF and PS. This would allow any print output to be loaded into Inkscape or similar for postprocessing. (Inkscape doesn't support PDF import yet.) Regular SVG only supports single-page figures, so the output of a multipage printjob would have to be either an archive of SVG files, or an SVGPrint document (multipage SVG).
The cairo svg surface can do multi-page nowadays, so this would make some more sense.
Created attachment 139465 [details] [review] support for printing to SVG files Hi, this patch adds support for printing to SVG files. Generated SVGs are of version 1.2 to be able to print multiple pages. Marek BTW: cool feature :)
Awesome, thanks Marek!!
Looks good to me.
Committed: Add SVG support to GtkPrintBackendFile This add support for printing to SVG 1.2 files (#357655). Marek