1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:07:34 +00:00

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.
This commit is contained in:
Matthew Olsson 2021-05-26 22:52:05 -07:00 committed by Ali Mohammad Pur
parent be1be47613
commit e23bfd7252
8 changed files with 270 additions and 45 deletions

View file

@ -20,6 +20,7 @@
V(Crypt) \
V(DCTDecode) \
V(Dest) \
V(E) \
V(F) \
V(Filter) \
V(First) \
@ -32,21 +33,29 @@
V(FitV) \
V(FlateDecode) \
V(Font) \
V(H) \
V(JBIG2Decode) \
V(JPXDecode) \
V(Kids) \
V(L) \
V(LZWDecode) \
V(Last) \
V(Length) \
V(Linearized) \
V(MediaBox) \
V(N) \
V(Next) \
V(O) \
V(Outlines) \
V(P) \
V(Pages) \
V(Parent) \
V(Prev) \
V(Resources) \
V(Root) \
V(Rotate) \
V(RunLengthDecode) \
V(T) \
V(Title) \
V(Type) \
V(UserUnit) \