Simple and Agnostic PDF Document Parser in PHP - sign PDF docs using PHP
Stars
148
Forks
43
Watchers
148
Open Issues
15
Overall repository health assessment
No package.json found
This might not be a Node.js project
75
commits
19
commits
2
commits
2
commits
1
commits
1
commits
1
commits
1
commits
1
commits
1
commits
Fix regex match to capture object position correctly (#130)
2e8a56cView on GitHubFix ParseError: syntax error, unexpected '|' on php 7.4 (#123)
e53bde3View on GitHubFix ObjStm index parsing by using whitespace-tolerant splitting (#121)
7371d3eView on GitHubparse the streams when reading the object and not after; then we can recover from missing Length field (#114)
d6f6c64View on GitHubmake sure that the Fields field is a list in AcroForm (#113)
8b89e89View on GitHubFix pdf objs regex - some PDFs don’t have whitespace after obj string (#106)
33f89feView on GitHubcorrects a bug where a malformed PDF file may cause a DoS (#99)
d822578View on GitHub