Skip to content

AWS Lambda functions to generate pdf files and images

License

Notifications You must be signed in to change notification settings

Iamrodos/cloud-print-utils

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 27.4%
  • Shell 21.4%
  • TypeScript 19.5%
  • Makefile 18.4%
  • Dockerfile 11.5%
  • JavaScript 1.8%