Jump to content
We've recently updated our Privacy Statement, available here ×

Missing words when deploy in Linux Server


oni_ffm

Recommended Posts

Hi all,

i have a problem that when i deploy my project in a Linux Server, the generated PDF is not identified like the JRViewer Review.

But In window it works fine :(

I have tried to use

 isPdfEmbedded

isPrintWhenDetailOverflows

 

but it did still not work.

has some one idea? I used jasper report 3.7.1

Thanks

 

Attacht 1 : my jrxml report

Attach 2 : if i use JRViewer or in Window Server

Attach 3: My report in Linux

My Java Code

            conn = getConnection();
            System.out.println("compile begin");
             jasperReport = JasperCompileManager.compileReport("JRXML/" +
             reportName + ".jrxml");
           
             jasperPrint = JasperFillManager.fillReport(jasperReport,
             parameter, conn);

            JasperExportManager.exportReportToPdfFile(jasperPrint, "output/"
             + reportName + ".pdf");
 

 

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

I have similar problems, I believe. I think your problem and my problem are related. I don't get the label text written in charts.

I suspect that is a problem related to missing fonts, but I am unable to figure out what fonts is JasperReports using

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...