Web development articles for project-based learning

"pdf " tag

Creating a PDF with Go, Maroto & Gofakeit

By Shaii

In this tutorial, we will learn how to use the Maroto package to create a PDF. From invoices to certificates, being able to generate a PDF from app data is a pretty handy feature. In this tutorial, we will use the Maroto package to build and save a product list. We will also learn how we can use the GoFakeIt package to generate some random dummy data that we can use in our PDF.
GOLANG TUTORIAL PDF CUSTOM PACKAGE MOCK DATA