We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem file: TheCaseStudyMethod.pdf
Options:
unioptimize.Options{ CombineDuplicateDirectObjects: true, CombineIdenticalIndirectObjects: true, ImageUpperPPI: 100.0, CombineDuplicateStreams: true, CompressStreams: true, UseObjectStreams: true, ImageQuality: 80, }
When optimizing get:
[ERROR] encoding.go:1855 Unsupported filter CCITTFaxDecode [ERROR] stream.go:42 Failed creating multi encoder: invalid filter in multi filter array
Seems like the CCITTFaxDecode filter is not ignored during compression when inside a multi filter encoder.
The text was updated successfully, but these errors were encountered:
This has been implemented, we have CCITTFaxDecode decoding and encoding support in UniPDF.
Sorry, something went wrong.
No branches or pull requests
Problem file: TheCaseStudyMethod.pdf
Options:
When optimizing get:
Seems like the CCITTFaxDecode filter is not ignored during compression when inside a multi filter encoder.
The text was updated successfully, but these errors were encountered: