Jasper PDF download local is not the same as PDF production

fsi

I built my system in grails and when I download my Pdf in my development(local), my report goes really nice. But when I put on production(another machine ubuntu) and download on it, the report goes bad. Keep cutting words, some $P{...} goes a little up. Why does it happen?

Look at this: image

  • The dates "Iníci" should be "Início" and Términ should be "Término".
  • The "Selo (Bentonita +" doesn't end with ")", because is cutting the word.
  • The dates "03/03/2015" and "05/03/2015" is little up

In my local, everything is aligned and the labels are showing everything.

lvojnovic

Add the jasperreports-font dependency to your BuildConfig.groovy:

dependencies {
    runtime 'net.sf.jasperreports:jasperreports-fonts:6.0.0'
}

and in your report use only DejaVu fonts.

That should make sure you see the same report in development and production.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Download option for pdf generated by Jasper reports in browsers not working

From Dev

How to merge two jrxml jasper report into 1 pdf same page

From Dev

Force download of PDF file on the same PHP page

From Dev

Saving jasper report as pdf on server

From Dev

Jasper show Chinese word to pdf

From Dev

Jasper Sub Report not shown in PDF

From Dev

Saving jasper report as pdf on server

From Dev

how can i do download of PDF archive of jasper report using AJAX?

From Dev

Generating pdf with wkhtmltopdf and download the pdf

From Dev

PHP - download pdf file from link and save in local file folder

From Dev

How to save the same PDF report several times from jasper using java without overriding the existing file in the directory

From Dev

How to print html content to a PDF with jasper reports?

From Dev

Jasper Report Export PDF with Hibernate annotation

From Dev

Jasper Report Plugin Generate PDF in Grails 2.4.2

From Dev

Send pdf jasper straight to the printer in web app

From Dev

Getting null value in jasper report PDF

From Dev

Auto download PDF in Firefox

From Dev

How to download pdf with no url

From Dev

jsPDF Output PDF Download

From Dev

Phonegap download pdf(files)

From Dev

Download and Save PDF for viewing

From Dev

How to force a PDF download?

From Dev

Download PDF using AngularJS

From Dev

Download PDF using Angular

From Dev

Download pdf loop

From Dev

issue with download pdf with jquery

From Dev

Auto download PDF in Firefox

From Dev

Download pdf loop

From Dev

download a pdf using java