1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 03:37:35 +00:00

LibPDF: Add support for stream filters

This commit also splits up StreamObject into PlainTextStreamObject and
EncodedStreamObject, which is essentially just a stream object which
does not own its bytes vs one which does.
This commit is contained in:
Matthew Olsson 2021-05-22 20:44:18 -07:00 committed by Ali Mohammad Pur
parent 97cc482087
commit 477e3946e5
6 changed files with 253 additions and 7 deletions

View file

@ -1,6 +1,6 @@
set(SOURCES
Object.cpp
Document.cpp
Filter.cpp
Object.cpp
Parser.cpp
Renderer.cpp