A javascript tool of transform html-dom-pdf-dom to pdf, support paging Lossless.
# install
$ npm html-dom-pdf -S
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 |
- 2019-08-19
- 0.0.1