try { JRResultSetDataSource resultSetDataSource = new JRResultSetDataSource( rs); // HashMap<String, Object> pm = new HashMap<String, Object>(); ClassLoader classLoader = getClass().getClassLoader(); File file = new File(classLoader.getResource(rpt).getFile()); log.info(file.getAbsolutePath().replace("%20", " ")); JasperReport jr = JasperCompileManager.compileReport(file .getAbsolutePath().replace("%20", " ")); // JasperReport jr = JasperCompileManager.compileReport(cf // .getString("jasperPath") + "\\" + rpt); JasperPrint jp = JasperFillManager.fillReport(jr, null, resultSetDataSource); JasperExportManager.exportReportToPdfFile(jp, cf.getString("outPath") + "\\" + licenseno + ".pdf"); log.info("success : " + cf.getString("outPath") + "\\" + licenseno + ".pdf"); } catch (Exception e) { log.error(e.toString()); e.printStackTrace(); }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง