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

oni_ffm

Members
  • Posts

    1
  • Joined

  • Last visited

oni_ffm's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. 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");
×
×
  • Create New...