mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-31 02:48:31 +00:00
ignore /DecodeParms when it's not a dictionary
git-svn-id: svn+q:///qpdf/trunk@672 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
9851f92c53
commit
88f44896a3
@ -143,8 +143,8 @@ QPDF_Stream::filterable(std::vector<std::string>& 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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user