Lazyraster is a HTTP service to convert PDF pages into PNG built on top of lazypdf.
Environment variables:
Options | Description |
---|---|
URL_SIGNING_SECRET |
Secret used to check if the request is valid. |
ENABLE_DATADOG |
Enable Datadog. |
STORAGE_BUCKET_REGION |
Map of the region a bucket belongs to: eu-west-1:bucket1,bucket2;us-west-1:bucket3 . |
go run cmd/main.go
go test -v -race -cover ./...