J-F-Liu / lopdf

A Rust library for PDF document manipulation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Invalid file trailer" when opening password protected pdf

dgcnz opened this issue · comments

commented

When attempting to open a password protected pdf, with the script at examples/extract_text.rs, I get the error "Invalid file trailer".

If I remove the password protection in another utility and retry again it works.