<?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 [B]get layer selection from webpage and pass to python (for export PDF)[/B] in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/b-get-layer-selection-from-webpage-and-pass-to/m-p/604486#M47250</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to do a print PDF function on a web application using python. But I could not find how I can get the layer selection (or layer definition) from webpage and pass this parameter to python, then export to PDF (I am using a geoprocessing here). Could someone tell me how can I get layer selection from webpage and pass to python?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I highly appreciate your help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cindy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 May 2014 12:32:54 GMT</pubDate>
    <dc:creator>CindyLu</dc:creator>
    <dc:date>2014-05-13T12:32:54Z</dc:date>
    <item>
      <title>[B]get layer selection from webpage and pass to python (for export PDF)[/B]</title>
      <link>https://community.esri.com/t5/python-questions/b-get-layer-selection-from-webpage-and-pass-to/m-p/604486#M47250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to do a print PDF function on a web application using python. But I could not find how I can get the layer selection (or layer definition) from webpage and pass this parameter to python, then export to PDF (I am using a geoprocessing here). Could someone tell me how can I get layer selection from webpage and pass to python?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I highly appreciate your help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cindy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 12:32:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/b-get-layer-selection-from-webpage-and-pass-to/m-p/604486#M47250</guid>
      <dc:creator>CindyLu</dc:creator>
      <dc:date>2014-05-13T12:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: [B]get layer selection from webpage and pass to python (for export PDF)[/B]</title>
      <link>https://community.esri.com/t5/python-questions/b-get-layer-selection-from-webpage-and-pass-to/m-p/604487#M47251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We need a bit more information here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;Does this web application use an ArcGIS API (e.g. for Flex, Javascript, etc.)? &lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Does it use ArcGIS Server to serve the data? &lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;When you say 'using a geoprocessing', does that mean a geoprocessing service or a tool in desktop (or a stand-alone script)?&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 13:04:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/b-get-layer-selection-from-webpage-and-pass-to/m-p/604487#M47251</guid>
      <dc:creator>BradPosthumus</dc:creator>
      <dc:date>2014-05-14T13:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: [B]get layer selection from webpage and pass to python (for export PDF)[/B]</title>
      <link>https://community.esri.com/t5/python-questions/b-get-layer-selection-from-webpage-and-pass-to/m-p/604488#M47252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does this web application use an ArcGIS API (e.g. for Flex, Javascript, etc.)? - Yes, ArcGIS Javascript API&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does it use ArcGIS Server to serve the data?&amp;nbsp; - Yes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When you say 'using a geoprocessing', does that mean a geoprocessing service or a tool in desktop (or a stand-alone script)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Geoprocessing service. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using ArcGIS 10.0. I know there is a Export Web Map in ArcGIS 10.1. But I could not use it right now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A sample work flow could be: After user does a selection, the application will display the features that user selected on map. Then user can click 'Print' button to print the features and base map to a PDF file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for any help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cindy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 19:11:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/b-get-layer-selection-from-webpage-and-pass-to/m-p/604488#M47252</guid>
      <dc:creator>CindyLu</dc:creator>
      <dc:date>2014-06-06T19:11:41Z</dc:date>
    </item>
  </channel>
</rss>

