mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 08:32:16 +01:00
feat(exiftool): handle boolean metadata
This commit is contained in:
@@ -184,7 +184,7 @@ func TestExiftool_WriteMetadata(t *testing.T) {
|
||||
"first",
|
||||
"second",
|
||||
},
|
||||
"Marked": "true",
|
||||
"Marked": true,
|
||||
"ModDate": "2006-09-18T16:27:50-04:00",
|
||||
"PDFVersion": 1.7,
|
||||
"Producer": "Gotenberg",
|
||||
|
||||
Reference in New Issue
Block a user