Examples update for UniPDF v4.0.0
This release is major updates, this release contains more examples, improvements and removes deprecated functions that support UniPDF v4.0.0
New Examples
PDF Grid
The example explains how to create grids in your PDF reports. The grid component can be used for creating different layouts in the report, or for creating tables.
- The example showcases how you can use the power of the creator package to create a simple grid
grid/pdf_grid_simple.go - The example showcases how to create grid with a cell occupying several columns
grid/pdf_grid_colspan.go - The example showcases how to create grid with a cell occupying several rows
grid/pdf_grid_rowspan.go - The example showcases how to create grid wrapped across the pages
grid/pdf_grid_wrapping.go