diff --git a/pdf/src/object/types.rs b/pdf/src/object/types.rs index 1967fbc..44bd41a 100644 --- a/pdf/src/object/types.rs +++ b/pdf/src/object/types.rs @@ -924,13 +924,13 @@ pub struct SignatureReferenceDictionary { pub other: Dictionary } -#[derive(Object, ObjectWrite, Debug, DataSize)] +#[derive(Object, ObjectWrite, Debug, DataSize, Clone)] pub struct FieldDictionary { #[pdf(key="FT")] pub typ: Option, #[pdf(key="Parent")] - pub parent: Option>, + pub parent: Option>, #[pdf(key="Kids")] pub kids: Vec>,