summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibPDF/XRefTable.h
AgeCommit message (Expand)Author
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-11-11Userland: Include Vector.h in a few places to make HeaderCheck happyAli Mohammad Pur
2021-09-20LibPDF: Add missing headers to XRefTable.hBen Wiederhake
2021-06-12LibPDF: Convert to east-const to comply with the recent style changesMatthew Olsson
2021-06-12LibPDF: Parse linearized PDF filesMatthew Olsson
2021-05-10LibPDF: Add a basic parser and Document structureMatthew Olsson