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
- Host: GitHub
- URL: https://github.com/bay0/cyberpunk-goodies
- Owner: bay0
- License: mit
- Created: 2020-12-10T20:55:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T00:09:13.000Z (over 4 years ago)
- Last Synced: 2025-02-01T02:43:34.600Z (4 months ago)
- Topics: artbook, comic, cyberpunk, cyberpunk2077, golang, pdf
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Welcome to cyberpunk-goodies 👋
> Generate pdf's from the cyberpunk cdn
![]()
```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)