-
Explicitly enable openssl crypto provider in the linux and sanitizer builds, and disable it in the windows build.
-
Fixes qpdf/qpdf#417
-
Issue #399 mentioned a use case for which qpdf has support, but the fact that it is supported was not documented or in the test suite, making it vulerable to accidental breakage.
-
StreamDataProvider::provideStreamData now has a rich enough API for it to effectively proxy to pipeStreamData.
-
I keep looking here to find out when I started requiring C++-11, and now I will find the answer in the first place I look.
-
Fixes qpdf/qpdf#419
-
This was being saved until we had to break ABI.
-
This was added in C++11.
-
If a page contains a form XObject, also filter the form XObject and remove its unreferenced resources.
-
Refactor removeUnreferencedResources to prepare for filtering form XObjects.