Select to view content in your preferred language

Print Widget - Export Map and Print to Hard Copy?

2391
4
Jump to solution
07-08-2012 07:52 AM
TimHayes
Frequent Contributor
I have Flex 3.0. I set up the Print Widget to export map to PDF and various other image formats. Is it possible to still use the same widget to print to hard copy AND export map? what are the tags/parameters I need to use?

I want to give my users the choice to export the map and/or print the map directly without exporting.

Yes, they could still export the map and then print from the image that was exported, but I want to eliminate this extra step. The other option is to have them print the map using File-Print in Internet Explorer. I would prefer they just use the Print Icon inside the Flex GUI for all their printing needs (digital and hard copy)
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
BjornSvensson
Esri Regular Contributor
... Flex 3.0 ... Print Widget to export map to PDF and various other image formats. Is it possible to still use the same widget to print to hard copy AND export map? what are the tags/parameters I need to use?


You would have to add the Print Widget twice, with different configuration files.  Or go into the source code for the Print Widget, re-write the code, then compile it.

View solution in original post

0 Kudos
4 Replies
ShaningYu
Honored Contributor
I got problem to export PDF, as reported in the thread http://forums.arcgis.com/threads/61465-Print-Unable-to-Complete-Operation.  Can you export your map successuflly?  Thanks.
0 Kudos
TimHayes
Frequent Contributor
I got problem to export PDF, as reported in the thread http://forums.arcgis.com/threads/61465-Print-Unable-to-Complete-Operation.  Can you export your map successuflly?  Thanks.


No problems. We run it from a dual core server.
0 Kudos
BjornSvensson
Esri Regular Contributor
... Flex 3.0 ... Print Widget to export map to PDF and various other image formats. Is it possible to still use the same widget to print to hard copy AND export map? what are the tags/parameters I need to use?


You would have to add the Print Widget twice, with different configuration files.  Or go into the source code for the Print Widget, re-write the code, then compile it.
0 Kudos
TimHayes
Frequent Contributor
You would have to add the Print Widget twice, with different configuration files.  Or go into the source code for the Print Widget, re-write the code, then compile it.


I added it twice. Downloaded some cool custom icons and changed the names of each widget all in the app builder! Now I have a "Print to Paper" icon and an "Export to PDF or Other Format" icon on my Widget Bar.
0 Kudos