rogchap / pdfgo

6 stars 1 forks source link

Why another pdf library? #16

Open kishaningithub opened 3 months ago

rogchap commented 3 months ago

To my knowledge, there are not any fully featured PDF libraries for Go Programing Language. https://github.com/unidoc/unipdf is the only one I know that is fully featured, but is not Open Source and has a cost associated with it. Other Go libraries like https://github.com/pdfcpu/pdfcpu are good for processing PDFs that have already been created, but are not so good for document creation. https://github.com/go-pdf/fpdf is a good one, put lacks some of the more complex layout tools needed to create some PDFs. For example tables etc

kishaningithub commented 3 months ago

If this can have higher order APIs for creating tables.. this will be the best 👍

rogchap commented 2 months ago

25