[Libreoffice-bugs] [Bug 117625] FILESAVE Writer freezes when exporting to PDF through unoconv

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Aug 27 22:09:21 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=117625

--- Comment #3 from michi88 <mkrens at gmail.com> ---
Didn't paste the command correctly in my last comment:

soffice --convert-to pdf directive_1640_56.odt
root at linuxkit-025000000001:/src# convert /src/directive_1640_56.odt ->
/src/directive_1640_56.pdf using filter : writer_pdf_Export
Error: Please verify input parameters... (SfxBaseModel::impl_store
<file:///src/directive_1640_56.pdf> failed: 0x11b)


When running the same with unoconv this is the error:

root at c583f9e05fc7:/src# unoconv -vvv -f pdf directive_1640_56.odt
Verbosity set to level 3
Using office base path: /usr/lib/libreoffice
Using office binary path: /usr/lib/libreoffice/program
DEBUG: Connection type:
socket,host=127.0.0.1,port=2002,tcpNoDelay=1;urp;StarOffice.ComponentContext
Input file: directive_1640_56.odt
Selected output format: Portable Document Format [.pdf]
Selected office filter: writer_pdf_Export
Used doctype: document
Output file: file:///src/directive_1640_56.pdf
Traceback (most recent call last):
  File "/usr/bin/unoconv", line 1030, in convert
    document.storeToURL(outputurl, tuple(outputprops) )
uno.IOException: SfxBaseModel::impl_store <file:///src/directive_1640_56.pdf>
failed: 0x11b

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/unoconv", line 1275, in <module>
    main()
  File "/usr/bin/unoconv", line 1191, in main
    convertor.convert(inputfn)
  File "/usr/bin/unoconv", line 1032, in convert
    raise UnoException("Unable to store document to %s (ErrCode
%d)\n\nProperties: %s" % (outputurl, e.ErrCode, outputprops), None)
  File "/usr/lib/python3/dist-packages/uno.py", line 507, in
_uno_struct__getattr__
    return getattr(self.__dict__["value"], name)
AttributeError: ErrCode

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180827/f49291cb/attachment.html>


More information about the Libreoffice-bugs mailing list