Closed ernierasta closed 1 year ago
Hi! Just trivial change. By deleting this two lines we enable library user to change table lines color and width. It can be set like that:
pf := mdtopdf.NewPdfRenderer("", "A4", pdffile, "trace.log") pf.Pdf.SetDrawColor(150, 150, 150) pf.Pdf.SetLineWidth(1)
Thank you for great library!
Hi! Just trivial change. By deleting this two lines we enable library user to change table lines color and width. It can be set like that:
Thank you for great library!