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:
parent
97cc482087
commit
477e3946e5
6 changed files with 253 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
set(SOURCES
|
||||
Object.cpp
|
||||
Document.cpp
|
||||
Filter.cpp
|
||||
Object.cpp
|
||||
Parser.cpp
|
||||
Renderer.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue