<?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.mapping 10.3.1: Table view not appearing in PDF in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcpy-mapping-10-3-1-table-view-not-appearing-in/m-p/336568#M26394</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Dan for the feedback. I have made the edits to the post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the arcpy; I have found that a number of features do not work as they should. We will handle this with a long hand implementation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jun 2016 18:23:06 GMT</pubDate>
    <dc:creator>JanaMartin</dc:creator>
    <dc:date>2016-06-14T18:23:06Z</dc:date>
    <item>
      <title>arcpy.mapping 10.3.1: Table view not appearing in PDF</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-mapping-10-3-1-table-view-not-appearing-in/m-p/336565#M26391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our MXD template has a Table View added, and everything looks fine in the mxd. When using Arcmap to generate the pdf, the table shows up as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have arcpy.mapping scripts to generate the pdf using ExportToPDF, and for some reason the Table does not show up on the final PDF.&lt;/P&gt;&lt;P&gt;Any suggestions on parameters or extra calls needed would be great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the code that is being called:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;mxd = arcpy.mapping.MapDocument(rootPath + '\\resources\\Template.mxd')&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;....&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;#target table&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #experimenting with setting the size to make the image appear&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tableElement = arcpy.mapping.ListLayoutElements(mxd, wildcard="targetTable")[0]&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tableElement.elementHeight = 7.8264&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tableElement.elementWidth = 10.9364&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;...&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;mxd.save()&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;arcpy.mapping.ExportToPDF(mxd, productPath + "\\Report.pdf")&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 13:49:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-mapping-10-3-1-table-view-not-appearing-in/m-p/336565#M26391</guid>
      <dc:creator>JanaMartin</dc:creator>
      <dc:date>2016-06-14T13:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.mapping 10.3.1: Table view not appearing in PDF</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-mapping-10-3-1-table-view-not-appearing-in/m-p/336566#M26392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jana, if you do a search on GeoNet, using 'exporttopdf' as the keyword, you will find nothing but grief.&amp;nbsp; Either layers, parts of layers aren't showing, showing at the wrong scale and myriad of other issues, they tend to be more frequent with the move to 10.3, 10.3.1, 10.4 and 10.4.1 with a few tickets being opened for bugs.&lt;/P&gt;&lt;P&gt;In short, some of the issues have been narrowed down to printers, printers not be initialized prior to being called, printer margin sizes, sources of data (like servers etc).&lt;/P&gt;&lt;P&gt;Here is an example of one such plight issue &lt;A href="https://community.esri.com/thread/177749"&gt;ArcGIS 10.4 ArcPy ExporttoPDF only exports parts of layers&lt;/A&gt; &lt;/P&gt;&lt;P&gt;rather than wait for it to be resolved, file a report, I think there may be larger issues with the pdf 'stuff' and tiny patches may be prolonging the agony of getting a resolution to ensure that all aspects of exporting to this format are addressed.&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 15:49:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-mapping-10-3-1-table-view-not-appearing-in/m-p/336566#M26392</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-06-14T15:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.mapping 10.3.1: Table view not appearing in PDF</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-mapping-10-3-1-table-view-not-appearing-in/m-p/336567#M26393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3100"&gt;Xander Bakker&lt;/A&gt;​ or Jana, maybe one of you might want to move this out of snippets into the more general &lt;A href="https://community.esri.com/space/2145"&gt;Python&lt;/A&gt;​ place to ensure a full audience is addressed.&amp;nbsp; You might also want to do a 'Share' with &lt;A href="https://community.esri.com/space/2056"&gt;Mapping&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 15:51:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-mapping-10-3-1-table-view-not-appearing-in/m-p/336567#M26393</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-06-14T15:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.mapping 10.3.1: Table view not appearing in PDF</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-mapping-10-3-1-table-view-not-appearing-in/m-p/336568#M26394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Dan for the feedback. I have made the edits to the post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the arcpy; I have found that a number of features do not work as they should. We will handle this with a long hand implementation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 18:23:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-mapping-10-3-1-table-view-not-appearing-in/m-p/336568#M26394</guid>
      <dc:creator>JanaMartin</dc:creator>
      <dc:date>2016-06-14T18:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.mapping 10.3.1: Table view not appearing in PDF</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-mapping-10-3-1-table-view-not-appearing-in/m-p/336569#M26395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got a message back from tech support. Here is the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;This is a current bug/limitation as NIM062177 - ExportToPDF using arcpy does not export a layer attribute table embedded in a layout.&lt;BR /&gt; &lt;BR /&gt; And there is no workaround for this."&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 19:42:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-mapping-10-3-1-table-view-not-appearing-in/m-p/336569#M26395</guid>
      <dc:creator>JanaMartin</dc:creator>
      <dc:date>2016-06-20T19:42:52Z</dc:date>
    </item>
  </channel>
</rss>

