smalot / pdfparser

PdfParser, a standalone PHP library, provides various tools to extract data from a PDF file.
GNU Lesser General Public License v3.0
2.3k stars 534 forks source link

v2.10.0 #706

Closed k00ni closed 2 months ago

k00ni commented 2 months ago
## What's Changed
* Prevent zero from being passed to array_chunk() by @GreyWyvern in https://github.com/smalot/pdfparser/pull/686
* Filter ElementHexa::decode() of non-hex chars by @GreyWyvern in https://github.com/smalot/pdfparser/pull/687
* Account for inaccurate offsets in getXrefData() by @GreyWyvern in https://github.com/smalot/pdfparser/pull/692
* Strengthen check for UTF-8 conformity in formatContent() by @GreyWyvern in https://github.com/smalot/pdfparser/pull/704

### Internal changes
* improved documentation: Return page width and height from document by @vitormattos in https://github.com/smalot/pdfparser/pull/700
* Fixed CS issue in PDFObject.php by @k00ni in https://github.com/smalot/pdfparser/pull/695

**Full Changelog**: https://github.com/smalot/pdfparser/compare/v2.9.0...v.2.10.0

https://github.com/smalot/pdfparser/releases/edit/untagged-b29761c1bb8fe3593b37 (collaborators only)

OK @j0k3r?

j0k3r commented 2 months ago

Looks good 👍