J-F-Liu / lopdf

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

Remove /Prev from trailer #333

Closed ardurin closed 2 months ago

ardurin commented 2 months ago

This PR removes /Prev from the trailer when a document is loaded. If there are incremental xref tables they will be merged into a single one, so /Prev should be discarded in all cases. Fixes #331