Hi All,

In a nutshell, I am trying to render a FlexTable content into PDF. I
am using JTidy and Flying Saucer for the convertion, which works
perfectly. I am getting the HTML content of the FlexTable with
"flexTable.getElement().getString()". I think PDF convertion should
take place in the server, however none of the following solutions I
came up with could solve my problem.

#1) Sending this HTML code to the server as URL parameter is not a
good idea, I didn't even give it a try.
#2) Creating the same FlexTable on the server side is not allowed by
GWT. I get "ERROR: GWT.create() is only usable in client code!"
#3) PDF Convertion on the client side is not allowed either, because
of some library dependencies (e.g. Itext and so on)

Does anyone have any idea?

Thanks a lot.
Red

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to