I assume you mean PDF files. There is no function per se. What I do is use navigateToURL to go to a PHP page that uses TCPDF to generate the PDF file (Either in a new tab or window). The PHP file grabs data from the database and generates the PDF based on the data.
--- In [email protected], "Christophe" <christophe_jacque...@...> wrote: > > Hello, > > I am searching examples on how to generates Php files with TCPDF from a Flex > application. Which function to use in the Flex application ? > > Thank you, > Christophe, >

