-
Add closure damaged to create damagedPDF exceptions.
-
Tune processing of subsections.
-
Tune pointer arithmetic.
-
Fix bug in QPDFWriter::preserveObjectStreams
-
Code failed to allow for QPDF::getCompressibleObjSet deleting objects from the object cache in case of multiple entries for the same object id. Add fuzz test case 68668.
-
Fix bugs in #1161
-
Add fuzz case 68377.
-
...based on a debian bug report.
-
Add bad xref table test
-
Tune QPDFWriter
-
Update README-maintainer.md for clang-format-18
-
Fix manual entry for --pages
-
Fix pikepdf future CI
-
Ensure pikepdf is build with QPDF_FURURE enabled.
-
Create set without creation of an intermediate vector.
-
This triggers compilation failures with certain C++20 compiler configurations. To avoid this I moved the cast to the loop's body.