Convert PDF to Text: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 14: | Line 14: | ||
* [http://www.zamzar.com/ Zamzar - Free online file conversion] online service: PDF to TXT conversion ([http://www.box.net/shared/pyve05ss4c Chinese text becomes garbled], test date: 2008-12-07.) | * [http://www.zamzar.com/ Zamzar - Free online file conversion] online service: PDF to TXT conversion ([http://www.box.net/shared/pyve05ss4c Chinese text becomes garbled], test date: 2008-12-07.) | ||
* | * [https://pdfcandy.com/tw/pdf-ocr.html PDF to Text - Free Online OCR Conversion Tool] Free version limitations: one file conversion per hour, file size is also limited {{access | date=2022-10-07}} | ||
* [https://github.com/py-pdf/pdfly py-pdf/pdfly: CLI tool to extract (meta)data from PDF and manipulate PDF files] "A {{Acronym| acronym=CLI| def=Command-line interface}} application that uses [https://github.com/py-pdf/pdfly pypdf] to interact with PDFs." | * [https://github.com/py-pdf/pdfly py-pdf/pdfly: CLI tool to extract (meta)data from PDF and manipulate PDF files] "A {{Acronym| acronym=CLI| def=Command-line interface}} application that uses [https://github.com/py-pdf/pdfly pypdf] to interact with PDFs." | ||
** Usage: {{kbd | key=<nowiki>pdfly extract-text PDF-file > text-file</nowiki>}} | ** Usage: {{kbd | key=<nowiki>pdfly extract-text PDF-file > text-file</nowiki>}} | ||
** Requirement: [https://www.python.org/downloads/ Python] | ** Requirement: [https://www.python.org/downloads/ Python] | ||
== Related pages == | |||
* [[OCR]] (Optical character recognition) | |||
== References == | == References == | ||
Revision as of 23:32, 1 November 2024
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]]
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)