<?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: Server printing in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/server-printing/m-p/496752#M12737</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can use PrintParameters.Format to specify specify the file format. Your choices are available after making GetServiceInfo call: &lt;A href="https://developers.arcgis.com/silverlight/api-reference/#ESRI.ArcGIS.Client.Printing~ESRI.ArcGIS.Client.Printing.PrintTask~GetServiceInfoAsync.html" title="https://developers.arcgis.com/silverlight/api-reference/#ESRI.ArcGIS.Client.Printing~ESRI.ArcGIS.Client.Printing.PrintTask~GetServiceInfoAsync.html"&gt;ArcGIS API for Silverlight API Reference| ArcGIS for Developers&lt;/A&gt; . PrintServiceInfo.Formats should give you the list of supported file format. SDK sample: &lt;A href="https://developers.arcgis.com/silverlight/sample-code/start.htm#ExportWebMap" title="https://developers.arcgis.com/silverlight/sample-code/start.htm#ExportWebMap"&gt;ArcGIS API for Silverlight - Interactive Samples | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PrintResult.Url gives you link to the file. You have several options to download data and save, you can look at any of these samples:&lt;/P&gt;&lt;P&gt;&lt;A href="https://code.msdn.microsoft.com/HttpClient-Downloading-to-4cc138fd" title="https://code.msdn.microsoft.com/HttpClient-Downloading-to-4cc138fd"&gt;HttpClient: Downloading to a Local File in C# for Visual Studio 2010&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://msdn.microsoft.com/en-us/library/ez801hhe%28v=vs.110%29.aspx" title="https://msdn.microsoft.com/en-us/library/ez801hhe%28v=vs.110%29.aspx"&gt;WebClient.DownloadFile Method (String, String) (System.Net)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://social.msdn.microsoft.com/Forums/silverlight/en-US/1ccfb243-6ccd-4e69-ab90-d357aa8e1f4c/how-to-save-file-locally-after-downloading-it-with-webclient?forum=silverlightnet" title="https://social.msdn.microsoft.com/Forums/silverlight/en-US/1ccfb243-6ccd-4e69-ab90-d357aa8e1f4c/how-to-save-file-locally-after-downloading-it-with-webclient?forum=silverlightnet"&gt;How to save file locally after downloading it with webclient?&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/8230438/download-file-from-absolute-uri-to-stream-to-savefiledialog" title="http://stackoverflow.com/questions/8230438/download-file-from-absolute-uri-to-stream-to-savefiledialog"&gt;silverlight - download file from absolute uri to stream to SaveFileDialog - Stack Overflow&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 May 2015 17:02:41 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2015-05-06T17:02:41Z</dc:date>
    <item>
      <title>Server printing</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/server-printing/m-p/496751#M12736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Folks i am asking can we save server side map to image or PDF?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; System.Windows.Browser.HtmlPage.Window.Navigate(e.PrintResult.Url, "_blank", "toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,titlebar=no,");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to modify this code for save result to local computer.....any idea?&lt;A href="https://community.esri.com/migrated-users/3928"&gt;Dominique Broux&lt;/A&gt;​&lt;A href="https://community.esri.com/migrated-users/3055"&gt;Jennifer Nery&lt;/A&gt;​&lt;A href="https://community.esri.com/migrated-users/15520"&gt;Asser Swelam&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 11:11:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/server-printing/m-p/496751#M12736</guid>
      <dc:creator>Asgharkhan</dc:creator>
      <dc:date>2015-05-06T11:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Server printing</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/server-printing/m-p/496752#M12737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can use PrintParameters.Format to specify specify the file format. Your choices are available after making GetServiceInfo call: &lt;A href="https://developers.arcgis.com/silverlight/api-reference/#ESRI.ArcGIS.Client.Printing~ESRI.ArcGIS.Client.Printing.PrintTask~GetServiceInfoAsync.html" title="https://developers.arcgis.com/silverlight/api-reference/#ESRI.ArcGIS.Client.Printing~ESRI.ArcGIS.Client.Printing.PrintTask~GetServiceInfoAsync.html"&gt;ArcGIS API for Silverlight API Reference| ArcGIS for Developers&lt;/A&gt; . PrintServiceInfo.Formats should give you the list of supported file format. SDK sample: &lt;A href="https://developers.arcgis.com/silverlight/sample-code/start.htm#ExportWebMap" title="https://developers.arcgis.com/silverlight/sample-code/start.htm#ExportWebMap"&gt;ArcGIS API for Silverlight - Interactive Samples | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PrintResult.Url gives you link to the file. You have several options to download data and save, you can look at any of these samples:&lt;/P&gt;&lt;P&gt;&lt;A href="https://code.msdn.microsoft.com/HttpClient-Downloading-to-4cc138fd" title="https://code.msdn.microsoft.com/HttpClient-Downloading-to-4cc138fd"&gt;HttpClient: Downloading to a Local File in C# for Visual Studio 2010&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://msdn.microsoft.com/en-us/library/ez801hhe%28v=vs.110%29.aspx" title="https://msdn.microsoft.com/en-us/library/ez801hhe%28v=vs.110%29.aspx"&gt;WebClient.DownloadFile Method (String, String) (System.Net)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://social.msdn.microsoft.com/Forums/silverlight/en-US/1ccfb243-6ccd-4e69-ab90-d357aa8e1f4c/how-to-save-file-locally-after-downloading-it-with-webclient?forum=silverlightnet" title="https://social.msdn.microsoft.com/Forums/silverlight/en-US/1ccfb243-6ccd-4e69-ab90-d357aa8e1f4c/how-to-save-file-locally-after-downloading-it-with-webclient?forum=silverlightnet"&gt;How to save file locally after downloading it with webclient?&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/8230438/download-file-from-absolute-uri-to-stream-to-savefiledialog" title="http://stackoverflow.com/questions/8230438/download-file-from-absolute-uri-to-stream-to-savefiledialog"&gt;silverlight - download file from absolute uri to stream to SaveFileDialog - Stack Overflow&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 17:02:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/server-printing/m-p/496752#M12737</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2015-05-06T17:02:41Z</dc:date>
    </item>
  </channel>
</rss>

