html-dom-pdf

[![NPM version][npm-image]][npm-url]

Usage no npm install needed!

<script type="module">
  import htmlDomPdf from 'https://cdn.skypack.dev/html-dom-pdf';
</script>

README

html-dom-pdf

NPM version

A javascript tool of transform html-dom-pdf-dom to pdf, support paging Lossless.

Usage

install

# install
$ npm html-dom-pdf -S

project

import HtmlDomPdf from 'html-dom-pdf';

new HtmlDomPdf(options).then(() => {
    // do something.
});

const options = {}; // 👇
Object Prop Type Default Note
options. selector String '' 🔗 CSS Selectors
title String 'pdf' filename of pdf
marginTB Number 0 margin of top & bottom
marginLR Number 0 margin of left & right
offsetLimit Number 40
Maximum offset: Get effective content when paging, trying to intercept upwards, this is the maximum offset

Releases

  • 2019-08-19
    • 0.0.1