Export color differences between ArcPy and ArcGIS Pro SDK

300
0
12-21-2020 06:29 AM
DavidLaMartina
New Contributor III

The application I'm working on needs to be export layouts to PDF and other formats. My team first did this using the ArcGIS Pro .NET SDK Layout class's export methods. In order to eliminate references to Desktop namespaces, we're now exporting via ArcPy by importing a layout from pagx and calling ExportToPDF and other format-specific methods.

All of our elements are in place, but all of the colors are slightly different from the .NET SDK to ArcPy. Is this a known issue? Are there certain defaults that are different between platforms?

0 Kudos
0 Replies