Skip to content

Instantly share code, notes, and snippets.

@danielscarvalho
Last active March 19, 2024 22:11
Show Gist options
  • Save danielscarvalho/1a23758a3e94b68f29696eb846947bde to your computer and use it in GitHub Desktop.
Save danielscarvalho/1a23758a3e94b68f29696eb846947bde to your computer and use it in GitHub Desktop.
PDF to TXT Linux terminal
sudo apt install poppler-utils
pdftotext -layout input.pdf output.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment