pg_mupdf 1.0.0

This Release
pg_mupdf 1.0.0
Date
Status
Stable
Latest Stable
pg_mupdf 1.0.2 —
Other Releases
Abstract
PostgreSQL mupdf
Description
PostgreSQL implementation of Convert HTML to PDF using MuPDF.
Released By
RekGRpth
License
MIT
Resources
Special Files
Tags

Extensions

pg_mupdf 1.0.0

README

PostgreSQL implementation of Convert HTML to PDF using MuPDF.

Use of the extension

copy (
select mupdf($$<html>
    <head>
    </head>
    <body>
        Hello, World!
    </body>
</html>$$)
) to '/var/lib/postgresql/mupdf.pdf' WITH (FORMAT binary, HEADER false)