Export multline grid data to pdf through java

I was trying to export a grid data with multiline content to PDF but data is getting truncated in PDF. I am using the latest version of the java utility package provided on your site but does not work. Please let me know whether this feature is supported by your java package or not.

If it is not supported in java is there any work around to achieve this.

–Pradeep

Hi,
unfortunately java version of export doesn’t support multiline cells in PDF.
There is no workaround for that issue. PHP version implements multiline cells better. You may try to use it (for example place export script at some service which enables executing php scripts, not at local server).