Flex Viewer 3.6 Print Widget DPI (Compiled Version)

4140
4
03-17-2016 04:31 PM
DevonHedemark1
New Contributor III

What is the correct syntax to increase the DPI of prints from the PrintWidget?

<?xml version="1.0" ?>

<configuration>

<taskurl>http://corgis01/arcgis/rest/services/ExportWebMap/GPServer/Export%20Web%20Map</taskurl>

<title visible="true">City of Redding Map Server</title>

<author>Author's name</author>

<dpi>"500"</dpi>

<usescale defaultvalue="2000">true</usescale>

</configuration>

<!--

    See Print widget tag reference at

    http://links.esri.com/printwidget

-->

<dpi>The Dots Per Inch (dpi) value of the exported map. Default number value is '96'. [Added at version 3.5]

Regards, Devon

0 Kudos
4 Replies
RobertScheitlin__GISP
MVP Emeritus

Devon,

  Make sure you don't get caught off guard when browsers quit supporting plugins and Flash player goes away. Esri has already quit support for the Flex API and Viewer (you probably already knew this).

Here is a thread that may help:

https://community.esri.com/thread/63027#comment-293741

DevonHedemark1
New Contributor III

Thanks Robert!  Yes, we are actively working on new applications in WebApp Builder.  I would like to implement the Developers Edition but have not quite figured out how to get started.  Let me know if you know of resources to get started.  I am not developer but hope I could build basic applications that include widgets like Street View which are not currently available in the "out of the box"  Web App Builder.

Regarding the resource provided for Flex printing, I believe this is for the non-compiled version and I do not use Flash Builder.  I am using the compiled version and was hoping to edit the .XML.

I hope we have enough time to move away from flex in time!

Regards, Devon

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Devon,

   If you are using the compiled version then then there is nothing you can do as there is not an XML property to change for your needs.

As far as getting started with WAB developer there is the help page that is fairly straight forward and easy to follow.

Get started—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers

DanPatterson_Retired
MVP Emeritus

test

0 Kudos