pentaho-reporting
pentaho-reporting copied to clipboard
Java class library for generating reports.
Any chance to publish updated community edition components to maven central? I cannot identify easily which maven repository is to be used for community edition. The latest artifacts do not...
There is html fragment of richtext: ``` 13px high text here. ``` It should be rendered as text with height 10pt, but because of bug in `org.pentaho.reporting.engine.classic.core.layout.richtext.HtmlRichTextConverter.HtmlRichTextConverter` and its function...
Hi there, we try to use the pentaho reporting SDK within a spring boot application. **build.gradle**: ```gradle plugins { id 'java' id 'org.springframework.boot' version '3.2.5' id 'io.spring.dependency-management' version '1.1.4' }...
https://pentaho-jira-archive.orl.eng.hitachivantara.com/browse/BISERVER-10627 This jira introduced cancellation of the report on user's request. All of this code due to some reasons was put in reporting plugin instead of reporting-core. I have move...