pg_htmldoc 1.0.8

This Release
pg_htmldoc 1.0.8
Date
Status
Stable
Latest Stable
pg_htmldoc 1.0.9 —
Other Releases
Abstract
PostgreSQL htmldoc
Description
PostgreSQL implementation of HTMLDOC conversion software. It is a program that reads HTML and Markdown source files or web pages and generates corresponding EPUB, HTML, PostScript, or PDF files with an optional table of contents.
Released By
RekGRpth
License
MIT
Resources
Special Files
Tags

Extensions

pg_htmldoc 1.0.8

README

PostgreSQL implementation of HTMLDOC conversion software. It is a program that reads HTML and Markdown source files or web pages and generates corresponding EPUB, HTML, PostScript, or PDF files with an optional table of contents.

Use of the extension

sql select htmldoc_addurl('https://github.com'); copy ( select convert2pdf() ) to '/var/lib/postgresql/htmldoc.pdf' WITH (FORMAT binary, HEADER false)