Convert PDF to Text: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
* {{Gd}} utility: [https://www.xpdfreader.com/pdftotext-man.html pdftotext] on {{Win}}, {{Mac}}<ref>[https://brewinstall.org/install-pdftotext-mac-osx/ Install pdftotext on Mac OSX - Brew Cask | BrewInstall]</ref> & {{Linux}} ([https://en.wikipedia.org/wiki/Pdftotext pdftotext - Wikipedia | Wikipedia]) {{access | date=2023-06-02}} | * {{Gd}} utility: [https://www.xpdfreader.com/pdftotext-man.html pdftotext] on {{Win}}, {{Mac}}<ref>[https://brewinstall.org/install-pdftotext-mac-osx/ Install pdftotext on Mac OSX - Brew Cask | BrewInstall]</ref> & {{Linux}} ([https://en.wikipedia.org/wiki/Pdftotext pdftotext - Wikipedia | Wikipedia]) {{access | date=2023-06-02}} | ||
** Usage: {{kbd | key=<nowiki>pdftotext [options] [PDF-file [text-file]]</nowiki>}} | ** Usage: {{kbd | key=<nowiki>pdftotext [options] [PDF-file [text-file]]</nowiki>}} | ||
** Note: [[Install pdftotext on windows]] | |||
* {{Gd}} [http://pdftextonline.com/ PDF Text Extraction In Your Browser - PDFTextOnline] online service for extracting text from PDF files. (File size cannot exceed 10M) ([http://www.box.net/shared/pyve05ss4c Chinese test successful], test date: 2008-12-07.) | * {{Gd}} [http://pdftextonline.com/ PDF Text Extraction In Your Browser - PDFTextOnline] online service for extracting text from PDF files. (File size cannot exceed 10M) ([http://www.box.net/shared/pyve05ss4c Chinese test successful], test date: 2008-12-07.) | ||
Revision as of 18:58, 7 October 2025
Converting PDF to Plain Text (TXT)
utility: pdftotext on Win
, macOS
[1] & Linux
(pdftotext - Wikipedia | Wikipedia) [Last visited: 2023-06-02]
- Usage: pdftotext [options] [PDF-file [text-file]]
- Note: Install pdftotext on windows
PDF Text Extraction In Your Browser - PDFTextOnline online service for extracting text from PDF files. (File size cannot exceed 10M) (Chinese test successful, test date: 2008-12-07.)
- Ghostscript on Win
& Linux
[2]
- Convert pdf to Text - Convert pdf to txt - Convert online pdf to Text (Chinese text becomes garbled, test date: 2008-12-07.)
- Zamzar - Free online file conversion online service: PDF to TXT conversion (Chinese text becomes garbled, test date: 2008-12-07.)
- PDF to Text - Free Online OCR Conversion Tool Free version limitations: one file conversion per hour, file size is also limited [Last visited: 2022-10-07]
- py-pdf/pdfly: CLI tool to extract (meta)data from PDF and manipulate PDF files "A CLI application that uses pypdf to interact with PDFs."
- Usage: pdfly extract-text PDF-file > text-file
- Requirement: Python
Related pages
- OCR (Optical character recognition)