Skip to content

Tags: PrinsFrank/pdfparser

Tags

v2.7.0

Toggle v2.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Only fall back to identity decoding when toUnicodeCMap is not set, fixes

 #254 (#276)

v2.6.3

Toggle v2.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add method to retrieve subtype for embedded file (#265)

v2.6.2

Toggle v2.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support octal escape sequences in date values (#262)

v2.6.1

Toggle v2.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix bug where dictionary arrays are parsed as reference arrays when i…

…ts number of components is divisible by 3 (#260)

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for file specifications (#259)

v2.5.1

Toggle v2.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert Backwards incompatible signature change on getContent (#247)

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Decrease memory footprint of content stream parsing by passing object…

…s instead of the entire content as string to contentStreamParser (#245)

* Decrease memory footprint of content stream parsing by passing objects instead of the entire content as string to contentStreamParser

* Use stream to iterate over characters in ContentStreamParser

* Fix issue where pointer to position in filestream got reset when iterating over chars but reading other offset in the same stream

* Update ContentStreamParserTest after argument changes

* Stream->getChars() returns an iterable where the key is always an integer

* Ignore uncaught exceptions from entire PHPUnit namespace, not just the framework subnamespace

v2.4.2

Toggle v2.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix regression in ordering of decoding logic (#236)

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Normalize name values to add support for hex encoded characters in na…

…me objects (7.3.5) (#234)

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support datetime values without timezone (#227)

Co-authored-by: whiskeyfur <[email protected]>