It depends. If you are using AIR, you could use Merapi to connect with a Java application to send the fax.
If you are using a browser, you would have to send the data to a back end server which could send the fax. For example, using PHP, you could create a PDF with TCPDF (http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf) and then use a service like InterFax (http://www.interfax.net/en/dev/php) to send the fax. --- In [email protected], "Christophe" <christophe_jacque...@...> wrote: > > Hello, > > Is it possible to send a Fax from a Flex application ? > > Thank you, > Christophe, >

