I want to convert PDF file to Doc formater from command line , i tried this
soffice --infilter="writer_pdf_import" --convert-to doc file.pdf
it converts the file , but show some warnings
in terminal.
(soffice:12967): Gdk-WARNING **: gdk_window_set_icon_list: icons too large
(soffice:12967): Gdk-WARNING **: gdk_window_set_icon_list: icons too large
convert /home/haseeb/html/word_to_pdf/t.pdf -> /home/haseeb/html/word_to_pdf/t.doc using filter : MS Word 97
please help me to solve this issue