common/w*: add Korean translation (#14523)

This commit is contained in:
코드싸이
2024-11-02 13:59:52 +09:00
committed by GitHub
parent 8a477df704
commit 8bcc0ead21
58 changed files with 1268 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# weasyprint
> HTML을 PDF 또는 PNG로 렌더링.
> 더 많은 정보: <https://weasyprint.org/>.
- HTML 파일을 PDF로 렌더링:
`weasyprint {{경로/대상/입력.html}} {{경로/대상/출력.pdf}}`
- 추가 사용자 스타일시트를 포함하여 HTML 파일을 PNG로 렌더링:
`weasyprint {{경로/대상/입력.html}} {{경로/대상/출력.png}} --stylesheet {{경로/대상/스타일시트.css}}`
- 렌더링 시 추가 디버깅 정보 출력:
`weasyprint {{경로/대상/입력.html}} {{경로/대상/출력.pdf}} --verbose`
- PNG로 출력할 때 사용자 지정 해상도 지정:
`weasyprint {{경로/대상/입력.html}} {{경로/대상/출력.png}} --resolution {{300}}`
- 입력 HTML 파일의 상대 URL에 대한 기본 URL 지정:
`weasyprint {{경로/대상/입력.html}} {{경로/대상/출력.png}} --base-url {{url_또는_파일_이름}}`