ok thanks :) i will try that ;)
2014-03-18 3:55 GMT+01:00 Bhumika Thaker <[email protected]>: > 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 > On Mar 18, 2014 4:27 AM, "Amir kessentini" <[email protected]> > wrote: > >> 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 >> >> -- >> 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 [email protected]. >> >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/google-web-toolkit. >> For more options, visit https://groups.google.com/d/optout. >> > -- > 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 > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
