CreatePreflightReportInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| bwPages | Int | Number of black and white pages | |
| colorPages | Int | Number of color pages | |
| colorSpaces | [PreflightReportColorSpacesInput!] | Color spaces used in the document | |
| criticalFailures | Int | Number of critical failures found | |
| documentProperties | PreflightReportDocumentPropertiesInput | Document properties and metadata | |
| engineName | String | Name and version of the preflight engine | |
| errors | Int | Number of errors found in the preflight report | |
| fileId | ID! | ||
| fixesApplied | Int | Number of fixes applied in the preflight report | |
| fontInfo | [PreflightReportFontInfoInput!] | Information about fonts used in the document | |
| imageInfo | [PreflightReportImageInfoInput!] | Information about images in the document | |
| informational | Int | Number of informational messages found in the preflight report | |
| inkCoverage | [PreflightReportInkCoverageInput!] | Ink coverage data per page and document total | |
| isPdfXCompliant | Boolean | Whether the PDF meets PDF/X standards | |
| issues | [PreflightReportIssuesInput!] | List of preflight issues found | |
| nonCriticalFailures | Int | Number of non-critical failures found | |
| pageCount | Int | Number of pages in the document | |
| pageDimensions | [PreflightReportPageDimensionsInput!] | 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 | |
| warnings | Int | Number of warnings found in the preflight report |