Convert pdf to txt: Difference between revisions
Jump to navigation
Jump to search
m (→Documentations) |
|||
| Line 21: | Line 21: | ||
* [https://poppler.freedesktop.org/ Poppler] | * [https://poppler.freedesktop.org/ Poppler] | ||
* [https://en.wikipedia.org/wiki/Poppler_(software) Poppler (software) - Wikipedia] | * [https://en.wikipedia.org/wiki/Poppler_(software) Poppler (software) - Wikipedia] | ||
* [[PDF conversion]] | |||
[[Category: Tool]] | [[Category: Tool]] | ||
Revision as of 18:14, 17 November 2025
Convert pdf to text (txt) file
Installation
On macOS:
- brew install poppler
On Ubuntu:
- sudo apt install poppler-utils
Verify the installation
Run one of the following commands in your terminal:
- which pdftotext — displays the executable path
- pdftotext -v — shows the version number
Usage
pdftotext [options] [PDF-file [text-file]]