Export celltab to pdf

43 views
Skip to first unread message

Amir kessentini

unread,
Mar 17, 2014, 6:57:25 PM3/17/14
to google-we...@googlegroups.com
Hello,
In my gwt application, i have a celltab which containes data relatifs to class devis.
i create a button export that allow me to generate pdf file for a celletab selected.how should i do that ?
i think i have to use itext api but i don't khnow how.Even that, should i do the export on client side or sever side ?

please help 

Bhumika Thaker

unread,
Mar 17, 2014, 10:55:44 PM3/17/14
to google-we...@googlegroups.com

You have to write servlet for export data.  Do below steps :
1) get selected data from selection handler.
2) create rpc call which set selected data in http session of server.
3)on success,  call submit form that call servlet.
4) write code to read data from session attribute and use itext tag for formatting data in servlet
5) finally generate pdf

Thanks,
Bhumika

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-tool...@googlegroups.com.
To post to this group, send email to google-we...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Amir kessentini

unread,
Mar 18, 2014, 1:53:46 PM3/18/14
to google-we...@googlegroups.com
ok thanks :) i will try that ;)


--
You received this message because you are subscribed to a topic in the Google Groups "Google Web Toolkit" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-web-toolkit/t4oy-PdL0qk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-web-tool...@googlegroups.com.

Jens

unread,
Mar 18, 2014, 2:02:11 PM3/18/14
to google-we...@googlegroups.com
ok thanks :) i will try that ;)

There is also JasperReports and Eclipse BIRT if you need some higher level reporting.

-- J.
Reply all
Reply to author
Forward
0 new messages