<?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: Printing to a Plotter in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/printing-to-a-plotter/m-p/246620#M6405</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Silverlight's print implementation is done by printing to a high-resolution bitmap. I'm guessing when you try to print to such a large format, the bitmap will be enourmous and likely the cause of the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your best bet it probably generate the print on the server and create a PDF, but of course that's a lot more work on your side (there's a sample in the code gallery).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also I suggest you cast your vote on this feature: &lt;/SPAN&gt;&lt;A href="http://dotnet.uservoice.com/forums/4325-silverlight-feature-suggestions/suggestions/656927-vector-printing?ref=title"&gt;http://dotnet.uservoice.com/forums/4325-silverlight-feature-suggestions/suggestions/656927-vector-printing?ref=title&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jun 2010 15:55:21 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2010-06-14T15:55:21Z</dc:date>
    <item>
      <title>Printing to a Plotter</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/printing-to-a-plotter/m-p/246619#M6404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone tried printing to a plotter using a larger page size (like D size paper)?&amp;nbsp; I did not have any luck with our HPDJ T1100.&amp;nbsp; It does print using the default size.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 15:45:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/printing-to-a-plotter/m-p/246619#M6404</guid>
      <dc:creator>CraigPerreault</dc:creator>
      <dc:date>2010-06-14T15:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Printing to a Plotter</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/printing-to-a-plotter/m-p/246620#M6405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Silverlight's print implementation is done by printing to a high-resolution bitmap. I'm guessing when you try to print to such a large format, the bitmap will be enourmous and likely the cause of the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your best bet it probably generate the print on the server and create a PDF, but of course that's a lot more work on your side (there's a sample in the code gallery).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also I suggest you cast your vote on this feature: &lt;/SPAN&gt;&lt;A href="http://dotnet.uservoice.com/forums/4325-silverlight-feature-suggestions/suggestions/656927-vector-printing?ref=title"&gt;http://dotnet.uservoice.com/forums/4325-silverlight-feature-suggestions/suggestions/656927-vector-printing?ref=title&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 15:55:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/printing-to-a-plotter/m-p/246620#M6405</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-06-14T15:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Printing to a Plotter</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/printing-to-a-plotter/m-p/246621#M6406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have made this custom utility from print to server&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/arcgisserver/apis/javascript/arcgis/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16934" rel="nofollow noopener noreferrer" target="_blank"&gt;http://resources.esri.com/arcgisserver/apis/javascript/arcgis/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16934&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can simply it creating images using rest calling ExportImage client-side (&lt;/SPAN&gt;&lt;A href="http://services.arcgisonline.com/ArcGIS/SDK/REST/exportimage.html" rel="nofollow noopener noreferrer" target="_blank"&gt;http://services.arcgisonline.com/ArcGIS/SDK/REST/exportimage.html&lt;/A&gt;&lt;SPAN&gt;). It return url.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you use this code &lt;/SPAN&gt;&lt;A href="http://rexdotnet.blogspot.com/2009/11/using-arcgis-server-rest-api-in-net.html" rel="nofollow noopener noreferrer" target="_blank"&gt;http://rexdotnet.blogspot.com/2009/11/using-arcgis-server-rest-api-in-net.html&lt;/A&gt;&lt;SPAN&gt; for call rest from client.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;then send urls image to ws for custom utility and in custom utility edit code and create world file :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
ESRI.ArcGIS.Carto.IRasterLayer rasterLayer = new ESRI.ArcGIS.Carto.RasterLayerClass();
rasterLayer .CreateFromFilePath(physicalpathimagegeneratefromexportimage);
templateMap.AddLayer((ILayer)rasterLayer);
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:16:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/printing-to-a-plotter/m-p/246621#M6406</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2021-12-11T12:16:35Z</dc:date>
    </item>
  </channel>
</rss>

