Convert pdf to txt
Jump to navigation
Jump to search
Convert pdf to text (txt) file
Installation[edit]
On macOS:
- brew install poppler
On Ubuntu:
- sudo apt install poppler-utils
Verify the installation[edit]
Run one of the following commands in your terminal:
- which pdftotext — displays the executable path
- pdftotext -v — shows the version number
Usage[edit]
pdftotext [options] [PDF-file [text-file]]