ladybird/Userland/Libraries/LibPDF
Wesley Moret 1b8f73b6b3 LibPDF: Fix treating not finding the linearized dict as a fatal error
We now try to parse the first indirect value and see 
if it's the `Linearization Parameter Dictionary`. if it's not, we 
fallback to reading the xref table from the end of the document
2021-07-16 20:44:10 +02:00
..
CMakeLists.txt LibPDF: Split ColorSpace into a different class for each color space 2021-06-12 22:45:01 +04:30
ColorSpace.cpp LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
ColorSpace.h LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
Command.h LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
CommonNames.cpp LibPDF: Pre-initialize common FlyStrings in CommonNames.h 2021-05-25 00:24:09 +04:30
CommonNames.h LibPDF: Handle the gs graphical operator 2021-06-12 22:45:01 +04:30
Document.cpp LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
Document.h LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
Filter.cpp LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
Filter.h LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
Forward.h LibPDF: Store indirect value refs in Value objects 2021-05-25 00:24:09 +04:30
Object.cpp LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
Object.h LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
Parser.cpp LibPDF: Fix treating not finding the linearized dict as a fatal error 2021-07-16 20:44:10 +02:00
Parser.h LibPDF: Fix treating not finding the linearized dict as a fatal error 2021-07-16 20:44:10 +02:00
Reader.h LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
Renderer.cpp LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
Renderer.h LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
Value.cpp LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
Value.h LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
XRefTable.h LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30