You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using phpjasperxml in Laravel 11 and a jrxml file from Jaspersoft Studio 6.18. Things work as expected except for the stretching ability of a TextField. I need it to stretch as some of the string values for a database field are more than one line (i.e. 1-1000 characters).
I have tried many combinations in the properties, but I think it always has something to do with Position Type= Float, Stretch Type = <anything except "No stretch">, and Text Adjust = StretchHeight.
The preview of the jrxml file is working as it should, but the PDF file generated from the same jrxml file isn't.
The text was updated successfully, but these errors were encountered:
I am using phpjasperxml in Laravel 11 and a jrxml file from Jaspersoft Studio 6.18. Things work as expected except for the stretching ability of a TextField. I need it to stretch as some of the string values for a database field are more than one line (i.e. 1-1000 characters).
I have tried many combinations in the properties, but I think it always has something to do with Position Type= Float, Stretch Type = <anything except "No stretch">, and Text Adjust = StretchHeight.
The preview of the jrxml file is working as it should, but the PDF file generated from the same jrxml file isn't.
The text was updated successfully, but these errors were encountered: