Convert pdf to txt: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
mNo edit summary
Line 22: Line 22:
* [https://en.wikipedia.org/wiki/Poppler_(software) Poppler (software) - Wikipedia]
* [https://en.wikipedia.org/wiki/Poppler_(software) Poppler (software) - Wikipedia]
* [[PDF conversion]]
* [[PDF conversion]]
== References ==
<references />


[[Category: Tool]]
[[Category: Tool]]

Revision as of 10:28, 6 January 2026

Convert pdf to text (txt) file

Installation

On macOS[1]:

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

Documentations

References