serenity/Userland/Libraries/LibPDF
Nico Weber 8b50b689f9 LibPDF: Reject invalid "hival" values
Doesn't fire on any of the PDFs I have, and seems like a good thing
to check.
2023-12-07 08:10:40 +00:00
..
Fonts LibPDF: Add an initial implementation of type 3 glyph rendering 2023-11-17 19:47:53 +00:00
CMakeLists.txt
ColorSpace.cpp LibPDF: Reject invalid "hival" values 2023-12-07 08:10:40 +00:00
ColorSpace.h
CommonNames.cpp
CommonNames.h LibPDF: Consistently asciibetize CommonNames.h 2023-11-17 20:27:42 +00:00
Document.cpp LibPDF+Tests: Correctly decode text strings without explicit encoding 2023-11-22 09:08:06 -07:00
Document.h LibPDF: Eliminate reference cycle between OutlineItem parent/children 2023-12-02 22:23:53 +01:00
DocumentParser.cpp
DocumentParser.h
Encoding.cpp
Encoding.h
Encryption.cpp
Encryption.h
Error.h
Filter.cpp LibCompress: Add LZWDecoder::decode_all() 2023-12-01 12:58:14 +01:00
Filter.h
Forward.h
Function.cpp LibPDF: Do less work in SampledFunction::evaluate()'s inner loop 2023-12-02 22:26:13 +01:00
Function.h
Interpolation.cpp
Interpolation.h
Object.h
ObjectDerivatives.cpp
ObjectDerivatives.h
Operator.h
Page.cpp
Page.h
Parser.cpp LibPDF: Stop converting encodings in object parser 2023-11-22 09:08:06 -07:00
Parser.h
Reader.cpp
Reader.h
Reference.h
Renderer.cpp LibPDF: For low-bpp images, start scanlines on byte boundaries 2023-12-07 08:10:40 +00:00
Renderer.h LibPDF: Add an initial implementation of type 3 glyph rendering 2023-11-17 19:47:53 +00:00
Value.cpp
Value.h
XRefTable.h