Just a little picture

March 12, 2015

ArcGIS: Imagery Sometimes Failing to Print to PDF when Using Python

I was doing this:
arcpy.mapping.ExportToPDF(mxd, PDFName, resolution=600)

So I switched to this:
arcpy.mapping.ExportToPDF(mxd, PDFName, resolution=600, image_quality='NORMAL')

Posted by Charles on March 12, 2015 02:49 PM






Content licensed under
Creative Commons License