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

necora11

Members
  • Posts

    3
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by necora11

  1. this report manager still has much to improve .. a big disappointment
  2. Hi, I have created several reports with ireport 5.1 and 5.2. when I use a pattern like this #, # # 0.00€ accepts correctly in the preview, but when I call the report from php like this: $xml = simplexml_load_file("xxxx.jrxml"); $PHPJasperXML = new PHPJasperXML(); $PHPJasperXML->arrayParameter=array(); $PHPJasperXML->xml_dismantle($xml); $PHPJasperXML->connect($server,$user,$pass,$db); $PHPJasperXML->transferDBtoArray($server,$user,$pass,$db); $PHPJasperXML->outpage("I"); in the browser or any pdf reader, numbers are displayed without any formatting. Someone have any solution for this problem?
  3. Hi, I'm using PHPJasperXML to geneate a pdf report. When I use "$PHPJasperXML->outpage("I");" I can show the pdf report correctly in a browser but if i use "$PHPJasperXML->outpage("F",$filename);" with the same report, a corrupt pdf file is created and can't open it with any pdf reader or browser. Can anyone help me with this error??
×
×
  • Create New...