ladybird/Userland/Libraries/LibPDF
Matthew Olsson e23bfd7252 LibPDF: Parse linearized PDF files
This is a big step, as most PDFs which are downloaded online will be
linearized. Pretty much the only difference is that the xref structure
is slightly different.
2021-06-12 22:45:01 +04:30
..
CMakeLists.txt LibPDF: Pre-initialize common FlyStrings in CommonNames.h 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
CommonNames.cpp LibPDF: Pre-initialize common FlyStrings in CommonNames.h 2021-05-25 00:24:09 +04:30
CommonNames.h LibPDF: Parse linearized PDF files 2021-06-12 22:45:01 +04:30
Document.cpp LibPDF: Refine the distinction between the Document and Parser 2021-06-12 22:45:01 +04:30
Document.h LibPDF: Parse linearized PDF files 2021-06-12 22:45:01 +04:30
Filter.cpp LibPDF: Pre-initialize common FlyStrings in CommonNames.h 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 linearized PDF files 2021-06-12 22:45:01 +04:30
Parser.cpp LibPDF: Parse linearized PDF files 2021-06-12 22:45:01 +04:30
Parser.h LibPDF: Parse linearized PDF files 2021-06-12 22:45:01 +04:30
Reader.h LibPDF: Parse linearized PDF files 2021-06-12 22:45:01 +04:30
Renderer.cpp LibPDF: Account for inverted y axis when rendering text 2021-06-12 22:45:01 +04:30
Renderer.h LibPDF: Pre-initialize common FlyStrings in CommonNames.h 2021-05-25 00:24:09 +04:30
Value.cpp LibPDF: Differentiate Value's null and empty states 2021-06-12 22:45:01 +04:30
Value.h LibPDF: Parse linearized PDF files 2021-06-12 22:45:01 +04:30
XRefTable.h LibPDF: Parse linearized PDF files 2021-06-12 22:45:01 +04:30