chatgpt, libreoffice: move to common and add Indonesian translation (#13676)
This commit is contained in:

committed by
GitHub

parent
aa7bf76cec
commit
4a6ad7974b
20
pages.id/common/libreoffice.md
Normal file
20
pages.id/common/libreoffice.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# libreoffice
|
||||
|
||||
> Antarmuka baris perintah untuk LibreOffice, aplikasi perkantoran mahir dan gratis.
|
||||
> Informasi lebih lanjut: <https://www.libreoffice.org/>.
|
||||
|
||||
- Buka suatu atau beberapa berkas dalam mode baca-saja (read-only):
|
||||
|
||||
`libreoffice --view {{jalan/menuju/berkas1 jalan/menuju/berkas2 ...}}`
|
||||
|
||||
- Tampilkan isi suatu atau beberapa berkas:
|
||||
|
||||
`libreoffice --cat {{jalan/menuju/berkas1 jalan/menuju/berkas2 ...}}`
|
||||
|
||||
- Cetak berkas menggunakan mesin pencetak (printer) tertentu:
|
||||
|
||||
`libreoffice --pt {{printer_name}} {{jalan/menuju/berkas1 jalan/menuju/berkas2 ...}}`
|
||||
|
||||
- Konversi semua berkas `.doc` dalam direktori saat ini menuju PDF:
|
||||
|
||||
`libreoffice --convert-to {{pdf}} {{*.doc}}`
|
Reference in New Issue
Block a user