jason213123 Posted November 5, 2010 Share Posted November 5, 2010 hi, i use ireport to creat my report, i use the PHPJasperXML to load into a pdf. i need to know is any one know a alternative because this class don´t work with many functions that we have in the ireport. thanks a lot for your help Link to comment https://forums.phpfreaks.com/topic/217895-how-generate-pdf-file-using-a-jrxml-file/ Share on other sites More sharing options...
darkfreaks Posted November 5, 2010 Share Posted November 5, 2010 why not just integrate FPDF into the xml class? http://www.gtkforums.com/about2670.html Link to comment https://forums.phpfreaks.com/topic/217895-how-generate-pdf-file-using-a-jrxml-file/#findComment-1130891 Share on other sites More sharing options...
jason213123 Posted November 5, 2010 Author Share Posted November 5, 2010 hi, the link that you say is what i already use what i need is a alternative how can i do this? "why not just integrate FPDF into the xml class? " Link to comment https://forums.phpfreaks.com/topic/217895-how-generate-pdf-file-using-a-jrxml-file/#findComment-1130900 Share on other sites More sharing options...
darkfreaks Posted November 5, 2010 Share Posted November 5, 2010 how exactly do you want it to work if i knew more i could possibly come up with something Link to comment https://forums.phpfreaks.com/topic/217895-how-generate-pdf-file-using-a-jrxml-file/#findComment-1130902 Share on other sites More sharing options...
jason213123 Posted November 5, 2010 Author Share Posted November 5, 2010 hi, in ireport i have a code bar and others like page header,details, column footer etc but the PHPJasperXML don´t load the code bar like other elements. what i need is a alternative to creat the pdf with less limitations. Link to comment https://forums.phpfreaks.com/topic/217895-how-generate-pdf-file-using-a-jrxml-file/#findComment-1130904 Share on other sites More sharing options...
darkfreaks Posted November 5, 2010 Share Posted November 5, 2010 i need the code but you could try TCPDF instead of FPDF. require_once('../config/lang/eng.php'); require_once('../tcpdf.php'); other than that you can look some examples on how to intergrate your application with TCPDF. http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf_examples Link to comment https://forums.phpfreaks.com/topic/217895-how-generate-pdf-file-using-a-jrxml-file/#findComment-1130905 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.