Hi Scott,
I have to admit that I usually do server-side PDFs. For simple PDF cases I even prefer XSL:FO using Apache Velocity + Apache FOP. That's very flexible but also a little hardcore. For real reports I like Birt. Chris ________________________________ Von: Paul Hastings <[email protected]> Gesendet: Mittwoch, 7. September 2016 23:42:06 An: [email protected] Betreff: Re: Reports iText is one of the best PDF libraries around--it drives the PDF bits in adobe's coldfusion. Besides the java version there's a c# one as well. There's also an AS3 port (or partial port) purePDF but I found generating the PDFs server side and returning a URL was faster. On Thu, Sep 8, 2016, 04:18 OK <[email protected]> wrote: > You could go with one of these PHP libs: > > https://tcpdf.org/ > http://fpdf.de/ > https://framework.zend.com/manual/1.10/en/zend.pdf.html > > HTH, > Olaf > > > > -- > View this message in context: > http://apache-flex-users.2333346.n4.nabble.com/Reports-tp13511p13512.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >
