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