On line guide/help
You are on page 6 of the online help. Navigate sequentially through the guide pages or search for a topic of interest to you.
Index Prev. NextVersion history
Current version : 1.0.5 - 27 Nov. 2025
- Added new attribute "textfit" to box element. Possible values:
- None : Use text as it is (no truncate, no resize)
- Auto (default) : Truncate text if too large. If text truncate fails, resize text (scales down font if text is too large)
- Truncate : Truncate text if too large
- Resize : Scales down font if text is too large
- Added new attribute "format" to box element (custom text format)
- Added new elements:
- TextFit (sets the default text fitting mode, used when the "textfit" attribute is not set on the box element)
- Measure (define chart measures)
- Fix for Box element (handled UTF8 multibyte text)
- Added a new attribute "showvalues" (yes/no) to barchart element
- Added a new attribute "format" to measure element (float, integer, currency, %, ..)
- Added new method SetFormatCallback to call a custom callback function for values formatting
- Minor fix for bar chart and line/area chart
- Added more flexibility in defining the print area, using the (x1,y1)+(x2,y2) or (x,y)+(width,height) attributes, on the following elements:
- Box
- Line
- Rectangle
- Barcode
- Image
- PieChart
- GaugeChart
- KpiChart
- SingleBarChart
- BarChart
- LineChart (AreaChart)
- Legend
- Added support for multiple measures in a bar chart (side-by-side bars)
- The linear gradient fill style can now have either horizontal (default) or vertical direction
Ver. 1.0.4 - 15 Niv. 2025
- Added rotateangle (0° - 360°) attribute to box element to rotate box around angle x1,y1
- Added new graphic elements
- Bar chart (vertical/horizontal)
- Line/area chart
Ver. 1.0.3 - 08 Oct. 2025
- Updated/fix Updated/fix Doctrine data provider class (for Symfony framework)
- Updated/fix Updated/fix Eloquent data provider class (for Laravel framework)
- Set the TCPDF library is in the global namespace (fix for Symfony framework)
Ver. 1.0.2 - 04 Oct. 2025
- Renamed all application classes to make them 100% compatible with the PSR-4 autoloader standard in Linux environment in addition to the Windows environment (already supported)
Ver. 1.0.1 - Sep. 2025
- Minor fix and updates
Ver. 1.0.0 - Aug. 2025
- First release
- Standard items included:
- Page
- Line
- Box/text
- Rectangle
- Circle
- Barcode
- Image
- Formatting elements included:
- Page settings
- Line style
- Font
- Fill style
- Color opacity level
- Graphic elements included:
- Single bar chart
- Pie/Donunt chart
- Gauge chart
- KPI chart
- Charts sub-components:
- Legend
- Segment list
- Data providers included:
- PDO
- MySqli
- Eloquent ORM (Laravel framework)
- Doctrine ORM (Symfony framework)
- Other items
- Comments
- Section
- Content
- Output