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

woocher

Members
  • Posts

    5
  • Joined

  • Last visited

woocher's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. ok thx i inserted a char(13) as delimiter and it worked
  2. Is it anyway that we can insert a new line in a statistext (not using iReport)? ie. i have "aaa\nbbb" whould like to have "aaa" "bbb" thx
  3. I saw that we can use some HTML tags but is it anyway to dump HTML(<table>) directly in a HTML markup? Post Edited by woocher at 11/21/2010 13:10 Post Edited by woocher at 11/21/2010 13:10
  4. i have the same question, so can somebody anwser the question?
  5. Hi, I have a big problem, i can't create a PDF with EPS/PNG/Postscript images (I'm using Java classes)! Everything works fine with JPG, but when I'm trying to insert EPS I have this message : net.sf.jasperreports.engine.JRException: Image read failed.at net.sf.jasperreports.engine.util.JRJdk14ImageReader.readImage(JRJdk14ImageReader.java:73)at net.sf.jasperreports.engine.util.JRImageLoader.loadImage(JRImageLoader.java:245)at net.sf.jasperreports.engine.JRImageRenderer.getImage(JRImageRenderer.java:476)at net.sf.jasperreports.engine.JRImageRenderer.getOnErrorRendererForImage(JRImageRenderer.java:429)at net.sf.jasperreports.engine.export.JRPdfExporter.exportImage(JRPdfExporter.java:1297)at net.sf.jasperreports.engine.export.JRPdfExporter.exportElements(JRPdfExporter.java:772)at net.sf.jasperreports.engine.export.JRPdfExporter.exportPage(JRPdfExporter.java:736)at net.sf.jasperreports.engine.export.JRPdfExporter.exportReportToStream(JRPdfExporter.java:615)at net.sf.jasperreports.engine.export.JRPdfExporter.exportReport(JRPdfExporter.java:384)at net.sf.jasperreports.engine.JasperExportManager.exportReportToPdfFile(JasperExportManager.java:122)at com.qwi.coficio.productdetailreport.ProductDetailReport.printSmartAlbum_Rona(ProductDetailReport.java:996)at com.qwi.coficio.productdetailreport.ProductDetailReport.processCapRona20(ProductDetailReport.java:1193)at com.qwi.coficio.productdetailreport.ProductDetailReport.main(ProductDetailReport.java:252) This is my code : <image isUsingCache="true"> <reportElement x="0" y="0" width="50" height="50"/> <imageExpression class="java.lang.String"><![CDATA[$F{path_1}]]></imageExpression></image> path_1 is the image path This is what I tried so far : Usingclass java.io.Fileclass java.io.InputStreamclass java.awt.ImageJRImageLoader.loadImage((byte[])...) My images are mostly eps, psd, tif. and I need to export a PDF Anbody got an idea? Is this a know bug? Thx! Post Edited by woocher at 11/02/2010 22:41
×
×
  • Create New...