Hi,

I am using the full html of my GWT project to generate PDF files. My
first approach to get the html source code was

getElement().getInnerHTML()

which works pretty well. However the major drawback of this strategy
is that style elements, which are defined externally inside a css
file, are neglected. My current idea to incorporate those style is to
use the javascript function getComputedStyle. However the
implementation of this strategy is a bit intricate for this problem
and, in addition, it may lead to browser dependencies.

Does anybody know of a better solution to this problem?
Thank you very much

-- 
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.

Reply via email to