Scribus Forums

Scribus => Scripts and Plugins => Topic started by: kincza on February 06, 2015, 02:34:54 PM

Title: Save to svg from script
Post by: kincza on February 06, 2015, 02:34:54 PM
Hello,

It is possible to save Page to SVG format from script? Save to EPS is ok with the scribus.savePageAsEPS function, but I not found similar method for SVG.

Regards,
kincza
Title: Re: Save to svg from script
Post by: kincza on February 09, 2015, 09:19:41 AM
Hello,

Resolved  :D
With the saveDocAs() method I can save svg files.
Title: Re: Save to svg from script
Post by: kincza on February 10, 2015, 11:34:41 AM
Not resolved  :-[

The output format is sla only the extension is .svg

Any idea?
Title: Re: Save to svg from script
Post by: Kunda on March 03, 2015, 01:44:53 AM
I'd say open an issue on bugs.scribus.net
Title: Re: Save to svg from script
Post by: dimplex1 on March 19, 2015, 02:42:32 PM
Anyone know if there's a script to save an entire Scribus file as an SVG document? Recently got Inkscape to create multipage files but would like to be able to export the whole document from Scribus for use with this? Also, it only seems to be able to export one page at a time so my page number is always "1"...?