기본 콘텐츠로 건너뛰기

pdftotext: Linux / UNIX Convert a PDF File To Text

설치

# yum install poppler-utils

$ sudo apt-get install poppler-utils

사용법

pdftotext {PDF-file} {text-file}

$ pdftotext hp-manual.pdf hp-manual.txt

$ pdftotext -f 5 -l 10 hp-manual.pdf hp-manual.txt

$ pdftotext -opw 'password' hp-manual.pdf hp-manual.txt

$ pdftotext -upw 'password' hp-manual.pdf hp-manual.txt

$ pdftotext -eol unix hp-manual.pdf hp-manual.txt

댓글