2
I developed a report in Jasperstudio which takes some information from the database and also some parameters that are passed via Inputs, when I am testing the application on my station, the PDF is generated correctly, but when I am running the same application on the development server the PDF file is missing and disfigured.
Localhost the file comes out with the following Header (Correct form)
And when it runs on the development server it looks like this (Incorrect form)
What could be causing this?
I need more details about your report to answer, at least what components were used. But a priori it seems to me that if you extend the space of Static text a little it can be solved. As for the date this may be Locale, your Jasper is in Portuguese and the server in English.
– Gustavo Fragoso
@Gustavofragoso, But in the view is ok, and when I report on my station nothing is cut, How can I give you more details of my report?
– R.Santos