J-F-Liu / lopdf

A Rust library for PDF document manipulation.
MIT License
1.67k stars 176 forks source link

Throw error if xref stream cannot be uncompressed #339

Closed ardurin closed 1 month ago

ardurin commented 1 month ago

When loading documents, return an error if an xref stream cannot be uncompressed due to an unsupported filter or any other problem. Fixes #338