pdfmm v0.10.0 Release Notes
-
- ๐ PdfImage: Cleaned/reviewed/fixed SetData()/SetDataRaw()
- ๐ Renamed PdfPageTree -> PdfPageCollection
- โ Added XMP metadata reading/saving. Added PdfMetadata class
- โ Added text extraction API
- ๐ Review I/O API: Merged InputDevice/OutputDevice into StreamDevice. New hierarchy deriving StreamDevice
- Reviewed PdfObjectStream API: added streaming operations, GetInputStream(), GetOutputStream(). Renamed GetFilteredCopy() -> GetUnwrappedCopy()/UnwrapTo(). They only unwrap non media filters (see PdfImage::DecodeTo for media ones)
- PdfImage: Added DecodeTo(pixelFormat)