Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 521  / 1 Year ago, thu, february 9, 2023, 9:11:59

I am connecting to my Ubuntu 12.04.4 LTS Server via ssh.



And I want to view my LibreOffice Writer Notes remotely.



I need a way to copy text paragraphs from .odt files to a normal text file.



This way I can read customer reports uploaded via our support web application without the need to download all the .odt files


More From » ssh

 Answers
2

Here is a tip that will fits your needs :



First :



Install abiword.



sudo apt-get install abiword


Second the following command:



abiword --to=txt /pathofyour/file.odt


This command will copy all the text from file.odt, and create automaticallyfile.txt` file in the same directory then paste this text.



If you want to view reports, then just use cat file.txt.


[#26550] Friday, February 10, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
atelti

Total Points: 194
Total Questions: 129
Total Answers: 110

Location: North Korea
Member since Tue, Jun 16, 2020
4 Years ago
;