Fix pdfioStreamGetToken implementation (wasn't flushing input), update

pdfiototext code to better handle different text operators that affect the
location of the text.
This commit is contained in:
Michael R Sweet
2022-03-01 09:18:56 -05:00
parent 93a3fcea6c
commit f7f2969e3a
3 changed files with 19 additions and 9 deletions

View File

@@ -6,7 +6,8 @@ v1.0.1 (Month DD, YYYY)
-----------------------
- Added missing `pdfioPageGetNumStreams` and `pdfioPageOpenStream` functions.
- Added pdfiototext demo utility.
- Added demo pdfiototext utility.
- Fixed bug in `pdfioStreamGetToken`.
v1.0.0 (December 14, 2021)