ladybird/Userland/Libraries/LibPDF
Matthew Olsson ea3abb14fe LibPDF: Parse hint tables
This code isn't _actually_ used as of right now, but I wrote it at the
same time as all of the code in the previous commit. I realized after
I wrote it that these hint tables aren't super useful if the parser
already has access to the full file. However, this will be useful if
we ever want to stream PDFs from the web (and possibly view them in
the browser).
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
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
Forward.h
Object.cpp
Object.h LibPDF: Parse linearized PDF files 2021-06-12 22:45:01 +04:30
Parser.cpp LibPDF: Parse hint tables 2021-06-12 22:45:01 +04:30
Parser.h LibPDF: Parse hint tables 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