https://bugs.freedesktop.org/show_bug.cgi?id=59083

--- Comment #4 from Robert Samuel <[email protected]> ---
I'm not sure if it is the same bug, but I can't also export draw/presentation
to SVG using the command-line nor using UNO. I thought it was related, since
charts are internally represented as drawing (I think).


How to reproduce (command-line):

1 - Create a new presentation (or draw) and save it as test.odp (or test.odg)

2 - Execute command-line to convert: 
$ ./soffice --convert-to svg ~/test.odp
convert /home/robert/test.odp ->
/home/robert/LibreOffice/libo/solver/unxlngx6.pro/installation/opt/program/test.svg
using impress_svg_Export
Error: Please reverify input parameters...

3 - What was expected (output when converting to PNG):
$ ./soffice --convert-to png ~/test.odp
convert /home/robert/test.odp ->
/home/robert/LibreOffice/libo/solver/unxlngx6.pro/installation/opt/program/test.png
using impress_png_Export


How to reproduce (UNO):

1 - Create a new presentation (or draw) and save it as test.odp (or test.odg)

2 - Copy the latest unoconv with python3 support:
$ wget
https://raw.github.com/xrmx/unoconv/fc59dd90f03cf88f4cf16c07204809f2239284ee/unoconv

3 - Start LO with socket:
$ ./soffice
--accept="socket,host=127.0.0.1,port=2001;urp;StarOffice.ServiceManager"
--norestore --nofirststartwizard --nologo

4 - Use unoconv (with python from LO) to export to SVG:
$ ./python ./unoconv -f svg -p 2001 ~/test.odp
unoconv: UnoException during export phase:
Unable to store document to file:///home/robert/test.svg (ErrCode 3088)
Properties: (...)

5 - What was expected (output when converting to PNG):
$ ./python ./unoconv -f png -p 2001 ~/test.odp


PS1: Opening the odp file and using File->Export (to SVG) works normally. The
SVG file is generated and works properly.
PS2: I can also confirm that the reported bug (export chart to SVG) also
generate an empty file.

System: Ubuntu 12.10. LO Version 4.1.0.0.alpha0+ (Build ID:
93a9e52dccf15b53fc1935145df24306e3a4fc3)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to