# Create Goodnotes Stickers Collection From SVG Files
## Metadata
**Status**:: #x
**Zettel**:: #zettel/permanent
**Created**:: [[2023-09-07]]
**Parent**:: [[Goodnotes]]
## Synopsis
- Install `librsvg`: `brew install librsvg`
- Convert SVG files to PDF:
```
for f in *.svg; do
rsvg-convert -f pdf -o "${f%.*}.pdf" "$f"
done
```
* Create a zip package from PDF files: `zip Stickers.collection *.pdf`
* Import the `.collection` file into Goodnotes.
Vector files can be downloaded from [[Envato Elements]]:
[Vector Graphics - Envato Elements](https://elements.envato.com/graphics/properties-vector)