Fix a couple issues with parsing PDF files produced by Microsoft Reporting

Services (Issue #46)

- Odd cross-reference stream containing 3-byte generation number field for this
  16-bit value
- Odd empty hex strings
This commit is contained in:
Michael R Sweet
2023-10-06 10:46:30 -04:00
parent 87ca4db73f
commit 7f6ffcda22
3 changed files with 26 additions and 2 deletions

View File

@@ -7,6 +7,8 @@ v1.1.2 (TBD)
- Fixed an issue with broken PDF files containing extra CR and/or LF separators
after the object stream token (Issue #40)
- Fixed an issue with PDF files produced by Microsoft Reporting Services
(Issue #46)
v1.1.1 (March 20, 2023)