Releases: smalot/pdfparser
v0.16.2
0.16.1
Bugfix release.
Fixes
- array access on integer for php7.4 - #310, #267 - thanks @PaulBehrendtVentoro
- mb_convert_encoding(): Illegal character encoding specified - #313, #229 - thanks @daneren2005
v0.16.0
This release contains a lot of refinements and some fixes.
New features
- get text for a given set of coordinates
- to do that use
Page::getTextXY
- function details - related pull request: #297, thanks @izabala
- to do that use
Changes
v0.15.1
🛠 It's a small maintenance update.
We raised some dependencies to ensure people aren't running the library with too much outdated deps.
For example, we raised tecnickcom/tcpdf
to ^6.2.22
to ensure people aren't running the version containing a security issue (see https://packagist.org/packages/tecnickcom/tcpdf/advisories?version=2463879).
The library wasn't tested for PHP version < 5.6 so we drop minimum PHP version to 5.6.
There is a new test build which check the library is running ok on the lowest dependencies available.
We also introduced PHP-CS-Fixer (mainly for developement) to ensure coding styles is ok.
Last but not least, there are new maintainers of the lib along with @smalot:
Merged PRs:
Timezone fixe, add support for 7.4 on Travis CI
v0.15.0 Some fixes from community
Fix decoding of hexadecimal digits
Merge pull request #226 from xelan/bugfix/hex-decoding Fix decoding of hexadecimal digits
Add PHP 7.3 Tests
Merge pull request #216 from fbourigault/php-7.3 Run tests against PHP 7.3
Update packagist settings
v0.13.2 fix license code
Fix packagist licensing issue
v0.13.1 Update composer.json
Remove silent error on parseFile method
Merge pull request #205 from doganoo/master removing error control operator and updated PHPDoc