Skip to content

Add support for PDF RunLengthDecode filter#334

Open
AndreasGey wants to merge 1 commit intoempira:masterfrom
AndreasGey:run-length-decode
Open

Add support for PDF RunLengthDecode filter#334
AndreasGey wants to merge 1 commit intoempira:masterfrom
AndreasGey:run-length-decode

Conversation

@AndreasGey
Copy link
Copy Markdown

Implemented RunLengthDecode filter for PDF streams per PDF 1.7 spec. Added a new RunLengthDecode class with a Decode method, registered it in Filtering.cs, and updated GetFilter to return it. This enables decompression of streams using the RunLengthDecode filter, improving PDF compatibility.

Implemented RunLengthDecode filter for PDF streams per PDF 1.7 spec. Added a new RunLengthDecode class with a Decode method, registered it in Filtering.cs, and updated GetFilter to return it. This enables decompression of streams using the RunLengthDecode filter, improving PDF compatibility.
@AndreasGey
Copy link
Copy Markdown
Author

@StLange StLange added the enhancement New feature or request label Mar 23, 2026
@StLange
Copy link
Copy Markdown
Member

StLange commented Mar 23, 2026

Thank you for your support; we will add it in the next version. (But it will be not in preview 1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants