Word Wrap in PDF Report

Hi

I have a PDF Report with order printing , in sub select detail option i have more than 5 fields, i want to word wrap the material name or any other fields which is more then the width. Is It possible in PDF Report or not? i tried to search but found nothing.

[ATTACH=CONFIG]n70998[/ATTACH]

Regards !

Capture.PNG

afaik you need to use multicell, which supports wrapping. So the basic standard pdf doesnt do that.
But you can make it yourself, the ‘easy’ way would be to create the basic pdf and then edit the generated code.
Find the piece you want to multiwrap and change the code accordingly (see the tcpdf library).

Thanks rr

I can try TCPDF library , but can’t understand, …