Select to view content in your preferred language

Send PDF generated from map as an email

528
1
10-27-2010 01:04 AM
shafitrumboo
Occasional Contributor
Hi,

I have to implement  user should be able to  email the current map view as PDF.
I'm able to generate PDF using ALIVEPDF and I'm sure I can implement it using serverside code in asp.net. Can I do same in flash without opening new window.
Tags (2)
0 Kudos
1 Reply
JustinGreco
Frequent Contributor
You can't send emails directly from Flex, you need to write a script on the backend.  I'm sure you can find some samples online.  I use a PHP script to send emails.
0 Kudos