giahao9899/filetotext

This package is abandoned and no longer maintained. No replacement package was suggested.

convert file(pdf,docx,...) to text

dev-master 2019-07-17 14:02 UTC

This package is not auto-updated.

Last update: 2025-06-11 14:13:29 UTC


README

File to Text

  • This is a package which can extract file(docx, pdf, xlsx,...)

Install

	composer require giahao9899/filetotext

Usage

	$converter = new Converter($path);
	$text = ($converter->getHandler())->text();