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

Mike Kaganski <mikekagan...@hotmail.com> changed:

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

--- Comment #6 from Mike Kaganski <mikekagan...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to