exportToPDF via arcpy missing parameters (ArcGIS Pro 2.7)

1407
3
04-29-2021 03:06 PM
GB_MattPanunto_GISS
Occasional Contributor II

Wanting to export a PDF via arcpy (ArcGIS Pro 2.7), but when looking at the syntax  documentation, I don't see individual parameters for "Convert Character Marker Symbols to Polygon" and "Simulate Overprint". Or am I missing something?

GB_MattPanunto_GISS_2-1619733723549.png

3 Replies
DanPatterson
MVP Esteemed Contributor

Layout—ArcGIS Pro | Documentation

exportToPDF (out_pdf, {resolution}, {image_quality}, {compress_vector_graphics}, {image_compression}, {embed_fonts}, {layers_attributes}, {georef_info}, {jpeg_compression_quality}, {clip_to_elements}, {output_as_image}, {embed_color_profile})

MapFrame—ArcGIS Pro | Documentation

exportToPDF (out_pdf, {resolution}, {image_quality}, {compress_vector_graphics}, {image_compression}, {embed_fonts}, {layers_attributes}, {georef_info}, {jpeg_compression_quality}, {output_as_image}, {embed_color_profile})

Export to PDF—ArcGIS Pro | Documentation

So  I suspect not all are present for all objects,

The simulate overprint doesn't have any code examples

Symbols—ArcGIS Pro | Documentation


... sort of retired...
0 Kudos
GB_MattPanunto_GISS
Occasional Contributor II

Hmm, it's interesting that ArcMap seems to at least have a "convert_markers" parameter, but not ArcGIS Pro. Though neither have simulate overprint. Maybe ArcGIS Pro will get both in a future release...

https://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-mapping/exporttopdf.htm

0 Kudos
JeffBarrette
Esri Regular Contributor

We have plans to add this in ArcGIS Pro 3.2.

Jeff - Layout and arcpy.mp teams

0 Kudos