mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:07:44 +00:00
LibPDF: Add a basic parser and Document structure
This commit adds a parser as well as the Reader class, which serves as a utility to aid in reading the PDF both forwards and in reverse. The parser currently is capable of reading xref tables, as well as all values. We don't really do anything with any of this information, however.
This commit is contained in:
parent
a8f5b6aaa3
commit
72f693e9ed
7 changed files with 1008 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
set(SOURCES
|
||||
Object.cpp
|
||||
Document.cpp
|
||||
Parser.cpp
|
||||
Value.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue