Skip to content

Commit

Permalink
Fixed wrongly typed checksum field in EmbeddedFileParamDict
Browse files Browse the repository at this point in the history
  • Loading branch information
lSoleyl authored and s3bk committed Nov 15, 2024
1 parent bfe1fba commit b69e075
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 @@ -1556,7 +1556,7 @@ pub struct EmbeddedFileParamDict {
mac: Option<Date>,

#[pdf(key="CheckSum")]
checksum: Option<Date>,
checksum: Option<PdfString>,
}

#[derive(Object, Debug, Clone, DataSize)]
Expand Down

0 comments on commit b69e075

Please sign in to comment.