pdf-rs / pdf

Rust library to read, manipulate and write PDF files.
MIT License
1.29k stars 120 forks source link

fix InfoDict producer #227

Closed Orycterope closed 3 months ago

Orycterope commented 3 months ago

Hello !

I like your crate, but I found a bug in the InfoDict parser: when trying to get the producer in the InfoDict, it returned me the Author instead.

The parser parsed the wrong key, probably a typo.

s3bk commented 3 months ago

Thanks! Probably a missed copy-paste