Skip to content

Commit

Permalink
fix: fix InfoDict producer
Browse files Browse the repository at this point in the history
The parser parsed the wrong key, probably a typo.
  • Loading branch information
Orycterope authored and s3bk committed Aug 2, 2024
1 parent b0f40b6 commit 94dc9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf/src/object/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,7 @@ pub struct InfoDict {
#[pdf(key="Creator")]
pub creator: Option<PdfString>,

#[pdf(key="Author")]
#[pdf(key="Producer")]
pub producer: Option<PdfString>,

#[pdf(key="CreationDate")]
Expand Down

0 comments on commit 94dc9b8

Please sign in to comment.