<div dir="ltr"><div><div><div><div>I'm converting some GeoPDF files to TIFF.  I want to crop, and I need to re-project.  I can do one or the other, but, when I combine them, all I get is a black output.<br><br>The base command is:<br>
gdalwarp -multi -co "TILED=YES" infile.pdf outfile.tiff --config GDAL_PDF_LAYERS_OFF "Map_Collar","Map_Frame.Projection_and_Grids" <br><br></div>Then, I use either:<br>-crop_to_cutline -cutline cutline.csv -overwrite<br>
</div>or <br>-t_srs EPSG:3785<br><br></div>Either of these works.  Just not both.  Are the two options mutually exclusive?<br><br>As an aside, when cropping, how do I make the area outside of the image transparent instead of black?<br>
<br></div>Thanks.<br></div>