An open API service indexing awesome lists of open source software.

https://github.com/bay0/cyberpunk-goodies

Generate pdf's from the cyberpunk cdn
https://github.com/bay0/cyberpunk-goodies

artbook comic cyberpunk cyberpunk2077 golang pdf

Last synced: 2 months ago
JSON representation

Generate pdf's from the cyberpunk cdn

Awesome Lists containing this project

README

        







Welcome to cyberpunk-goodies 👋



Version

License: MIT

> Generate pdf's from the cyberpunk cdn




Image from Gyazo


```go
type Asset struct {
URL string //url to the cdn
Pages int //max amount of pages
Images []string
Lang string //de, en, us and so on
Orientation string //"P" or "Portrait", "L" or "Landscape"
PDFSize string //"A3", "A4", "A5", "Letter", "Legal", "Tabloid"
}
```

Define your asset and let it grab all the images and create a pdf.

## Author

👤 **bay**

* Github: [@bay0](https://github.com/bay0)