PreflightReport
Type: Object
Preflight reports for print production workflow
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| bwPages | Int | Number of black and white pages | ||
| colorPages | Int | Number of color pages | ||
| colorSpaces | [PreflightColorSpaceInfo!] | Color spaces used in the document | ||
| createdAt | DateTime! | |||
| criticalFailures | Int! | Number of critical failures found | ||
| documentProperties | PreflightDocumentProperties | Document properties and metadata | ||
| engineName | String | Name and version of the preflight engine | ||
| errors | Int! | Number of errors found in the preflight report | ||
| file | File! | The file this preflight report is associated with | ||
| fileId | ID! | |||
| fixesApplied | Int! | Number of fixes applied in the preflight report | ||
| fontInfo | [PreflightFontInfo!] | Information about fonts used in the document | ||
| id | ID! | |||
| imageInfo | [PreflightImageInfo!] | Information about images in the document | ||
| informational | Int! | Number of informational messages found in the preflight report | ||
| inkCoverage | [PreflightInkCoverage!] | Ink coverage data per page and document total | ||
| isPdfXCompliant | Boolean | Whether the PDF meets PDF/X standards | ||
| issues | [PreflightIssue!] | List of preflight issues found | ||
| nonCriticalFailures | Int! | Number of non-critical failures found | ||
| pageCount | Int | Number of pages in the document | ||
| pageDimensions | [PreflightPageDimensions!] | Page dimension and box information | ||
| pdfVersion | String | PDF version (e.g., '1.4') | ||
| preflightProfile | String | Name of the preflight profile used | ||
| rawReportData | String | Raw JSON or XML content of the preflight report if available | ||
| status | PreflightStatus! | Status of the preflight report | ||
| totalInkCoverage | Decimal | Total ink coverage percentage across all pages | ||
| updatedAt | DateTime! | |||
| warnings | Int! | Number of warnings found in the preflight report |