<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Custom Basemap not exporting or printing to PDF in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/custom-basemap-not-exporting-or-printing-to-pdf/m-p/1380499#M78559</link>
    <description>&lt;P&gt;I'm sorry, that's really frustrating!! I recommend reaching out to Esri technical support as they can do further analysis and if there is a bug get it to the proper team to fix. You can contact them here&amp;nbsp;&lt;A href="https://support.esri.com/en-us/contact" target="_blank"&gt;https://support.esri.com/en-us/contact&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Feb 2024 17:44:34 GMT</pubDate>
    <dc:creator>AubriOtis</dc:creator>
    <dc:date>2024-02-09T17:44:34Z</dc:date>
    <item>
      <title>Custom Basemap not exporting or printing to PDF</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/custom-basemap-not-exporting-or-printing-to-pdf/m-p/1380265#M78530</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I have a layout in pro that uses a custom basemap I made using the Vector Tile Style Editor, it's basically just the Esri Community basemap with some of the labels removed. I have other layers in the map as well, some from my ArcGIS Online content and some saved locally. Some of the layers do have a transparency set on them, including the basemap itself.&lt;/P&gt;&lt;P&gt;I have tried both exporting my layout and printing to PDF (using Bluebeam), and with both of these methods I've tried printing as an image and not. I've also tried removing the transparency on the basemap but I still cannot get the basemap to print. All the other layers are printing fine, it's just the custom basemap that's giving me a hard time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone else run into this problem and know a work around?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 13:45:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/custom-basemap-not-exporting-or-printing-to-pdf/m-p/1380265#M78530</guid>
      <dc:creator>marksm_macomb</dc:creator>
      <dc:date>2024-02-09T13:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Basemap not exporting or printing to PDF</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/custom-basemap-not-exporting-or-printing-to-pdf/m-p/1380432#M78552</link>
      <description>&lt;P&gt;That's not good. Is this limited to PDF? Does it work in other formats? If it works in other formats there might be a setting in the PDF export that can be adjusted to work. If it doesn't work in any format there could be a larger bug.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 16:56:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/custom-basemap-not-exporting-or-printing-to-pdf/m-p/1380432#M78552</guid>
      <dc:creator>AubriOtis</dc:creator>
      <dc:date>2024-02-09T16:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Basemap not exporting or printing to PDF</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/custom-basemap-not-exporting-or-printing-to-pdf/m-p/1380451#M78554</link>
      <description>&lt;P&gt;Just tried exporting to JPEG and PNG and those also did not work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 17:17:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/custom-basemap-not-exporting-or-printing-to-pdf/m-p/1380451#M78554</guid>
      <dc:creator>marksm_macomb</dc:creator>
      <dc:date>2024-02-09T17:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Basemap not exporting or printing to PDF</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/custom-basemap-not-exporting-or-printing-to-pdf/m-p/1380499#M78559</link>
      <description>&lt;P&gt;I'm sorry, that's really frustrating!! I recommend reaching out to Esri technical support as they can do further analysis and if there is a bug get it to the proper team to fix. You can contact them here&amp;nbsp;&lt;A href="https://support.esri.com/en-us/contact" target="_blank"&gt;https://support.esri.com/en-us/contact&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 17:44:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/custom-basemap-not-exporting-or-printing-to-pdf/m-p/1380499#M78559</guid>
      <dc:creator>AubriOtis</dc:creator>
      <dc:date>2024-02-09T17:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Basemap not exporting or printing to PDF</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/custom-basemap-not-exporting-or-printing-to-pdf/m-p/1382015#M78733</link>
      <description>&lt;P&gt;Try Python.&amp;nbsp; It shouldn't work, but it often does.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import arcpy

# Define the output PDF path
output_pdf_path = r'c:\temp\the.pdf'

# Access the current project
project = arcpy.mp.ArcGISProject("CURRENT")

# Access the specific layout by its name
layout = project.listLayouts('Layout')[0] # Assumes 'Layout' is the name of your layout

# Export the layout to a PDF file
layout.exportToPDF(output_pdf_path)

print(f"Exported layout to '{output_pdf_path}' successfully.")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 02:33:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/custom-basemap-not-exporting-or-printing-to-pdf/m-p/1382015#M78733</guid>
      <dc:creator>MicZatorsky_AEC</dc:creator>
      <dc:date>2024-02-14T02:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Basemap not exporting or printing to PDF</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/custom-basemap-not-exporting-or-printing-to-pdf/m-p/1479842#M83886</link>
      <description>&lt;P&gt;Hopefully, this will help troubleshoot the issue further. I was having export issues where I customized an ESRI basemap using the ArcGIS Vector Tile Style Editor but it wouldn't print or export on any maps from ArcGIS Pro v. 3.2. I fixed my issue by signing into my ESRI account within ArcGIS Pro.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CharlottePeters95540_0-1716931179134.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/105574iBA4EA291192A1B4F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CharlottePeters95540_0-1716931179134.png" alt="CharlottePeters95540_0-1716931179134.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;CharlottePeters95540_0-1716931179134.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 21:19:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/custom-basemap-not-exporting-or-printing-to-pdf/m-p/1479842#M83886</guid>
      <dc:creator>CharlottePeters95540</dc:creator>
      <dc:date>2024-05-28T21:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Basemap not exporting or printing to PDF</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/custom-basemap-not-exporting-or-printing-to-pdf/m-p/1506081#M85615</link>
      <description>&lt;P&gt;worked for me!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":clapping_hands:"&gt;👏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 07:45:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/custom-basemap-not-exporting-or-printing-to-pdf/m-p/1506081#M85615</guid>
      <dc:creator>L__Pie</dc:creator>
      <dc:date>2024-07-17T07:45:38Z</dc:date>
    </item>
  </channel>
</rss>

