1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:02:08 +02:00
tldr/pages.ko/common/mutool.md
코드싸이 feb91d75ea
mpv: fix typo, common/m*: add and update Korean translation (#14664)
* common/m*: add and update Korean translation

* mpv: fix typo
2024-11-07 09:27:03 +09:00

1,020 B

mutool

PDF 파일에서 데이터를 변환, 정보 조회 및 추출. 더 많은 정보: https://mupdf.readthedocs.io/en/latest/mupdf-command-line.html.

  • 페이지 범위를 PNG로 변환 (참고: 출력 자리 표시자에서 %nd%d 또는 %2d와 같은 인쇄 수정자로 대체해야 함):

mutool convert -o {{경로/대상/출력%nd.png}} {{경로/대상/입력.pdf}} {{1-10}}

  • PDF의 한 개 이상의 페이지를 stdout에 텍스트로 변환:

mutool draw -F txt {{경로/대상/입력.pdf}} {{2,3,5,...}}

  • 여러 PDF 파일을 병합:

mutool merge -o {{경로/대상/출력.pdf}} {{경로/대상/입력1.pdf 경로/대상/입력2.pdf ...}}

  • PDF에 포함된 모든 콘텐츠에 대한 정보 조회:

mutool info {{경로/대상/입력.pdf}}

  • PDF에 포함된 모든 이미지, 글꼴 및 리소스를 현재 디렉터리에 추출:

mutool extract {{경로/대상/입력.pdf}}

  • PDF의 목차 (책갈피) 표시:

mutool show {{경로/대상/입력.pdf}} outline