You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
I'm using the go-pdf library to make PDF files, and I want to know if it can make lists like bullet points or numbered lists in a simple way. Currently, I'm using this code:
Is there an easier way to create lists in go-pdf? Since it's inspired by PHP fpdf, I referred to the official PHP example at http://www.fpdf.org/en/script/script56.php for list formatting. I aim to achieve a similar result where lists look standard, with proper spacing between items and aligned lines when they break.
Am I missing any information in go-pdf's documentation regarding list creation? Is there a specific function for this purpose?
Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm using the go-pdf library to make PDF files, and I want to know if it can make lists like bullet points or numbered lists in a simple way. Currently, I'm using this code:
It generates a PDF that looks like this:
Is there an easier way to create lists in go-pdf? Since it's inspired by PHP fpdf, I referred to the official PHP example at http://www.fpdf.org/en/script/script56.php for list formatting. I aim to achieve a similar result where lists look standard, with proper spacing between items and aligned lines when they break.
Am I missing any information in go-pdf's documentation regarding list creation? Is there a specific function for this purpose?
Thanks.
The text was updated successfully, but these errors were encountered: