@flamescape/weasyprint-win

0.0.2 • Public • Published

Description

A pre-built, dependency-bundled version of WeasyPrint for 64-bit Windows OS.

Features:

  • Pre-bundled dependencies (Python3 & GTK+)
  • Simple NodeJS api

Todo:

  • Write API docs

Usage

Example 1

const WeasyPrint = require('@flamescape/weasyprint-win');

const wp = new WeasyPrint();

const pdf = await wp.fromString('<body>Hello World</body>');
await pdf.toFile('./test.pdf'); // writes to ./test.pdf

API

Class: WeasyPrint

Class: WeasyPrintPDF

Dependents (0)

Package Sidebar

Install

npm i @flamescape/weasyprint-win

Weekly Downloads

0

Version

0.0.2

License

ISC

Unpacked Size

87.1 MB

Total Files

3215

Last publish

Collaborators

  • flamescape