문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
pdf [2015/09/30 22:59] kwon37xi |
pdf [2025/07/31 10:08] (현재) kwon37xi |
||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| ====== PDF ====== | ====== PDF ====== | ||
| - | * [[http://briss.sourceforge.net/ | + | * [[pdf:briss|briss]] |
| + | * [[pdf: | ||
| + | * [[pdf: | ||
| + | * [[java: | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| * [[http:// | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| + | * https:// | ||
| + | |||
| + | ===== OCR ===== | ||
| + | * [[pdf: | ||
| + | * '' | ||
| ===== PDF to Image ===== | ===== PDF to Image ===== | ||
| + | * [[https:// | ||
| + | ==== pdftoppm ==== | ||
| + | |||
| + | <code sh> | ||
| + | sudo apt install poppler-utils | ||
| + | </ | ||
| + | |||
| + | <code sh> | ||
| + | # | ||
| + | pdftoppm -jpeg input.pdf output | ||
| + | </ | ||
| + | |||
| + | ==== image magick ==== | ||
| + | |||
| * [[image_processing: | * [[image_processing: | ||
| < | < | ||
| 줄 13: | 줄 36: | ||
| convert -density 150 source.pdf -quality 190 output.jpg | convert -density 150 source.pdf -quality 190 output.jpg | ||
| </ | </ | ||
| + | |||
| + | ===== FoxIt Reader ===== | ||
| + | * 상용/ | ||
| + | * https:// | ||
| + | |||
| + | ===== MuPDF ===== | ||
| + | * http:// | ||
| + | sudo add-apt-repository ppa: | ||
| + | sudo apt-get update | ||
| + | sudo apt-get install mupdf | ||
| + | </ | ||
| + | |||
| + | ===== Master PDF Editor ===== | ||
| + | * https:// | ||
| + | * PDF 편집기. Ubuntu 기본 패키지. | ||
| + | |||
| + | ===== page number ===== | ||
| + | * [[http:// | ||
| + | |||
| + | |||
| + | ===== 참조 ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||