我关注以下提到的帖子,使用libreOffice将PDF转换为doc和docx。
https://gist.github.com/eyecatchup/8ceed7aaa6694078d7c8
///////////////////////////
Converting /home/user/PycharmProjects/Test/myfile.pdf into .doc
format..
**/bin/sh: 1: /usr/share/man/man1/lowriter.1.gz: Exec format error**
Converting /home/user/PycharmProjects/Test/myfile.pdf into .docx
format..
|-------------------------------------------------------|
Done. Converted 1 pdf files.
**/bin/sh: 1: /usr/share/man/man1/lowriter.1.gz: Exec format error**
//////////////////////////
执行程序时出现上述错误。
以下是lowriter的价值。
lowriter ='/ usr / share / man / man1 / lowriter.1.gz'
请帮助我...
谢谢.....