Convert PDF to Text: Difference between revisions

From LemonWiki共筆
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.)


* ([[OCR]]) [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://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)

🌐 Switch language: EN, 漢字


Related pages

  • OCR (Optical character recognition)

References