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.
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.