Hi, There are some libraries like pd4ml which does HTML to PDF conversion. You can send a HTML string, using element.getInnerHTML() and on server side pd4ml can convert HTML code to PDF for you. From server side you can return a URL of PDF generated.
On 27 February 2010 06:49, Chris Lercher <[email protected]> wrote: > Hi Red, > > On Feb 25, 4:05 pm, Red Mosquito <[email protected]> wrote: > > #1) Sending this HTML code to the server as URL parameter is not a > > good idea, I didn't even give it a try. > > you don't have to send it as a URL parameter - just send it as an > argument in a GWTRPC call (or JSON, ...). > Or maybe create a simple routine (on the client side) that converts > the FlexTable's structure into something more stable for the server > side first. > > Chris > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
