All notable changes to pdf-to-text
will be documented in this file
- Add Default Binary Path Detection for pdftotext in Constructor by @akr4m in #79
- @akr4m made their first contribution in #79
Full Changelog: https://github.com/spatie/pdf-to-text/compare/1.53.0...1.54.0
- ADD setEnv to Pdf by @enricodelazzari in #78
- @enricodelazzari made their first contribution in #78
Full Changelog: https://github.com/spatie/pdf-to-text/compare/1.52.1...1.53.0
- Add support for Symfony 7 by @stof in #76
- @angeljqv made their first contribution in #56
- @alexmanase made their first contribution in #57
- @stof made their first contribution in #76
Full Changelog: https://github.com/spatie/pdf-to-text/compare/1.52.0...1.52.1
- add higher tag so new releases are higher that the wrongly tagged 1.51
- Add detailed Linux distribution about Fedora-based by @peter279k in #52
- add timeout config for Symfony Process call by @jbraband in #54
- @jbraband made their first contribution in #54
Full Changelog: https://github.com/spatie/pdf-to-text/compare/1.51...1.6.0
- Symfony 6.x support by @pich in #48
- @pich made their first contribution in #48
Full Changelog: https://github.com/spatie/pdf-to-text/compare/1.5.0...1.51
- Correct file permissions by @peter279k in #39
- Drop Support for PHP 7.3 & Add Support for PHP 8.1 by @nbayramberdiyev in #47
- @peter279k made their first contribution in #39
- @nbayramberdiyev made their first contribution in #47
Full Changelog: https://github.com/spatie/pdf-to-text/compare/1.4.0...1.5.0
- add support for PHP 8
- allow Symfony 5 components
- adds
Pdf::addOptions()
method to address issue #18
- allow setting pdftotext options
Symfony/process
minimal requirement bumped to version 3.3
- allow symfony 4, phpunit 7
- fix for pdf files with a single quote in the filename
- fixed a bug where text could not be extracted from filepaths containing spaces
Initial release