<?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: Print sample solution from devsummit09 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-sample-solution-from-devsummit09/m-p/85085#M7678</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Domenico and Gabi.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have managed to register the dll and get my service "Print ready". How do I get the sample viewer in the zip file to work (ie. select template)? Do I reference my service (&lt;/SPAN&gt;&lt;A href="http://server01/ArcGIS/rest/services/PrintREST/Printing2/MapServer/exts/Print/applications/0"&gt;http://server01/ArcGIS/rest/services/PrintREST/Printing2/MapServer/exts/Print/applications/0&lt;/A&gt;&lt;SPAN&gt;) or what URL is used?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If possible, could you also give me some pointers on how to use this in a Flex viewer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Julian.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS. This seems to be the solution we are looking to implement.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 May 2011 08:33:25 GMT</pubDate>
    <dc:creator>JulianInskip</dc:creator>
    <dc:date>2011-05-30T08:33:25Z</dc:date>
    <item>
      <title>Print sample solution from devsummit09</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-sample-solution-from-devsummit09/m-p/85078#M7671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are using the print sample solution for .net published in 09 at dev summit. Is this sample supposed to work with ArcGIS server 10 and api 2.1 as well?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone else is still using this sample - what changes we should make to still be able to use the print solution .net with the new versions&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=197fdc9367ec4a78aa15ce94ae7323ab"&gt;http://www.arcgis.com/home/item.html?id=197fdc9367ec4a78aa15ce94ae7323ab&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 14:57:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-sample-solution-from-devsummit09/m-p/85078#M7671</guid>
      <dc:creator>GabiVoicu</dc:creator>
      <dc:date>2011-01-14T14:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Print sample solution from devsummit09</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-sample-solution-from-devsummit09/m-p/85079#M7672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am also trying to impliment the .Net version of this. I have the layers blending to the output image, but the graphics are not yet working. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a few things to remember when setting up this application:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the Web.config:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;appSettings&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add key="OutputPath" value="C:\\arcgisserver\\arcgisoutput\\" /&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add key="OutputUrl" value="http://www.[your domain]/arcgisoutput/" /&amp;gt;
&amp;nbsp; &amp;lt;/appSettings&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: OutputPath should be changed to the actual physical location of the arcgisoutput folder if the default settings were not accepted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;replace [your domain] with your virtual location of arcgisoutput &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;example: value="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.maps.ccgisc.org/arcgisoutput/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.maps.ccgisc.org/arcgisoutput/&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in IIS manager browse to Default Web Site (or whatever your application is called) make sure you have a virtual directory called arcgisoutput. If you do not have virtual directories set up, refer to the post install and configuration instructions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in layout.aspx in the init() function:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;//configure custom PrintableLayer
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; esri.config.defaults.io.proxyUrl = "http://www.maps.ccgisc.org/proxy.ashx";
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var layer = new my.PrintableLayer("http://www.maps.ccgisc.org/MergeAndOutput.ashx", {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; layers:appState.map.layers,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; extent: new esri.geometry.Extent(appState.map.extent)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;remember to replace the link location with the virtual location of your own application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;remember to update the references to the javascript api and stylesheet to version 2.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(the body of this file can also be modified to style your print page.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in printing.js:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;printingHiddenFrame.src = "../hiddenframe.html";&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;needs to match your relative location from the printing.js file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;good luck!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 23:16:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-sample-solution-from-devsummit09/m-p/85079#M7672</guid>
      <dc:creator>Kathleen_Crombez</dc:creator>
      <dc:date>2021-12-10T23:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Print sample solution from devsummit09</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-sample-solution-from-devsummit09/m-p/85080#M7673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you been able to use the sample with ArcGIS 10? We did implement the sample and had it working with 9.3 but we would like to upgrade to 10 and discovered that print not working with 10?!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 12:34:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-sample-solution-from-devsummit09/m-p/85080#M7673</guid>
      <dc:creator>GabiVoicu</dc:creator>
      <dc:date>2011-03-24T12:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Print sample solution from devsummit09</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-sample-solution-from-devsummit09/m-p/85081#M7674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I wrote a PrintSOE with currently a FlexWidget as client.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The SOE is exposed as REST with json.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There would be easy to set it up in a JS client.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can find it here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=6809086326ea4c76bf026a32bb9dd698"&gt;http://www.arcgis.com/home/item.html?id=6809086326ea4c76bf026a32bb9dd698&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 21:55:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-sample-solution-from-devsummit09/m-p/85081#M7674</guid>
      <dc:creator>TomSchuller</dc:creator>
      <dc:date>2011-03-24T21:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Print sample solution from devsummit09</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-sample-solution-from-devsummit09/m-p/85082#M7675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This was working fine for us @ 9.3.1; however, upon upgrading to AGS 10 it will not print if we use our aerials layer.&amp;nbsp; I am getting a 500 internal server error when the aerials are printed.&amp;nbsp; All other layers (basemap, etc) print fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the error output (via Firebug):&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
[NullReferenceException]: Object reference not set to an instance of an object.
&amp;nbsp;&amp;nbsp; at MergeAndOutput.BlendNoSave(Graphics baseGraphics, Bitmap topimg, Double transparency) in d:\Inetpub\mPrint\printing\dotnet\MergeAndOutput.ashx:line 303
&amp;nbsp;&amp;nbsp; at MergeAndOutput.Blend(Bitmap baseimg, Bitmap topimg, Double transparency, String output, Int32 width, Int32 height) in d:\Inetpub\mPrint\printing\dotnet\MergeAndOutput.ashx:line 250
&amp;nbsp;&amp;nbsp; at MergeAndOutput.Blend(Dictionary`2 dict) in d:\Inetpub\mPrint\printing\dotnet\MergeAndOutput.ashx:line 208
&amp;nbsp;&amp;nbsp; at MergeAndOutput.ProcessRequest(HttpContext context) in d:\Inetpub\mPrint\printing\dotnet\MergeAndOutput.ashx:line 28
&amp;nbsp;&amp;nbsp; at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
&amp;nbsp;&amp;nbsp; at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp;amp; completedSynchronously)&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 23:16:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-sample-solution-from-devsummit09/m-p/85082#M7675</guid>
      <dc:creator>AaronDrake</dc:creator>
      <dc:date>2021-12-10T23:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Print sample solution from devsummit09</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-sample-solution-from-devsummit09/m-p/85083#M7676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;if you want interested I have posted this soe:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/gallery/file/ArcObjects-.NET-API-Code-Gallery/details?entryID=C1D79B4A-1422-2418-7F85-D12BA0680EAA"&gt;http://resources.arcgis.com/gallery/file/ArcObjects-.NET-API-Code-Gallery/details?entryID=C1D79B4A-1422-2418-7F85-D12BA0680EAA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have added a sample with api javascript esri&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 15:15:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-sample-solution-from-devsummit09/m-p/85083#M7676</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2011-05-24T15:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Print sample solution from devsummit09</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-sample-solution-from-devsummit09/m-p/85084#M7677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;super fantastic...we have been waiting for this...we will try it...thank you thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;THANK YOU DOMENICO&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2011 15:59:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-sample-solution-from-devsummit09/m-p/85084#M7677</guid>
      <dc:creator>GabiVoicu</dc:creator>
      <dc:date>2011-05-25T15:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Print sample solution from devsummit09</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-sample-solution-from-devsummit09/m-p/85085#M7678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Domenico and Gabi.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have managed to register the dll and get my service "Print ready". How do I get the sample viewer in the zip file to work (ie. select template)? Do I reference my service (&lt;/SPAN&gt;&lt;A href="http://server01/ArcGIS/rest/services/PrintREST/Printing2/MapServer/exts/Print/applications/0"&gt;http://server01/ArcGIS/rest/services/PrintREST/Printing2/MapServer/exts/Print/applications/0&lt;/A&gt;&lt;SPAN&gt;) or what URL is used?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If possible, could you also give me some pointers on how to use this in a Flex viewer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Julian.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS. This seems to be the solution we are looking to implement.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2011 08:33:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-sample-solution-from-devsummit09/m-p/85085#M7678</guid>
      <dc:creator>JulianInskip</dc:creator>
      <dc:date>2011-05-30T08:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Print sample solution from devsummit09</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-sample-solution-from-devsummit09/m-p/85086#M7679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;in service directory you can see your applications and templates (if you add new templates or applications restart service because list of templates/applications is built in costruct soe) :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;your applications&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost/" rel="nofollow" target="_blank"&gt;http://localhost/&lt;/A&gt;&lt;SPAN&gt;&amp;lt;your instance ags&amp;gt;/rest/services/&amp;lt;yourservice&amp;gt;/MapServer/exts/Print?f=pjson&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;see all template of application (for example with id=0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost/" rel="nofollow" target="_blank"&gt;http://localhost/&lt;/A&gt;&lt;SPAN&gt;&amp;lt;your instance ags&amp;gt;/rest/services/&amp;lt;yourservice&amp;gt;/MapServer/exts/Print/applications/0?f=pjson&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for print template with id=0 in the application with id=1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost/" rel="nofollow" target="_blank"&gt;http://localhost/&lt;/A&gt;&lt;SPAN&gt;&amp;lt;your instance ags&amp;gt;/rest/services/&amp;lt;yourservice&amp;gt;/MapServer/exts/Print/applications/1/templates/0/printtemplate&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have added a sample in javascript . You can see this soe &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/gallery/file/arcobjects-net-api/details?entryID=87BEC705-1422-2418-34B5-308930DE323A"&gt;http://resources.arcgis.com/gallery/file/arcobjects-net-api/details?entryID=87BEC705-1422-2418-34B5-308930DE323A&lt;/A&gt;&lt;SPAN&gt; that it has a sample for flex and so you can see how call a rest soe service with flex&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2011 17:03:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-sample-solution-from-devsummit09/m-p/85086#M7679</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2011-05-30T17:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Print sample solution from devsummit09</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-sample-solution-from-devsummit09/m-p/85087#M7680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you ever fixed those print issues?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...just curious - we never did&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This was working fine for us @ 9.3.1; however, upon upgrading to AGS 10 it will not print if we use our aerials layer.&amp;nbsp; I am getting a 500 internal server error when the aerials are printed.&amp;nbsp; All other layers (basemap, etc) print fine.&lt;BR /&gt;&lt;BR /&gt;Here is the error output (via Firebug):&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
[NullReferenceException]: Object reference not set to an instance of an object.
&amp;nbsp;&amp;nbsp; at MergeAndOutput.BlendNoSave(Graphics baseGraphics, Bitmap topimg, Double transparency) in d:\Inetpub\mPrint\printing\dotnet\MergeAndOutput.ashx:line 303
&amp;nbsp;&amp;nbsp; at MergeAndOutput.Blend(Bitmap baseimg, Bitmap topimg, Double transparency, String output, Int32 width, Int32 height) in d:\Inetpub\mPrint\printing\dotnet\MergeAndOutput.ashx:line 250
&amp;nbsp;&amp;nbsp; at MergeAndOutput.Blend(Dictionary`2 dict) in d:\Inetpub\mPrint\printing\dotnet\MergeAndOutput.ashx:line 208
&amp;nbsp;&amp;nbsp; at MergeAndOutput.ProcessRequest(HttpContext context) in d:\Inetpub\mPrint\printing\dotnet\MergeAndOutput.ashx:line 28
&amp;nbsp;&amp;nbsp; at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
&amp;nbsp;&amp;nbsp; at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp;amp; completedSynchronously)&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 23:16:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-sample-solution-from-devsummit09/m-p/85087#M7680</guid>
      <dc:creator>GabiVoicu</dc:creator>
      <dc:date>2021-12-10T23:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Print sample solution from devsummit09</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-sample-solution-from-devsummit09/m-p/85088#M7681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've just had a quick look at your print routine and it is great - it brings back a floating page thingy that we lost from our old GIS when we moved to esri, so some of our old hands will love it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone got it working in the Javascript API yet?&amp;nbsp; My skills are only developing at the moment and I've never looked at flex at all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ACM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 11:57:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-sample-solution-from-devsummit09/m-p/85088#M7681</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2011-12-14T11:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Print sample solution from devsummit09</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-sample-solution-from-devsummit09/m-p/85089#M7682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ArcGIS Server 10.1 adds a printing service. Currently, 10.1 is at beta 2 and the most recent release of the JS API (2.6, released today), supports this service. We have a sample available here:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/widget_print.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/widget_print.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On the JS API side, there is now a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/printtask.htm"&gt;print task&lt;/A&gt;&lt;SPAN&gt; and a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/print.htm"&gt;print dijit&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 15:29:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-sample-solution-from-devsummit09/m-p/85089#M7682</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-12-14T15:29:38Z</dc:date>
    </item>
  </channel>
</rss>

