Skip to content

Commit

Permalink
[US-684] Example for Report From CSV (#259)
Browse files Browse the repository at this point in the history
* initial example for csv report

* updated example and added preview image

* made some updates
  • Loading branch information
kellemNegasi authored Oct 11, 2024
1 parent 7ad39a3 commit 28eaf65
Show file tree
Hide file tree
Showing 5 changed files with 443 additions and 0 deletions.
1 change: 1 addition & 0 deletions report/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ The example explains how to create PDF reports using UniPDF, it also shows you h
- [pdf_report.go](pdf_report.go) The example showcases PDF report generation with UniPDF's creator package. The output is saved as unidoc-report.pdf which illustrates some of the features of the creator.
- [pdf_tables.go](pdf_tables.go) The example showcases PDF tables features using UniPDF's creator package. The output is saved as UniPDF-tables.pdf which illustrates some of the features of the creator.
- [pdf_custom_toc.go](pdf_custom_toc.go) The example showcases the capabilities of generating PDF custom table of contents layout. The output is saved as pdf-custom-toc.pdf.
- [pdf_report_from_csv.go](pdf_report_from_csv.go) This example showcases how to prepare a report from csv data.
Loading

0 comments on commit 28eaf65

Please sign in to comment.