# PdfAttachmentInput **Type:** GraphQL inputs **Description:** Input for uploading a PDF attachment with page images. ## Fields - pdf (AttachmentInput): The full PDF file. - url (String) - name (String) - type (String) - size (Float) - duration (Float) - locationData (LocationDataInput) - pages (AttachmentInput): Individual page images for the PDF. - url (String) - name (String) - type (String) - size (Float) - duration (Float) - locationData (LocationDataInput)