We're using "SmartClient Version v9.1p_2014-04-10/PowerEdition". We're facing issue when we export huge word(s) without spaces it breaking the pdf content as those words are not wrapped ( see attachment)
When we apply “table-layout:fixed;” content is overflowing from the pdf cell and overlapping with other fields and overflowing out of the page.
We tried with "flying-saucer-core" jar, as mentioned in below URL; it fixed the word wrap issue but it is throwing "NoSuchMethodError".
https://github.com/flyingsaucerproje...7d86518598ac45
Also, we find from smartclint site, core-renderer-R8-isomorphic jar is the fix for "NoSuchMethodError" issue and we're not clear what is the next step.
http://www.smartclient.com/smartgwt-...endencies.html
Can you please let us know below info:
* What are the differences between "core-renderer-R8-isomorphic.jar" source code and "flying-saucer-core.jar" source code.
* What is the different between "core-renderer-R8-isomorphic.jar" to that of core-renderer-R8.jar"
* Will it work if we implement the same changes in "core-renderer-R8-isomorphic" jar.
* Where I'll get "core-renderer-R8-isomorphic" source code.
When we apply “table-layout:fixed;” content is overflowing from the pdf cell and overlapping with other fields and overflowing out of the page.
We tried with "flying-saucer-core" jar, as mentioned in below URL; it fixed the word wrap issue but it is throwing "NoSuchMethodError".
https://github.com/flyingsaucerproje...7d86518598ac45
Also, we find from smartclint site, core-renderer-R8-isomorphic jar is the fix for "NoSuchMethodError" issue and we're not clear what is the next step.
http://www.smartclient.com/smartgwt-...endencies.html
Can you please let us know below info:
* What are the differences between "core-renderer-R8-isomorphic.jar" source code and "flying-saucer-core.jar" source code.
* What is the different between "core-renderer-R8-isomorphic.jar" to that of core-renderer-R8.jar"
* Will it work if we implement the same changes in "core-renderer-R8-isomorphic" jar.
* Where I'll get "core-renderer-R8-isomorphic" source code.
Comment