Skip to content

Commit

Permalink
Add other examples session
Browse files Browse the repository at this point in the history
  • Loading branch information
johnferchermeli committed Sep 2, 2021
1 parent 980cea5 commit ba2f210
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@ with the code to generate the PDFs. There are examples of: [barcode](internal/ex

![result](internal/assets/images/result.png)

## Other Examples

| Title | Media |
|---|---|
| [How to create PDFs with Go, Maroto & GoFakeIt](https://www.youtube.com/watch?v=jwOy4JgleTU) | Video |
| [Creating a PDF with Go, Maroto & Gofakeit](https://divrhino.com/articles/create-pdf-document-with-go-maroto-gofakeit) | Article |
| [divrhino/fruitful-pdf](https://github.com/divrhino/fruitful-pdf) | Repository |
| [Creating PDFs using Golang](https://medium.com/@johnathanfercher/creating-pdfs-using-golang-98b722e99d6d) | Article |

#### Code
> This is part of the example [billing](internal/examples/billing).
```go
Expand Down Expand Up @@ -263,10 +272,6 @@ func main() {
}
```

## Others

* [Medium Article: Creating PDFs using Golang](https://medium.com/@johnathanfercher/creating-pdfs-using-golang-98b722e99d6d)

[travis]: https://travis-ci.com/johnfercher/maroto
[test]: test.sh

Expand Down

0 comments on commit ba2f210

Please sign in to comment.