@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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    2
  • 0.0.1
    0

Package Sidebar

Install

npm i @flamescape/weasyprint-win

Weekly Downloads

2

Version

0.0.2

License

ISC

Unpacked Size

87.1 MB

Total Files

3215

Last publish

Collaborators

  • flamescape