2
votes
1answer
74 views

Need help in Print task in ArcGIS JSAPI 3.2/3.3

I am using print task in my code and using dynamic map service layer and graphics layer (not using feature service layer) and I am able to print the map but it’s not displaying info window and ...
2
votes
0answers
59 views

ArcGIS Javascipt Api Printing

I've got a webpage which prints a web map via the ArcGIS Javascript API. The DPI of the print is 72. To debug I added three different types of symbols 1. The default (most of them are) 2. One custom ...
2
votes
2answers
59 views

Create Friendly Labels for ArcGIS Print Service Options with JS API

How can I change the print options received from an ArcGIS print service to be more friendly and descriptive using the Esri sample print service?
4
votes
1answer
190 views

PrintTask in ArcGIS Online JS Api

I'm using the PrintTask() function from the ArcGIS Online API. Works like a charm...untill you add your own graphics. When I don't run the addedAskedSymbolsToMap function in the code below, and only ...
2
votes
1answer
183 views

Can you dynamically set print options using ArcGIS JS API?

I'd like to create an option in my web application where a user can click on a print button and a list of options appears: Page template (already available via esri.dijit.print) Map Title Notes or ...
0
votes
1answer
291 views

How to to print and save the map with tiled and dynamic layers in arcgis using javascript?

I want to print this map....can anyone please suggest me how to print and save the displaying pap in arcGis using java script World Street Map <style> ...
1
vote
1answer
122 views

Export Web Map Task for 3076 features

I am trying to use Export Web Map Task but it has a limit of 1000 records, how can I use this service or replicate this service to execute my print command. Any suggestions? I am working on ArcServer ...
2
votes
1answer
122 views

Duplicate source information from esri.tasks.PrintTask

We are trying out the PrintTask in ArcGIS Server 10.1 pre-release. When an Esri base map is enabled, we are getting source information in two places in the resulting .pdf. I can confirm that this ...
3
votes
3answers
2k views

Printing with the ArcGIS Javascript API?

Any examples of how to print a map using the JSAPI? All from the client?