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:
parent
be1be47613
commit
e23bfd7252
8 changed files with 270 additions and 45 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue