<?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 printWidget, printServiceUrl on own server in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printwidget-printserviceurl-on-own-server/m-p/1515323#M85208</link>
    <description>&lt;P&gt;Dear users,&lt;/P&gt;&lt;P&gt;I successfully use the printWidget in my JS Maps SDK. I use it like:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt; const print = new Print({
view: view,
printServiceUrl:
"https://utility.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task",
allowedLayouts: ["a3-landscape", "a3-portrait","a4-landscape", "a4-portrait" ],
allowedFormats: ["jpg", "png8", "png32","pdf"],
templateOptions: {
title: "Datenausdruck",
author: "Stadt Ibbenbüren",
copyright: "",
legendEnabled: false
}
});
view.ui.add(print, {
  position: "top-right"
});	&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to have the printService on our own server. Is that possible? What do I have to do for that? Do I need an own ArcGIS Server instance for that?&lt;/P&gt;</description>
    <pubDate>Tue, 06 Aug 2024 07:20:24 GMT</pubDate>
    <dc:creator>KaiBehncke</dc:creator>
    <dc:date>2024-08-06T07:20:24Z</dc:date>
    <item>
      <title>printWidget, printServiceUrl on own server</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printwidget-printserviceurl-on-own-server/m-p/1515323#M85208</link>
      <description>&lt;P&gt;Dear users,&lt;/P&gt;&lt;P&gt;I successfully use the printWidget in my JS Maps SDK. I use it like:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt; const print = new Print({
view: view,
printServiceUrl:
"https://utility.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task",
allowedLayouts: ["a3-landscape", "a3-portrait","a4-landscape", "a4-portrait" ],
allowedFormats: ["jpg", "png8", "png32","pdf"],
templateOptions: {
title: "Datenausdruck",
author: "Stadt Ibbenbüren",
copyright: "",
legendEnabled: false
}
});
view.ui.add(print, {
  position: "top-right"
});	&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to have the printService on our own server. Is that possible? What do I have to do for that? Do I need an own ArcGIS Server instance for that?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 07:20:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printwidget-printserviceurl-on-own-server/m-p/1515323#M85208</guid>
      <dc:creator>KaiBehncke</dc:creator>
      <dc:date>2024-08-06T07:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: printWidget, printServiceUrl on own server</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printwidget-printserviceurl-on-own-server/m-p/1515629#M85215</link>
      <description>&lt;P&gt;Yes, the PrintingTools service is a built-in service that comes with &lt;A href="https://enterprise.arcgis.com/en/server/" target="_self"&gt;ArcGIS Server&lt;/A&gt;, so if you want to host it, you would need to install and license ArcGIS Server on your own server.&amp;nbsp; More information is available &lt;A href="https://enterprise.arcgis.com/en/server/latest/publish-services/windows/printing-in-web-applications.htm" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 17:29:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printwidget-printserviceurl-on-own-server/m-p/1515629#M85215</guid>
      <dc:creator>JoelBennett</dc:creator>
      <dc:date>2024-08-06T17:29:41Z</dc:date>
    </item>
  </channel>
</rss>

