kotify / cloud-print-utils

AWS Lambda functions to generate pdf files and images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloud Print Utils

This is a collection of AWS Lambda layers and functions to render pdf documents and images from HTML.

Download layers from release section or build them yourself (requires make and docker). The layers support only Amazon Linux 2023 runtimes, eg. python3.12.

By default only dejavu fonts are installed, edit build script to install others.

WeasyPrint

WeasyPrint is python based pdf/png print service.

Run make build/weasyprint-layer-python3.12.zip to build a layer, for details and docker lambda example see related readme.

About

AWS Lambda functions to generate pdf files and images

License:MIT License


Languages

Language:Python 27.5%Language:Shell 21.4%Language:TypeScript 19.5%Language:Makefile 18.4%Language:Dockerfile 11.5%Language:JavaScript 1.8%