Page 1 of 1

How to export Graphics using dataExporter?

Posted: 20 Oct 2009, 23:09
by pelikan
Is there any way for me to create a graphic via dataExporter pre ou pos processor and then I export it to excel?

Tks,
Thiago Teixeira

Re: How to export Graphics using dataExporter?

Posted: 20 Oct 2009, 23:18
by cagatay.civici
I guess it'll be possible with excel poi api, the showcase pdfexporter has a preprocessor that adds an image to the pdf.

http://97.107.138.40:8080/prime-showcas ... cessor.jsf

Re: How to export Graphics using dataExporter?

Posted: 27 Jul 2012, 13:09
by bercolax
The above link is broken as PrimeFaces now runs at port 80. Use http://www.primefaces.org/showcase-labs ... cessor.jsf

Re: How to export Graphics using dataExporter?

Posted: 27 Jul 2012, 14:42
by vineet
You can export images by using the POI or itext apis . You will have to do it in the preporcess and the post process respectively for excel and pdf using the APIs

Re: How to export Graphics using dataExporter?

Posted: 27 Jul 2012, 14:44
by bercolax
RichFaces was doing it in 3.x versions. May be a candidate for community funding.