[Libreoffice-bugs] [Bug 104666] Error: no export filter for docx found, aborting.

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Dec 24 21:43:56 UTC 2018


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

Mike Kaganski <mikekaganski at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOTABUG
             Status|NEW                         |RESOLVED

--- Comment #6 from Mike Kaganski <mikekaganski at hotmail.com> ---
This is not a bug. Using --convert-to includes normal opening a document
detecting the appropriate module; and then exporting from that module's data to
a chosen format, *if such export filter exists for that module*.

As you possibly know, using LibreOffice GUI to handle PDFs opens them in Draw.
You need to choose Writer's import filter explicitly to open PDF in Writer. And
only from Writer you can export to a text document format like DOCX.

That is also true for CLI. The command line from comment 0 opens the PDF in
Draw component, and then fails to find a suitable export filter.

You need to define import filter explicitly, like here:

> soffice --infilter="writer_pdf_import" --convert-to docx file.pdf

Closing NOTABUG.

-- 
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/20181224/74fe1335/attachment.html>


More information about the Libreoffice-bugs mailing list