JasperStarter 2.0.0 发布,从命令行运行JasperReports

jopen 11年前

JasperStarter是一个开源的命令行启动器,用于在命令行运行 JasperReports

它拥有以下特性:

  • 运行任何JasperReport,需要一个JDBC DataSource或空的数据源。
  • 支持任何包含JDBC驱动的数据库。
  • Execute reports that need runtime parameters. The following parameter types are supported:
    • string, int, date
  • 直接打印至系统默认的打印机或给定的打印机
  • 可以显示打印机“对话框,选择打印机
  • 选择显示打印预览
  • 导出文件成以下列格式:
    • pdf, rtf, docx, odt, html
  • 在一个命令行调用导出多种格式
  • Print and export in one commanding call
  • Integrate in non Java applications (for example PHP, Python)
  • Binary executable on Windows

JasperStarter - 从命令行运行JasperReports

发布说明: The commandline syntax has changed in this release! <input> is now an argument, and the format of report parameters has changed. Specifying the parameter type is no longer necessary. The type is determined from the report, and it is no longer possible to provide a non-existent parameter. The major new feature is support for CSV files as a datasource.