I'm not familiar with iText. Does it provide a class that is capable
of drawing to a Graphics2D instance? If so, you might be able to wrap
it in a custom subclass of Image and display it in an ImageView.
On Oct 21, 2009, at 6:57 AM, Vicente de Rivera III wrote:
Nope just plain iText to generate pdf
On Tue, Oct 20, 2009 at 9:44 PM, Greg Brown <gkbr...@mac.com> wrote:
How are you planning to generate the reports? Are you using a
reporting package?
On Oct 19, 2009, at 7:03 AM, Vicente de Rivera III wrote:
Hi everyone, right now I'm gonna implement report documents +
printing in my pivot based app.
I just saw iText's helloworld (w/c is only 5 lines!).I'd like to
have a 'print preview' right inside my app.
Maybe Pivot chart can help? Any comment on this?