1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:48:10 +00:00
serenity/Userland/Libraries/LibPDF
Matthew Olsson 67b65dffa8 LibPDF: Handle string encodings
Strings can be encoded in either UTF16-BE or UTF8. In either case,
there are a few initial bytes which specify the encoding that must
be checked and also removed from the final string.
2021-05-25 00:24:09 +04:30
..
CMakeLists.txt LibPDF: Handle string encodings 2021-05-25 00:24:09 +04:30
Command.h LibPDF: Add basic color space support to the renderer 2021-05-25 00:24:09 +04:30
Document.cpp LibPDF: Parse outline structures 2021-05-25 00:24:09 +04:30
Document.h LibPDF: Parse outline structures 2021-05-25 00:24:09 +04:30
Filter.cpp LibPDF: Add support for stream filters 2021-05-25 00:24:09 +04:30
Filter.h LibPDF: Add support for stream filters 2021-05-25 00:24:09 +04:30
Forward.h LibPDF: Store indirect value refs in Value objects 2021-05-25 00:24:09 +04:30
Object.cpp LibPDF: Store indirect value refs in Value objects 2021-05-25 00:24:09 +04:30
Object.h LibPDF: Parse outline structures 2021-05-25 00:24:09 +04:30
Parser.cpp LibPDF: Handle string encodings 2021-05-25 00:24:09 +04:30
Parser.h LibPDF: Parse graphics commands 2021-05-18 16:35:23 +02:00
Reader.h LibPDF: Make Reader::dump_state a bit more readable 2021-05-25 00:24:09 +04:30
Renderer.cpp LibPDF: Add basic color space support to the renderer 2021-05-25 00:24:09 +04:30
Renderer.h LibPDF: Add basic color space support to the renderer 2021-05-25 00:24:09 +04:30
Value.cpp LibPDF: Store indirect value refs in Value objects 2021-05-25 00:24:09 +04:30
Value.h LibPDF: Store indirect value refs in Value objects 2021-05-25 00:24:09 +04:30
XRefTable.h LibPDF: Add a basic parser and Document structure 2021-05-10 10:32:39 +02:00