Add missing pdfioPageGetNumStreams and pdfioPageOpenStream functions.

Add initial version of pdfiototext text extraction utility.
This commit is contained in:
Michael R Sweet
2022-02-28 15:00:25 -05:00
parent fa20982e5d
commit 93a3fcea6c
5 changed files with 187 additions and 4 deletions

View File

@@ -2,6 +2,13 @@ Changes in PDFio
================
v1.0.1 (Month DD, YYYY)
-----------------------
- Added missing `pdfioPageGetNumStreams` and `pdfioPageOpenStream` functions.
- Added pdfiototext demo utility.
v1.0.0 (December 14, 2021)
--------------------------