common/l*: add Korean translation (#14665)

This commit is contained in:
코드싸이
2024-11-07 09:27:55 +09:00
committed by GitHub
parent feb91d75ea
commit ef281bb658
103 changed files with 2279 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# libreoffice
> 강력하고 무료인 오피스 제품군 LibreOffice의 CLI.
> 더 많은 정보: <https://www.libreoffice.org/>.
- 하나 이상의 파일을 읽기 전용 모드로 열기:
`libreoffice --view {{경로/대상/파일1 경로/대상/파일2 ...}}`
- 하나 이상의 파일 내용 표시:
`libreoffice --cat {{경로/대상/파일1 경로/대상/파일2 ...}}`
- 특정 프린터를 사용하여 파일 인쇄:
`libreoffice --pt {{프린터_이름}} {{경로/대상/파일1 경로/대상/파일2 ...}}`
- 현재 디렉터리의 모든 `.doc` 파일을 PDF로 변환:
`libreoffice --convert-to pdf *.doc`