plugins

Home

Plugins

GitHub

Blog

weasyprint

version: 0.0.1 |  date: 07/22/2021 |  weasyprint wrapper |  source code

# Install

    s6 --install weasyprint

# Description

weasyprint wrapper

# Usage

Cli

    s6 --plg-run weasyprint@in=file.html,out=file.pdf

Raku

    task-run "html-to-pdf", "weasyprint" %(
      in => "CV.html",
      out => "CV.pdf"
    );

# See also

* [weasyprint](https://weasyprint.org)

# Author

Alexey Melezhik