go-pdf / fpdf

A PDF document generator with high level support for text, drawing and images
MIT License
515 stars 46 forks source link

How to generate tables? #77

Open kishaningithub opened 3 months ago

kishaningithub commented 3 months ago

Tables are a very common thing in pdf. Would to be great to have a higher level abstraction for creating the same

https://github.com/jung-kurt/gofpdf/issues/129

I went through the above old issue on the parent repository which talks about different approaches. I feel a higher level abstraction for generating them would be much useful

kishaningithub commented 3 months ago

There are some implementations on top of this library which seems to solve the table generation problem. Link below

https://github.com/jung-kurt/gofpdf/issues/112#issuecomment-359168444