Re: Reports

2016-09-08 Thread modjklist
I use iText on my application (java) server. Works beautifully. - Original Message - From: "OK" <p...@olafkrueger.net> To: users@flex.apache.org Sent: Wednesday, September 7, 2016 2:15:10 PM Subject: Re: Reports You could go with one of these PHP libs: https://

AW: Reports

2016-09-07 Thread Christofer Dutz
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 <paul.ha

Re: Reports

2016-09-07 Thread Paul Hastings
OK <p...@olafkrueger.net> 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:/

Re: Reports

2016-09-07 Thread OK
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.246.n4.nabble.com/Reports-tp13511p13512.html Sent from the Apache Flex Users mailing

Reports

2016-09-07 Thread Scott
Hi I have been using a AlivePDF to create a few single page prints out, however AlivePDF is not easy and IMHO not that flexible I need to create a number of reports from MongoDB database, this could be server based or Client side, as the client holds the full data model Any suggestions

Re: reports

2014-12-16 Thread quick6black
I use alivePDF to generate reports. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/reports-tp9174p9201.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

reports

2014-12-15 Thread CodeGirl
Does Flex or FlashBuilder provide some kind of reports features? I have been researching report software such as Report Builder for ColdFusion, Oracle Forms and Reports, and Oracle BI, But is there something which I can use what I already have in flex? Like I am looking at a screen I designed

Re: reports

2014-12-15 Thread mark goldin
Not really. Flex has a very limited print capability. I have been using a real report engine - SSRS. On Mon, Dec 15, 2014 at 11:42 AM, CodeGirl michellenicho...@yahoo.com wrote: Does Flex or FlashBuilder provide some kind of reports features? I have been researching report software

Re: reports

2014-12-15 Thread jude
If you are wanting to print what is on the screen you can use the FlexPrintJob class [1]. You can also recreate it with AlivePDF [2]. We have printed datagrid data and there are multiple tutorials out there [3]. There are some limitations to printing in Flex / Flash. I've used Crystal Reports

Re: reports

2014-12-15 Thread Alex Harui
On 12/15/14, 9:42 AM, CodeGirl michellenicho...@yahoo.com wrote: Does Flex or FlashBuilder provide some kind of reports features? I have been researching report software such as Report Builder for ColdFusion, Oracle Forms and Reports, and Oracle BI, But is there something which I can use what