devcontainer, devenv, dfc, dhcpig, dict, diff-pdf, diffoscope, difft, dillo, direnv: add Korean translation (#14116)

This commit is contained in:
HoJeong Im
2024-10-12 01:59:18 +09:00
committed by GitHub
parent b28b45ba76
commit 5459f6493a
10 changed files with 262 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# diff-pdf
> 2개의 PDF를 비교.
> 더 많은 정보: <https://github.com/vslavik/diff-pdf>.
- 반환 코드를 사용하여, 변경 사항을 나타내는 PDF를 비교 (`0` = 차이 없음, `1` = PDF가 다름):
`diff-pdf {{경로/대상/a.pdf}} {{경로/대상/b.pdf}}`
- PDF를 비교하여, 시각적으로 강조된 차이점이 있는 PDF를 출력:
`diff-pdf --output-diff={{경로/대상/diff.pdf}} {{경로/대상/a.pdf}} {{경로/대상/b.pdf}}`
- PDF를 비교하고, 간단한 GUI에서 차이점을 확인:
`diff-pdf --view {{경로/대상/a.pdf}} {{경로/대상/b.pdf}}`