package
3.29.0+incompatible
Repository: https://github.com/unidoc/unidoc-examples.git
Documentation: pkg.go.dev
# README
PDF Report Creation
The example explains how to create PDF reports using UniPDF, it also shows you how to add tables. There is a separate example to highlight the functionality of styled paragraphs
, which allows you to add paragraphs where each word can have different formatting.
Examples
- 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 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.