diff --git a/libqpdf/QPDF_Stream.cc b/libqpdf/QPDF_Stream.cc index 9694f837..482a3d4e 100644 --- a/libqpdf/QPDF_Stream.cc +++ b/libqpdf/QPDF_Stream.cc @@ -143,8 +143,8 @@ QPDF_Stream::filterable(std::vector& filters, } else { - throw QPDFExc(qpdf->getFilename(), this->offset, - "invalid decode parameters object type for this stream"); + // Ignore for now -- some filter types, like CCITTFaxDecode, + // use types other than dictionary for this. } if ((predictor > 1) && (columns == 0))