17 skills found
acesseonline / PyreportjasperPython Reporting with JasperReports
QuilhaSoft / JasperPHPPure PHP library to read JRXML files made in "JasperSoft Studio" and generate reports in PDF/XLS
SIMITGROUP / PhpjasperxmlThis is a php wysiwyg report library
arachan / JasperReportsBootJasperReports font extensions and Spring Boot Sample
javadev / Jasper Xml To Pdf GeneratorThe command line tool to generate DOCX, HTML, ODT, PDF, PNG, PPTX, RTF, XLS, XLSX files from jrxml template
wasseydev / Word Report ConversionConvert Word documents into reporting tool formats such as JasperReports jrxml
okohll / RunJasperReportsRunJasperReports is a command line tool to generate report output from JasperReports report definition files (.jrxml files). These files can be generated using graphical tools such as iReport and then RunJasperReports can be used to run them against a live database at any time, e.g. on a server on a scheduled basis. Output PDF/HTML is written to disk and can optionally be emailed.
ozawa-hi / Pdf2jrxmltool to generate jasperreports jrxml file from pdf file
cfullelove / Jrxml PhpNative PHP Jasper Report XML (JRXML) Builder
QuilhaSoft / JasperPHP OpenServerThis project provides a web interface for managing and executing JasperReports, integrated with a Laravel backend and a Vue.js frontend. It allows you to upload JasperReports (.jrxml) files, manage data sources, and execute reports in various formats.
arachan / JasperReportBootmake PDF View From JRXML. made by Spring Boot.
fengyunhe / Jrxml Web DesignerA web-based report editor that supports JRXML file editing, tailored for integration with the JasperReports Library.
YamiCueto / Jrxml Viewer ExtensionProfessional VS Code extension for viewing and editing JasperReports JRXML files with interactive visual preview. Features clickable elements, properties panel, export to HTML, zoom controls, and full support for bands, text fields, images, subreports, and charts.
richardschoen / IbmijasperIBM i JasperReports Report Generation
ozawa-hi / AgatereportsPython tool to generate reports from JasperReports jrxml file
weichuyu / GenerateJrxmlFromBeanNo description available
Miftahul93 / Program Parkir JavaInstall Database Buka http://localhost/phpmyadmin Buat sebuah database parkirdb Lalu import script parkirdb.sql Error saat loading project Klik Resolve Problem, klik Resolve. Buka Folder lib , seleksi semua jar nya Laporan Buka package program.parkir -> ClassDatabase pada project Disana ada info lokasi laporan Jika menjalankan program dari Netbeans : aktifkan public static String PathReport=System.getProperty("user.dir") + "/src/"; Jika menjalankan program dari program_parkir.jar aktifkan public static String PathReport=System.getProperty("user.dir") + "/"; dan copy file report *.jrxml dan *.jasper pada folder src ke satu folder program_parkir.jar (ini berfungsi jika tidak menggunakan netbeans/publikasi)