Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TextField's stretch property doesn't work when generating a report #115

Open
competense opened this issue Nov 29, 2024 · 0 comments
Open

Comments

@competense
Copy link

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.

Screenshot 2024-11-29 at 7 35 01 PM Screenshot 2024-11-29 at 7 34 13 PM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant