PreflightIssue
Type: Object
A structured preflight issue captured during file analysis. Records severity, message, affected pages, and precise locations so prepress and customer service can triage and resolve problems quickly—supporting reliable handoff from artwork to production.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| actionId | String | Unique identifier for the preflight action | ||
| affectedPages | [Int!] | List of page numbers affected by this issue | ||
| category | String | Category of the issue (e.g., 'PDF/X-3:2002') | ||
| locations | [JsonString!] | Detailed location information for each occurrence | ||
| message | String! | Human-readable description of the issue | ||
| occurrenceCount | Int | How many times this issue occurs | ||
| severity | PreflightStatus! | Severity level of the issue |