<?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: Arcpy exporting PDF problems in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/arcpy-exporting-pdf-problems/m-p/162200#M1798</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is a known limit (NIM063441) when exporting "Added Tables" in a layout to PDF from a stand-alone script or script tool.&amp;nbsp; If you run the same python script from the Python window, using current or a file path to the mxd, it will work.&amp;nbsp; There is also a known limit trying to export OLE tables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here are some Python solutions to working with dynamic tables in a layout using arcpy.mapping.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Static Graphic Tables:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.arcgis.com/home/item.html?id=af4fe32a93554eadbd3be3b0e55326be" rel="nofollow" target="_blank"&gt;http://www.arcgis.com/home/item.html?id=af4fe32a93554eadbd3be3b0e55326be&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dynamic Graphic Tables:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.arcgis.com/home/item.html?id=3a525b986b774a3f9cbbd8daf2435852" rel="nofollow" target="_blank"&gt;http://www.arcgis.com/home/item.html?id=3a525b986b774a3f9cbbd8daf2435852&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2012 22:15:48 GMT</pubDate>
    <dc:creator>JeffBarrette</dc:creator>
    <dc:date>2012-10-09T22:15:48Z</dc:date>
    <item>
      <title>Arcpy exporting PDF problems</title>
      <link>https://community.esri.com/t5/mapping-questions/arcpy-exporting-pdf-problems/m-p/162197#M1795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I will appreciate if you can take a look at my question. I used arcpy.ExportToPDF for my map. It worded well before I upgraded to 10.1. I have attributes table added on the map. Now those tables become very small when I use my python scripts to export PDF. I still can use export to PDF from menu to get the right size of tables on my map. However, python scripts works faster, so I still prefer to using it. Could you find out what reason to make those added attributes tables very small? Thanks a lot.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 15:55:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/arcpy-exporting-pdf-problems/m-p/162197#M1795</guid>
      <dc:creator>qiangxue</dc:creator>
      <dc:date>2012-10-05T15:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy exporting PDF problems</title>
      <link>https://community.esri.com/t5/mapping-questions/arcpy-exporting-pdf-problems/m-p/162198#M1796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you provide screen shots and anything else that may be unique about your tables (e.g., source data, ole object, etc).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2012 13:20:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/arcpy-exporting-pdf-problems/m-p/162198#M1796</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2012-10-08T13:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy exporting PDF problems</title>
      <link>https://community.esri.com/t5/mapping-questions/arcpy-exporting-pdf-problems/m-p/162199#M1797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;see attachments, please.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 13:51:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/arcpy-exporting-pdf-problems/m-p/162199#M1797</guid>
      <dc:creator>qiangxue</dc:creator>
      <dc:date>2012-10-09T13:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy exporting PDF problems</title>
      <link>https://community.esri.com/t5/mapping-questions/arcpy-exporting-pdf-problems/m-p/162200#M1798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is a known limit (NIM063441) when exporting "Added Tables" in a layout to PDF from a stand-alone script or script tool.&amp;nbsp; If you run the same python script from the Python window, using current or a file path to the mxd, it will work.&amp;nbsp; There is also a known limit trying to export OLE tables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here are some Python solutions to working with dynamic tables in a layout using arcpy.mapping.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Static Graphic Tables:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.arcgis.com/home/item.html?id=af4fe32a93554eadbd3be3b0e55326be" rel="nofollow" target="_blank"&gt;http://www.arcgis.com/home/item.html?id=af4fe32a93554eadbd3be3b0e55326be&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dynamic Graphic Tables:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.arcgis.com/home/item.html?id=3a525b986b774a3f9cbbd8daf2435852" rel="nofollow" target="_blank"&gt;http://www.arcgis.com/home/item.html?id=3a525b986b774a3f9cbbd8daf2435852&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 22:15:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/arcpy-exporting-pdf-problems/m-p/162200#M1798</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2012-10-09T22:15:48Z</dc:date>
    </item>
  </channel>
</rss>

