<?xml version="1.0" encoding="UTF-8"?>
<!--
  Enfocus PitStop Server preflight report (trimmed).
  Export from PitStop Server: File > Preferences > Reports > XML.
  LintPDF auto-detects this as `pitstop_xml`; setting external_format=pitstop_xml
  makes the classification explicit.

  The parser reads severity from the wrapper tag (<Error> / <Warning> /
  <Info> / <Advisory>) and picks up these child elements:
    <CheckID>     → inspection_id
    <Description> → message
    <Category>    → category
    <Page>        → page_num
    <BBox>        → bbox (space-separated x0 y0 x1 y1, or llx/lly/urx/ury attrs)
    <ObjectID>    → object_id
    <ObjectType>  → object_type
    <ISO>         → iso_clause
-->
<PitStopReport>
  <Header>
    <Profile>PDF/X-4 Sheetfed</Profile>
    <PitStopVersion>2024.1</PitStopVersion>
    <FileName>brochure.pdf</FileName>
  </Header>
  <Results>
    <Error>
      <CheckID>IMG_LOWRES</CheckID>
      <Description>Image resolution 144 dpi is below the 300 dpi threshold</Description>
      <Category>Images</Category>
      <Page>2</Page>
      <BBox>72 72 216 216</BBox>
      <ObjectID>Im42</ObjectID>
      <ObjectType>image</ObjectType>
      <ISO>PDF/X-4 6.2.3</ISO>
    </Error>
    <Warning>
      <CheckID>FONT_NOEMBED</CheckID>
      <Description>Font Helvetica-Bold is not embedded</Description>
      <Category>Fonts</Category>
      <Page>1</Page>
      <ObjectID>Helvetica-Bold</ObjectID>
      <ObjectType>font</ObjectType>
    </Warning>
    <Warning>
      <CheckID>COLOR_RGB_IN_CMYK</CheckID>
      <Description>RGB color object used in a CMYK-intent job</Description>
      <Category>Color</Category>
      <Page>3</Page>
      <BBox>144 300 468 360</BBox>
      <ISO>PDF/X-4:2010 6.2.2</ISO>
    </Warning>
    <Error>
      <CheckID>GEOM_NO_TRIMBOX</CheckID>
      <Description>Page 4 is missing a TrimBox</Description>
      <Category>Geometry</Category>
      <Page>4</Page>
      <ObjectType>page</ObjectType>
    </Error>
    <Info>
      <CheckID>COLOR_OVERPRINT_WHITE</CheckID>
      <Description>White text set to overprint — will disappear on press</Description>
      <Category>Color</Category>
      <Page>2</Page>
      <BBox>96 540 300 560</BBox>
    </Info>
  </Results>
</PitStopReport>
