Rename pdfioFileGetModDate to pdfioFileGetModificationDate.

Add pdfioFileSetModificationDate API.

Update DLL exports file.

Update docos and changelog.
This commit is contained in:
Michael R Sweet
2025-02-13 18:56:43 -05:00
parent 4f880bc0c1
commit 5f98c7838c
6 changed files with 67 additions and 63 deletions

View File

@ -4,6 +4,7 @@ Changes in PDFio
v1.5.0 - YYYY-MM-DD
-------------------
- Added `pdfioFileGetModDate()` API (Issue #88)
- Added support for using libpng to embed PNG images in PDF output (Issue #90)
- Updated the pdf2txt example to support font encodings.