사용자 도구

사이트 도구


pdf

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
pdf [2023/10/14 13:05]
kwon37xi
pdf [2024/04/02 10:05]
kwon37xi [PDF to Image]
줄 14: 줄 14:
  
 ===== PDF to Image ===== ===== PDF to Image =====
 +==== pdftoppm ====
 +
 +<code sh>
 +sudo apt install poppler-utils
 +</code>
 +
 +<code sh>
 +#output-1.jpg, output-2.jpg 등의 형태로 내보내기 -jpeg, -png,...
 +pdftoppm -jpeg input.pdf output
 +</code>
 +
 +==== image magick ====
 +
   * [[image_processing:image_magick|Image Magick]]을 사용하면 쉽게 PDF를 Image 파일로 변경할 수 있다.   * [[image_processing:image_magick|Image Magick]]을 사용하면 쉽게 PDF를 Image 파일로 변경할 수 있다.
 <code> <code>
줄 35: 줄 48:
   * https://code-industry.net/free-pdf-editor/   * https://code-industry.net/free-pdf-editor/
   * PDF 편집기. Ubuntu 기본 패키지.   * PDF 편집기. Ubuntu 기본 패키지.
 +
 +===== page number =====
 +  * [[http://www.dry-lab.org/blog/2018/numbering-pages-of-a-pdf.html|Numbering the pages of a PDF – Blog of Andrés Aravena]]
  
  
pdf.txt · 마지막으로 수정됨: 2024/05/03 10:21 저자 kwon37xi