J-F-Liu / lopdf

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

Is there a way to linearize a PDF? #326

Closed txtsd closed 2 months ago

txtsd commented 2 months ago

Is there a way to linearize a PDF?

Heinenen commented 2 months ago

No, I don't think there a special mechanism for that. You would have to code the logic for it yourself.

txtsd commented 2 months ago

Alright. Thank you.