-
Refactor QPDF_Array
-
Code tidy re-throwing of exceptions
-
Tune indentations in QPDFWriter::unparseObject
-
There are no reasons other than historical to use size_t. On balance, using map is more efficient. Hold shared pointers to QPDFObjects rather than QPDFObjectHandles for consistencey with QPDF_Array.
-
Also, add const overload of QPDFObjectHandle::getObj
-
Stop using nullptr to represent null objects. Count null array elements and trigger creation of sparse arrays if null count is greater than 100.
-
Add temporary clone of SparseOHArray to implement non-sparse mode.
-
Set indent differently for qdf and non-qdf files. Combine with preceding newline for qdf files.
-
Warn if catalog type entry is invalid (fixes #810)
-
Avoid copying exceptions.
-
Improve --optimize-images to find images nested within XObjects
-
Refactor QdfFixer::processLines
-
Remove redundant parameter depth from QPDF::updateObjectMaps