Mobile app version of vmapp.org
Login or Join
Ravi4787994

: Scribus is an Open Source software. Use File/Open... to open the EPS file and then File/Export/As SVG... to save the result as an SVG file. Unlike ImageMagick, it will keep the vector format.

@Ravi4787994

Scribus is an Open Source software. Use File/Open... to open the EPS file and then File/Export/As SVG... to save the result as an SVG file. Unlike ImageMagick, it will keep the vector format.

Scribus has scripting capabilities and if I get this page right, the function name for exporting is ImageExport() but there's no example on how to use it.

Update: in Scribus 1.4.6, there's no export functionality for SVG via ImageExport(). I did

svg = scribus.ImageExport()
print(svg.allTypes)


which only gives me the types 'bmp', 'ico', 'jpeg', 'jpg', 'png', 'ppm', 'tif', 'tiff', 'xbm' and 'xpm'.

Scribus 1.5.3 adds 'cur', 'dds', 'icns', 'pbm', 'pgm', 'wbmp and 'webp', but still has no SVG export.

I have opened a feature request.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Ravi4787994

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme