PDFio 1.5.0
Michael Sweet <[email protected]> Thu, 6 Mar 2025 17:21:21 -0500
| Newsgroups | dev.linux.lists.printing-architecture |
|---|---|
| Message-ID | <[email protected]> |
PDFio 1.5.0 is a feature and bug fix release. Changes include: - Added support for embedded color profiles in JPEG images (Issue #7) - Added `pdfioFileCreateICCObjFromData` API. - Added support for writing cross-reference streams for PDF 1.5 and newer files (Issue #10) - Added `pdfioFileGetModDate()` API (Issue #88) - Added support for using libpng to embed PNG images in PDF output (Issue #90) - Added support for writing the PCLm subset of PDF (Issue #99) - Now support opening damaged PDF files (Issue #45) - Updated documentation (Issue #95) - Updated the pdf2txt example to support font encodings. - Fixed potential heap/integer overflow issues in the TrueType cmap code. - Fixed an output issue for extremely small `double` values with the `pdfioContent` APIs. - Fixed a missing Widths array issue for embedded TrueType fonts. - Fixed some Unicode font embedding issues. Enjoy! https://github.com/michaelrsweet/pdfio/releases/tag/v1.5.0 ________________________ Michael Sweet