diff --git a/libqpdf/QPDF_Stream.cc b/libqpdf/QPDF_Stream.cc index 482a3d4..51617e7 100644 --- a/libqpdf/QPDF_Stream.cc +++ b/libqpdf/QPDF_Stream.cc @@ -145,6 +145,7 @@ QPDF_Stream::filterable(std::vector& filters, { // Ignore for now -- some filter types, like CCITTFaxDecode, // use types other than dictionary for this. + filterable = false; } if ((predictor > 1) && (columns == 0))