# Changelog

All notable changes to `pdf-to-text` will be documented in this file

## 1.6.0 - 2022-07-14

### What's Changed

- Add detailed Linux distribution about Fedora-based by @peter279k in https://github.com/spatie/pdf-to-text/pull/52
- add timeout config for Symfony Process call by @jbraband in https://github.com/spatie/pdf-to-text/pull/54

### New Contributors

- @jbraband made their first contribution in https://github.com/spatie/pdf-to-text/pull/54

**Full Changelog**: https://github.com/spatie/pdf-to-text/compare/1.51...1.6.0

## 1.5.1 - 2022-01-01

## What's Changed

- Symfony 6.x support by @pich in https://github.com/spatie/pdf-to-text/pull/48

## New Contributors

- @pich made their first contribution in https://github.com/spatie/pdf-to-text/pull/48

**Full Changelog**: https://github.com/spatie/pdf-to-text/compare/1.5.0...1.51

## 1.5.0 - 2021-12-16

## What's Changed

- Correct file permissions by @peter279k in https://github.com/spatie/pdf-to-text/pull/39
- Drop Support for PHP 7.3 & Add Support for PHP 8.1 by @nbayramberdiyev in https://github.com/spatie/pdf-to-text/pull/47

## New Contributors

- @peter279k made their first contribution in https://github.com/spatie/pdf-to-text/pull/39
- @nbayramberdiyev made their first contribution in https://github.com/spatie/pdf-to-text/pull/47

**Full Changelog**: https://github.com/spatie/pdf-to-text/compare/1.4.0...1.5.0

## 1.4.0 - 2020-11-27

- add support for PHP 8

## 1.3.0 - 2020-03-11

- allow Symfony 5 components

## 1.2.0 - 2019-05-15

- adds `Pdf::addOptions()` method to address issue #18

## 1.1.0 - 2018-03-08

- allow setting pdftotext options
- `Symfony/process` minimal requirement bumped to version 3.3

## 1.0.3 - 2018-02-18

- allow symfony 4, phpunit 7

## 1.0.2 - 2017-11-13

- fix for pdf files with a single quote in the filename

## 1.0.1 - 2015-03-06

- fixed a bug where text could not be extracted from filepaths containing spaces

## 1.0.0 - 2015-12-31

Initial release
