Convert pdf to txt

From LemonWiki共筆
Revision as of 10:34, 6 January 2026 by Planetoid (talk | contribs) (→‎Installation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Convert pdf to text (txt) file

Installation[edit]

On macOS[1]:

  • brew install poppler

On Ubuntu:

  • sudo apt install poppler-utils

On Windows:

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]]

Documentations[edit]

References[edit]