1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:28:11 +00:00
serenity/Userland/Libraries/LibPDF
Matthew Olsson 03649f85e2 LibPDF: Don't rely on a stream's /Length key existing
Some PDFs omit this key apparently, but Firefox opens them fine. Let's
emulate that behavior.
2021-05-18 16:35:23 +02:00
..
CMakeLists.txt LibPDF: Parse page structures 2021-05-10 10:32:39 +02:00
Document.cpp LibPDF: Give Parser a reference to the Document 2021-05-18 16:35:23 +02:00
Document.h LibPDF: Parse nested Page Tree structures 2021-05-10 10:32:39 +02:00
Forward.h LibPDF: Parse page structures 2021-05-10 10:32:39 +02:00
Object.cpp LibPDF: Parse page structures 2021-05-10 10:32:39 +02:00
Object.h LibPDF: Parse page structures 2021-05-10 10:32:39 +02:00
Parser.cpp LibPDF: Don't rely on a stream's /Length key existing 2021-05-18 16:35:23 +02:00
Parser.h LibPDF: Give Parser a reference to the Document 2021-05-18 16:35:23 +02:00
Reader.h LibPDF: Parse page structures 2021-05-10 10:32:39 +02:00
Value.cpp LibPDF: Create basic object structure 2021-05-10 10:32:39 +02:00
Value.h LibPDF: Create basic object structure 2021-05-10 10:32:39 +02:00
XRefTable.h LibPDF: Add a basic parser and Document structure 2021-05-10 10:32:39 +02:00