<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Hi,
    <blockquote type="cite"
cite="mid:CAAes_OHpHCvsDmo0nVVSe9bateNE3smNqPkmK5b+tcD3voAgmQ@mail.gmail.com">
      <div dir="ltr">
        <div><br>
          <u>My question :</u><br>
          Is there a way to gdal_translate / gdalwarp the PDF file
          without EXPLICITLY extracting the neatline ?<br>
        </div>
      </div>
    </blockquote>
    No. Your above method is the nominal one.<br>
    <blockquote type="cite"
cite="mid:CAAes_OHpHCvsDmo0nVVSe9bateNE3smNqPkmK5b+tcD3voAgmQ@mail.gmail.com">
      <div dir="ltr">
        <div><br>
        </div>
        <div>I tried to use the "<b>-oo NEATLINE=something</b>" option :<br>
          gdal_translate -of GTiff -oo NEATLINE="POLYGON
          ((467455.095191925 4427281.84826825,467455.105581267
          4442204.97588751,479233.89727774
          4442204.58886474,479234.013428373
          4427281.65662041,467455.095191925 4427281.84826825))
          Boulder_400010515_FSTopo.pdf Boulder_400010515_FSTopo.pdf.tif<br>
        </div>
      </div>
    </blockquote>
    <p>This won't work. As documented, this must be a name of a
      "Measure" PDF object. This is in the case of a PDF with multiple
      georeferenced areas (like US with an Alaska or Hawaai inset map).
      And by itself, this will not crop the raster, but just expose the
      pointed Measure as the NEATLINE metadata.<br>
    </p>
    Even<span style="white-space: pre-wrap">
</span>
    <pre class="moz-signature" cols="72">-- 
<a class="moz-txt-link-freetext" href="http://www.spatialys.com">http://www.spatialys.com</a>
My software is free, but my time generally not.</pre>
  </body>
</html>