# PdfAttachment **Type:** GraphQL objects **Description:** A PDF attachment with its individual page images. ## Fields - pdf (Attachment): The full PDF file. - url (String) - name (String) - type (String) - size (Float) - duration (Float) - locationData (LocationData) - pages (Attachment): Individual page images extracted from the PDF. - url (String) - name (String) - type (String) - size (Float) - duration (Float) - locationData (LocationData)