<?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: Beta 10: feature request: export to pdf with metadata in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/feature-request-export-to-pdf-with-metadata/m-p/574300#M6260</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The tracking number for this enhancement is NIM042352. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where can I track that? Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Oct 2010 20:33:14 GMT</pubDate>
    <dc:creator>AndrewWiseman</dc:creator>
    <dc:date>2010-10-25T20:33:14Z</dc:date>
    <item>
      <title>feature request: export to pdf with metadata</title>
      <link>https://community.esri.com/t5/mapping-questions/feature-request-export-to-pdf-with-metadata/m-p/574297#M6257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Last minute request (when is RC1 due?) for extra functionality:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be usefull to include the mxd properties in the PDF metadata (XMP) when exporting to PDF. technically simple, as the arcpy module already makes this possible:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;import arcpy&lt;BR /&gt;pdfDoc = arcpy.mapping.PDFDocumentOpen(r"C:\Temp\ParcelAtlasOverview.pdf")&lt;BR /&gt;pdfDoc.updateDocProperties(pdf_title="Atlas Overview",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pdf_author="ESRI",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pdf_subject="Map Book",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pdf_keywords="Atlas; Map Books",&lt;BR /&gt;pdfDoc.saveAndClose()&lt;BR /&gt;del pdfDoc&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For my not so python/arcpy-minded users it would be nice to include this in the standard user interface&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To be extended with: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- lastsavedate, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- lastsavedby, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- arcgis version/build, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- mxd name + path&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and even:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- data sources of used layers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and finally (perhaps already ArcGIS 13 by then):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- metadata of datasources used&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That would make a perfect archiving system, not depending on ArcGIS versions, not depending on the availability of datasources!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 11:02:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/feature-request-export-to-pdf-with-metadata/m-p/574297#M6257</guid>
      <dc:creator>Gert-JanVan_der_Weijden</dc:creator>
      <dc:date>2010-03-09T11:02:48Z</dc:date>
    </item>
    <item>
      <title>feature request: export to pdf with metadata</title>
      <link>https://community.esri.com/t5/mapping-questions/feature-request-export-to-pdf-with-metadata/m-p/574298#M6258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For the ArcGIS 10 release, the scope for the advanced PDF exporting options was to use Python. Hence the PDF Document updateDocProperties method. However, we do have an enhancement in our system for the ArcMap Document Properties to automatically transfer to the PDF Document Properties on export. The tracking number for this enhancement is NIM042352. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In regards to the other properties you want transfered to PDF Metadata, one workflow is to use dynamic text. It's not XMP metadata, but its visible on the PDF as an accurate snapshot of the MXD at time of export. Many of the properties you menationed in the post are available out of the box as dynamic text. Others, such as all the paths to data, can be generated via a Python script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Moreover, I have found pure Python XMP samples and toolkits on the web that appear to write XMP for PDFs. I havent tested these.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 18:34:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/feature-request-export-to-pdf-with-metadata/m-p/574298#M6258</guid>
      <dc:creator>JeffMoulds</dc:creator>
      <dc:date>2010-03-17T18:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Beta 10: feature request: export to pdf with metadata</title>
      <link>https://community.esri.com/t5/mapping-questions/feature-request-export-to-pdf-with-metadata/m-p/574299#M6259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Many of the properties you menationed in the post are available out of the box as dynamic text. Others, such as all the paths to data, can be generated via a Python script.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the original request is a great idea. Your solution, however, is a little tricky. I don't know Python and would love for ArcMap to just put all that info into the PDF automatically. It'd be a big help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 14:00:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/feature-request-export-to-pdf-with-metadata/m-p/574299#M6259</guid>
      <dc:creator>AndrewWiseman</dc:creator>
      <dc:date>2010-07-29T14:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Beta 10: feature request: export to pdf with metadata</title>
      <link>https://community.esri.com/t5/mapping-questions/feature-request-export-to-pdf-with-metadata/m-p/574300#M6260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The tracking number for this enhancement is NIM042352. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where can I track that? Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 20:33:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/feature-request-export-to-pdf-with-metadata/m-p/574300#M6260</guid>
      <dc:creator>AndrewWiseman</dc:creator>
      <dc:date>2010-10-25T20:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Beta 10: feature request: export to pdf with metadata</title>
      <link>https://community.esri.com/t5/mapping-questions/feature-request-export-to-pdf-with-metadata/m-p/574301#M6261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you give me your customer number or site, I will attach you to the enhancement. I believe you will be able to track it on the customer care portal after that. You can email me your info if you like, &lt;/SPAN&gt;&lt;A href="mailto:jmoulds@esri.com"&gt;jmoulds@esri.com&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternatively, you can contact Tech Support to get added to the bug, or to track it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 19:08:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/feature-request-export-to-pdf-with-metadata/m-p/574301#M6261</guid>
      <dc:creator>JeffMoulds</dc:creator>
      <dc:date>2010-10-26T19:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Beta 10: feature request: export to pdf with metadata</title>
      <link>https://community.esri.com/t5/mapping-questions/feature-request-export-to-pdf-with-metadata/m-p/574302#M6262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I also think this would be an extremely useful enhancement.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I posted a thread earlier, mentioning that I would like to be able to include certain Arc elements in the PDF metadata at the time of export or print.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Primarily an element which we have labelled "Map Title" for example.&amp;nbsp; This differs to the file name of the MXD, and thus this would need to somehow need to be selected as an element to export, or automated to over write the MXD title in the PDF metadata before export or print.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 11:01:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/feature-request-export-to-pdf-with-metadata/m-p/574302#M6262</guid>
      <dc:creator>MarkHowman</dc:creator>
      <dc:date>2010-11-01T11:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Beta 10: feature request: export to pdf with metadata</title>
      <link>https://community.esri.com/t5/mapping-questions/feature-request-export-to-pdf-with-metadata/m-p/574303#M6263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the feedback. I would also recommend that users log or vote on this enhancement on the ideas site...&lt;/SPAN&gt;&lt;A href="http://ideas.arcgis.com"&gt;http://ideas.arcgis.com&lt;/A&gt;&lt;SPAN&gt;. That is another way of getting traction and visibility on enhancements.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 15:17:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/feature-request-export-to-pdf-with-metadata/m-p/574303#M6263</guid>
      <dc:creator>JeffMoulds</dc:creator>
      <dc:date>2010-11-01T15:17:28Z</dc:date>
    </item>
  </channel>
</rss>

